GoogleCloudAccessApprovalSettings
No description
type GoogleCloudAccessApprovalSettings {
activeKeyVersion: String!
ancestorHasActiveKeyVersion: Boolean!
enrolledAncestor: Boolean!
enrolledServices: [GoogleCloudAccessApprovalSettingsEnrolledService!]!
invalidKeyVersion: Boolean!
name: String!
notificationEmails: [String!]!
}
Fields
GoogleCloudAccessApprovalSettings.activeKeyVersion
● String!
non-null scalar
The asymmetric crypto key version to use for signing approval requests
GoogleCloudAccessApprovalSettings.ancestorHasActiveKeyVersion
● Boolean!
non-null scalar
Indicates that an ancestor has set
activeKeyVersion
GoogleCloudAccessApprovalSettings.enrolledAncestor
● Boolean!
non-null scalar
Indicates that at least one service is enrolled for Access Approval in ancestors
GoogleCloudAccessApprovalSettings.enrolledServices
● [GoogleCloudAccessApprovalSettingsEnrolledService!]!
non-null object
The list of Google Cloud Services for which the given resource has Access Approval enrolled
GoogleCloudAccessApprovalSettings.invalidKeyVersion
● Boolean!
non-null scalar
Indicates that there is some configuration issue with the
activeKeyVersion
configured at this level in the resource hierarchy
GoogleCloudAccessApprovalSettings.name
● String!
non-null scalar
The name
GoogleCloudAccessApprovalSettings.notificationEmails
● [String!]!
non-null scalar
The list of email addresses to which notifications relating to approval requests should be sent
Member of
GoogleCloudAccessApproval
object