OBJECT
FindingNotificationTargetsMutationProvider
link GraphQL Schema definition
- type FindingNotificationTargetsMutationProvider implements NotificationTargetsMutationProvider {
- # Create a Notification Target
- #
- # **NOTE:** This API/functionality is in Beta, this functionality is a candidate
- # for a stable API but we reserve the right to fix issues including modifying the
- # schema if required.
- #
- # Arguments
- # input: [Not documented]
- (
- FindingCreateNotificationTargetInput! :
- ): FindingNotificationTarget!
- # Delete a Notification Target
- #
- # **NOTE:** This API/functionality is in Beta, this functionality is a candidate
- # for a stable API but we reserve the right to fix issues including modifying the
- # schema if required.
- #
- # Arguments
- # input: [Not documented]
- FindingDeleteInput!): ID! ( :
- # Exchange slack oauth code with access token for given Tanzu Hub notification
- # target as slack
- #
- # Arguments
- # code: [Not documented]
- # redirectUri: [Not documented]
- String!, : String): FindingNotificationSlackOauth2Response! ( :
- # Name of the provider
- String :
- # Patch a Notification Target
- #
- # **NOTE:** This API/functionality is in Beta, this functionality is a candidate
- # for a stable API but we reserve the right to fix issues including modifying the
- # schema if required.
- #
- # Arguments
- # input: [Not documented]
- (
- FindingPatchNotificationTargetInput! :
- ): FindingNotificationTarget!
- # Test an existing Notification Target
- #
- # **NOTE:** This API/functionality is in Beta, this functionality is a candidate
- # for a stable API but we reserve the right to fix issues including modifying the
- # schema if required.
- #
- # Arguments
- # input: [Not documented]
- (
- FindingTestExistingNotificationTargetInput! :
- ): FindingNotificationTargetTestResult!
- # Test a Notification Target configuration without creating it
- #
- # **NOTE:** This API/functionality is in Beta, this functionality is a candidate
- # for a stable API but we reserve the right to fix issues including modifying the
- # schema if required.
- #
- # Arguments
- # input: [Not documented]
- (
- FindingTestNewNotificationTargetInput! :
- ): FindingNotificationTargetTestResult!
- # Update a Notification Target
- #
- # **NOTE:** This API/functionality is in Beta, this functionality is a candidate
- # for a stable API but we reserve the right to fix issues including modifying the
- # schema if required.
- #
- # Arguments
- # input: [Not documented]
- (
- FindingUpdateNotificationTargetInput! :
- ): FindingNotificationTarget!
- # Validate properties of a Notification Target without creating it
- #
- # **NOTE:** This API/functionality is in Beta, this functionality is a candidate
- # for a stable API but we reserve the right to fix issues including modifying the
- # schema if required.
- #
- # Arguments
- # input: [Not documented]
- (
- FindingCreateNotificationTargetInput! :
- ): FindingNotificationTargetValidationResult!
- }