Class DataGoogleCloudIdentityGroupLookupGroupKey.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.data_google_cloud_identity_group_lookup.DataGoogleCloudIdentityGroupLookupGroupKey.Jsii$Proxy
-
- All Implemented Interfaces:
DataGoogleCloudIdentityGroupLookupGroupKey,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DataGoogleCloudIdentityGroupLookupGroupKey
@Stability(Stable) @Internal public static final class DataGoogleCloudIdentityGroupLookupGroupKey.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DataGoogleCloudIdentityGroupLookupGroupKey
An implementation forDataGoogleCloudIdentityGroupLookupGroupKey
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.data_google_cloud_identity_group_lookup.DataGoogleCloudIdentityGroupLookupGroupKey
DataGoogleCloudIdentityGroupLookupGroupKey.Builder, DataGoogleCloudIdentityGroupLookupGroupKey.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DataGoogleCloudIdentityGroupLookupGroupKey.Builder builder)Constructor that initializes the object based on literal property values passed by theDataGoogleCloudIdentityGroupLookupGroupKey.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetId()The ID of the entity.StringgetNamespace()The namespace in which the entity exists.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(DataGoogleCloudIdentityGroupLookupGroupKey.Builder builder)
Constructor that initializes the object based on literal property values passed by theDataGoogleCloudIdentityGroupLookupGroupKey.Builder.
-
-
Method Detail
-
getId
public final String getId()
Description copied from interface:DataGoogleCloudIdentityGroupLookupGroupKeyThe 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.
- Specified by:
getIdin interfaceDataGoogleCloudIdentityGroupLookupGroupKey
-
getNamespace
public final String getNamespace()
Description copied from interface:DataGoogleCloudIdentityGroupLookupGroupKeyThe 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}
- Specified by:
getNamespacein interfaceDataGoogleCloudIdentityGroupLookupGroupKey
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-