GcpOrganizationalDataOrganization interface
The gcpOrganization data for the parent account
- Extends
Properties
| excluded |
If the multi cloud account is of membership type organization, list of accounts excluded from offering |
| organization |
The multi cloud account's membership type in the organization |
| organization |
GCP organization name |
| service |
The service account email address which represents the organization level permissions container. |
| workload |
The GCP workload identity provider id which represents the permissions required to auto provision security connectors |
Property Details
excludedProjectNumbers
If the multi cloud account is of membership type organization, list of accounts excluded from offering
excludedProjectNumbers?: string[]
Property Value
string[]
organizationMembershipType
The multi cloud account's membership type in the organization
organizationMembershipType: "Organization"
Property Value
"Organization"
organizationName
GCP organization name
organizationName?: string
Property Value
string
serviceAccountEmailAddress
The service account email address which represents the organization level permissions container.
serviceAccountEmailAddress?: string
Property Value
string
workloadIdentityProviderId
The GCP workload identity provider id which represents the permissions required to auto provision security connectors
workloadIdentityProviderId?: string
Property Value
string