Access Approval Settings Enrolled Service
data class AccessApprovalSettingsEnrolledService(val cloudProduct: String, val enrollmentLevel: String? = null)
Properties
Link copied to clipboard
The product for which Access Approval will be enrolled. Allowed values are listed (case-sensitive): all appengine.googleapis.com bigquery.googleapis.com bigtable.googleapis.com cloudkms.googleapis.com compute.googleapis.com dataflow.googleapis.com iam.googleapis.com pubsub.googleapis.com storage.googleapis.com
Link copied to clipboard
The enrollment level of the service. Default value is BLOCK_ALL
. Possible values are: BLOCK_ALL
.