CreateOrUpdateSecretFindingPayload
Autogenerated return type of CreateOrUpdateSecretFinding
type CreateOrUpdateSecretFindingPayload {
clientMutationId: String
issue: SecretFinding!
}
Fields
CreateOrUpdateSecretFindingPayload.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
CreateOrUpdateSecretFindingPayload.issue
● SecretFinding!
non-null object
Returned By
createOrUpdateSecretFinding
mutation