Class FolderIamAuditConfigAuditLogConfig.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • logType

        @Stability(Stable)
        public FolderIamAuditConfigAuditLogConfig.Builder logType​(String logType)
        Parameters:
        logType - Permission type for which logging is to be configured. Must be one of DATA_READ, DATA_WRITE, or ADMIN_READ. This parameter is required. 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}
        Returns:
        this
      • exemptedMembers

        @Stability(Stable)
        public FolderIamAuditConfigAuditLogConfig.Builder exemptedMembers​(List<String> exemptedMembers)
        Parameters:
        exemptedMembers - Identities 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}
        Returns:
        this