Class GcpOrganizationalDataMember

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

public final class GcpOrganizationalDataMember extends GcpOrganizationalData
The gcpOrganization data for the member account.
  • Constructor Details

    • GcpOrganizationalDataMember

      public GcpOrganizationalDataMember()
  • Method Details

    • parentHierarchyId

      public String parentHierarchyId()
      Get the parentHierarchyId property: If the multi cloud account is not of membership type organization, this will be the ID of the project's parent.
      Returns:
      the parentHierarchyId value.
    • withParentHierarchyId

      public GcpOrganizationalDataMember withParentHierarchyId(String parentHierarchyId)
      Set the parentHierarchyId property: If the multi cloud account is not of membership type organization, this will be the ID of the project's parent.
      Parameters:
      parentHierarchyId - the parentHierarchyId value to set.
      Returns:
      the GcpOrganizationalDataMember object itself.
    • managementProjectNumber

      public String managementProjectNumber()
      Get the managementProjectNumber property: The GCP management project number from organizational onboarding.
      Returns:
      the managementProjectNumber value.
    • withManagementProjectNumber

      public GcpOrganizationalDataMember withManagementProjectNumber(String managementProjectNumber)
      Set the managementProjectNumber property: The GCP management project number from organizational onboarding.
      Parameters:
      managementProjectNumber - the managementProjectNumber value to set.
      Returns:
      the GcpOrganizationalDataMember object itself.
    • validate

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