Class FolderIamAuditConfigAuditLogConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.folder_iam_audit_config.FolderIamAuditConfigAuditLogConfig.Jsii$Proxy
-
- All Implemented Interfaces:
FolderIamAuditConfigAuditLogConfig,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- FolderIamAuditConfigAuditLogConfig
@Stability(Stable) @Internal public static final class FolderIamAuditConfigAuditLogConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements FolderIamAuditConfigAuditLogConfig
An implementation forFolderIamAuditConfigAuditLogConfig
-
-
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.folder_iam_audit_config.FolderIamAuditConfigAuditLogConfig
FolderIamAuditConfigAuditLogConfig.Builder, FolderIamAuditConfigAuditLogConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(FolderIamAuditConfigAuditLogConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theFolderIamAuditConfigAuditLogConfig.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)List<String>getExemptedMembers()Identities that do not cause logging for this type of permission.StringgetLogType()Permission type for which logging is to be configured.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(FolderIamAuditConfigAuditLogConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theFolderIamAuditConfigAuditLogConfig.Builder.
-
-
Method Detail
-
getLogType
public final String getLogType()
Description copied from interface:FolderIamAuditConfigAuditLogConfigPermission type for which logging is to be configured. Must be one of DATA_READ, DATA_WRITE, or ADMIN_READ.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/folder_iam_audit_config#log_type FolderIamAuditConfig#log_type}
- Specified by:
getLogTypein interfaceFolderIamAuditConfigAuditLogConfig
-
getExemptedMembers
public final List<String> getExemptedMembers()
Description copied from interface:FolderIamAuditConfigAuditLogConfigIdentities that do not cause logging for this type of permission.Each entry can have one of the following values:user:{emailid}: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com. serviceAccount:{emailid}: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com. group:{emailid}: An email address that represents a Google group. For example, admins@example.com. domain:{domain}: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/folder_iam_audit_config#exempted_members FolderIamAuditConfig#exempted_members}
- Specified by:
getExemptedMembersin interfaceFolderIamAuditConfigAuditLogConfig
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-