Class CloudIdentityGroupConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.cloud_identity_group.CloudIdentityGroupConfig.Jsii$Proxy
-
- All Implemented Interfaces:
CloudIdentityGroupConfig,com.hashicorp.cdktf.TerraformMetaArguments,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CloudIdentityGroupConfig
@Stability(Stable) @Internal public static final class CloudIdentityGroupConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CloudIdentityGroupConfig
An implementation forCloudIdentityGroupConfig
-
-
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.cloud_identity_group.CloudIdentityGroupConfig
CloudIdentityGroupConfig.Builder, CloudIdentityGroupConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(CloudIdentityGroupConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theCloudIdentityGroupConfig.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)ObjectgetConnection()ObjectgetCount()List<com.hashicorp.cdktf.ITerraformDependable>getDependsOn()StringgetDescription()An extended description to help users determine the purpose of a Group.StringgetDisplayName()The display name of the Group.com.hashicorp.cdktf.ITerraformIteratorgetForEach()CloudIdentityGroupGroupKeygetGroupKey()group_key block.StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_identity_group#id CloudIdentityGroup#id}.StringgetInitialGroupConfig()The initial configuration options for creating a Group.Map<String,String>getLabels()One or more label entries that apply to the Group.com.hashicorp.cdktf.TerraformResourceLifecyclegetLifecycle()StringgetParent()The resource name of the entity under which this Group resides in the Cloud Identity resource hierarchy.com.hashicorp.cdktf.TerraformProvidergetProvider()List<Object>getProvisioners()CloudIdentityGroupTimeoutsgetTimeouts()timeouts block.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(CloudIdentityGroupConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theCloudIdentityGroupConfig.Builder.
-
-
Method Detail
-
getGroupKey
public final CloudIdentityGroupGroupKey getGroupKey()
Description copied from interface:CloudIdentityGroupConfiggroup_key block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_identity_group#group_key CloudIdentityGroup#group_key}
- Specified by:
getGroupKeyin interfaceCloudIdentityGroupConfig
-
getLabels
public final Map<String,String> getLabels()
Description copied from interface:CloudIdentityGroupConfigOne or more label entries that apply to the Group.Currently supported labels contain a key with an empty value. Google Groups are the default type of group and have a label with a key of cloudidentity.googleapis.com/groups.discussion_forum and an empty value. Existing Google Groups can have an additional label with a key of cloudidentity.googleapis.com/groups.security and an empty value added to them. This is an immutable change and the security label cannot be removed once added. Dynamic groups have a label with a key of cloudidentity.googleapis.com/groups.dynamic. Identity-mapped groups for Cloud Search have a label with a key of system/groups/external and an empty value. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_identity_group#labels CloudIdentityGroup#labels}
- Specified by:
getLabelsin interfaceCloudIdentityGroupConfig
-
getParent
public final String getParent()
Description copied from interface:CloudIdentityGroupConfigThe resource name of the entity under which this Group resides in the Cloud Identity resource hierarchy.Must be of the form identitysources/{identity_source_id} for external-identity-mapped groups or customers/{customer_id} for Google Groups. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_identity_group#parent CloudIdentityGroup#parent}
- Specified by:
getParentin interfaceCloudIdentityGroupConfig
-
getDescription
public final String getDescription()
Description copied from interface:CloudIdentityGroupConfigAn extended description to help users determine the purpose of a Group. Must not be longer than 4,096 characters.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_identity_group#description CloudIdentityGroup#description}
- Specified by:
getDescriptionin interfaceCloudIdentityGroupConfig
-
getDisplayName
public final String getDisplayName()
Description copied from interface:CloudIdentityGroupConfigThe display name of the Group.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_identity_group#display_name CloudIdentityGroup#display_name}
- Specified by:
getDisplayNamein interfaceCloudIdentityGroupConfig
-
getId
public final String getId()
Description copied from interface:CloudIdentityGroupConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_identity_group#id CloudIdentityGroup#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 interfaceCloudIdentityGroupConfig
-
getInitialGroupConfig
public final String getInitialGroupConfig()
Description copied from interface:CloudIdentityGroupConfigThe initial configuration options for creating a Group.See the [API reference](https://cloud.google.com/identity/docs/reference/rest/v1beta1/groups/create#initialgroupconfig) for possible values. Default value: "EMPTY" Possible values: ["INITIAL_GROUP_CONFIG_UNSPECIFIED", "WITH_INITIAL_OWNER", "EMPTY"] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_identity_group#initial_group_config CloudIdentityGroup#initial_group_config}
- Specified by:
getInitialGroupConfigin interfaceCloudIdentityGroupConfig
-
getTimeouts
public final CloudIdentityGroupTimeouts getTimeouts()
Description copied from interface:CloudIdentityGroupConfigtimeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_identity_group#timeouts CloudIdentityGroup#timeouts}
- Specified by:
getTimeoutsin interfaceCloudIdentityGroupConfig
-
getConnection
public final Object getConnection()
- Specified by:
getConnectionin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getCount
public final Object getCount()
- Specified by:
getCountin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getDependsOn
public final List<com.hashicorp.cdktf.ITerraformDependable> getDependsOn()
- Specified by:
getDependsOnin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getForEach
public final com.hashicorp.cdktf.ITerraformIterator getForEach()
- Specified by:
getForEachin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getLifecycle
public final com.hashicorp.cdktf.TerraformResourceLifecycle getLifecycle()
- Specified by:
getLifecyclein interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getProvider
public final com.hashicorp.cdktf.TerraformProvider getProvider()
- Specified by:
getProviderin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getProvisioners
public final List<Object> getProvisioners()
- Specified by:
getProvisionersin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-