GcpOrganizationalDataOrganizationResponse

data class GcpOrganizationalDataOrganizationResponse(val excludedProjectNumbers: List<String>? = null, val organizationMembershipType: String, val organizationName: String, val serviceAccountEmailAddress: String? = null, val workloadIdentityProviderId: String? = null)

The gcpOrganization data for the parent account

Constructors

constructor(excludedProjectNumbers: List<String>? = null, organizationMembershipType: String, organizationName: String, serviceAccountEmailAddress: String? = null, workloadIdentityProviderId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

If the multi cloud account is of membership type organization, list of accounts excluded from offering

Link copied to clipboard

The multi cloud account's membership type in the organization Expected value is 'Organization'.

Link copied to clipboard

GCP organization name

Link copied to clipboard

The service account email address which represents the organization level permissions container.

Link copied to clipboard

The GCP workload identity provider id which represents the permissions required to auto provision security connectors