Interface DataGoogleCloudIdentityGroupLookupGroupKey
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DataGoogleCloudIdentityGroupLookupGroupKey.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:19.470Z") @Stability(Stable) public interface DataGoogleCloudIdentityGroupLookupGroupKey extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDataGoogleCloudIdentityGroupLookupGroupKey.BuilderA builder forDataGoogleCloudIdentityGroupLookupGroupKeystatic classDataGoogleCloudIdentityGroupLookupGroupKey.Jsii$ProxyAn implementation forDataGoogleCloudIdentityGroupLookupGroupKey
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static DataGoogleCloudIdentityGroupLookupGroupKey.Builderbuilder()StringgetId()The ID of the entity.default StringgetNamespace()The namespace in which the entity exists.
-
-
-
Method Detail
-
getId
@Stability(Stable) @NotNull String getId()
The ID of the entity.For Google-managed entities, the id should 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/data-sources/cloud_identity_group_lookup#id DataGoogleCloudIdentityGroupLookup#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.
-
getNamespace
@Stability(Stable) @Nullable default String getNamespace()
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}. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/cloud_identity_group_lookup#namespace DataGoogleCloudIdentityGroupLookup#namespace}
-
builder
@Stability(Stable) static DataGoogleCloudIdentityGroupLookupGroupKey.Builder builder()
-
-