public interface AuditLogConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getExemptedMembers(int index)
Specifies the identities that do not cause logging for this type of
permission.
|
com.google.protobuf.ByteString |
getExemptedMembersBytes(int index)
Specifies the identities that do not cause logging for this type of
permission.
|
int |
getExemptedMembersCount()
Specifies the identities that do not cause logging for this type of
permission.
|
List<String> |
getExemptedMembersList()
Specifies the identities that do not cause logging for this type of
permission.
|
AuditLogConfig.LogType |
getLogType()
The log type that this config enables.
|
int |
getLogTypeValue()
The log type that this config enables.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getLogTypeValue()
The log type that this config enables.
.google.iam.v1.AuditLogConfig.LogType log_type = 1;AuditLogConfig.LogType getLogType()
The log type that this config enables.
.google.iam.v1.AuditLogConfig.LogType log_type = 1;List<String> getExemptedMembersList()
Specifies the identities that do not cause logging for this type of permission. Follows the same format of [Binding.members][google.iam.v1.Binding.members].
repeated string exempted_members = 2;int getExemptedMembersCount()
Specifies the identities that do not cause logging for this type of permission. Follows the same format of [Binding.members][google.iam.v1.Binding.members].
repeated string exempted_members = 2;String getExemptedMembers(int index)
Specifies the identities that do not cause logging for this type of permission. Follows the same format of [Binding.members][google.iam.v1.Binding.members].
repeated string exempted_members = 2;index - The index of the element to return.com.google.protobuf.ByteString getExemptedMembersBytes(int index)
Specifies the identities that do not cause logging for this type of permission. Follows the same format of [Binding.members][google.iam.v1.Binding.members].
repeated string exempted_members = 2;index - The index of the value to return.Copyright © 2022 Google LLC. All rights reserved.