Class GcpOrganizationalDataOrganization

java.lang.Object
com.azure.resourcemanager.security.models.GcpOrganizationalData
com.azure.resourcemanager.security.models.GcpOrganizationalDataOrganization

public final class GcpOrganizationalDataOrganization extends GcpOrganizationalData
The gcpOrganization data for the parent account.
  • Constructor Details

    • GcpOrganizationalDataOrganization

      public GcpOrganizationalDataOrganization()
  • Method Details

    • excludedProjectNumbers

      public List<String> excludedProjectNumbers()
      Get the excludedProjectNumbers property: If the multi cloud account is of membership type organization, list of accounts excluded from offering.
      Returns:
      the excludedProjectNumbers value.
    • withExcludedProjectNumbers

      public GcpOrganizationalDataOrganization withExcludedProjectNumbers(List<String> excludedProjectNumbers)
      Set the excludedProjectNumbers property: If the multi cloud account is of membership type organization, list of accounts excluded from offering.
      Parameters:
      excludedProjectNumbers - the excludedProjectNumbers value to set.
      Returns:
      the GcpOrganizationalDataOrganization object itself.
    • serviceAccountEmailAddress

      public String serviceAccountEmailAddress()
      Get the serviceAccountEmailAddress property: The service account email address which represents the organization level permissions container.
      Returns:
      the serviceAccountEmailAddress value.
    • withServiceAccountEmailAddress

      public GcpOrganizationalDataOrganization withServiceAccountEmailAddress(String serviceAccountEmailAddress)
      Set the serviceAccountEmailAddress property: The service account email address which represents the organization level permissions container.
      Parameters:
      serviceAccountEmailAddress - the serviceAccountEmailAddress value to set.
      Returns:
      the GcpOrganizationalDataOrganization object itself.
    • workloadIdentityProviderId

      public String workloadIdentityProviderId()
      Get the workloadIdentityProviderId property: The GCP workload identity provider id which represents the permissions required to auto provision security connectors.
      Returns:
      the workloadIdentityProviderId value.
    • withWorkloadIdentityProviderId

      public GcpOrganizationalDataOrganization withWorkloadIdentityProviderId(String workloadIdentityProviderId)
      Set the workloadIdentityProviderId property: The GCP workload identity provider id which represents the permissions required to auto provision security connectors.
      Parameters:
      workloadIdentityProviderId - the workloadIdentityProviderId value to set.
      Returns:
      the GcpOrganizationalDataOrganization object itself.
    • validate

      public void validate()
      Validates the instance.
      Overrides:
      validate in class GcpOrganizationalData
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.