OBJECT
AriaNotificationTargetsMutationProvider
link GraphQL Schema definition
- type AriaNotificationTargetsMutationProvider implements NotificationTargetsMutationProvider {
- # Delete Tanzu Hub notification targets
- #
- # Arguments
- # notificationTargetIds: [Not documented]
- (
- String!]! : [
- ): [AriaNotificationTargetDeleteResult!]
- # Exchange slack oauth code with access token for given Tanzu Hub notification
- # target as slack
- #
- # Arguments
- # code: The code param returned via the OAuth callback
- # redirectUri: The URI where Slack will send the user back to,
- # along with the temporary authorization code
- String!, : String): AriaNotificationSlackOauth2Response! ( :
- # Name of the provider
- String :
- # Test a Tanzu Hub notification target existing/new configuration without
- # create/updating it
- #
- # Arguments
- # input: [Not documented]
- (
- AriaTestNotificationTargetInput! :
- ): AriaNotificationTargetTestResult!
- # Create or update a Tanzu Hub notification target
- #
- # Arguments
- # input: [Not documented]
- (
- AriaNotificationUpsertTargetInput! :
- ): AriaNotificationTarget
- }