Class CloudIdentityGroupMembershipPreferredMemberKey.Jsii$Proxy

    • Method Detail

      • getId

        public final String getId()
        Description copied from interface: CloudIdentityGroupMembershipPreferredMemberKey
        The ID of the entity.

        For Google-managed entities, the id must be the email address of an existing group or user. For external-identity-mapped entities, the id must be a string conforming to the Identity Source's requirements. Must be unique within a namespace. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_identity_group_membership#id CloudIdentityGroupMembership#id} Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.

        Specified by:
        getId in interface CloudIdentityGroupMembershipPreferredMemberKey
      • getNamespace

        public final String getNamespace()
        Description copied from interface: CloudIdentityGroupMembershipPreferredMemberKey
        The namespace in which the entity exists.

        If not specified, the EntityKey represents a Google-managed entity such as a Google user or a Google Group. If specified, the EntityKey represents an external-identity-mapped group. The namespace must correspond to an identity source created in Admin Console and must be in the form of 'identitysources/{identity_source_id}'. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_identity_group_membership#namespace CloudIdentityGroupMembership#namespace}

        Specified by:
        getNamespace in interface CloudIdentityGroupMembershipPreferredMemberKey
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object