resourceAttributes property
Resource attributes used in IAM condition evaluation. This field contains resource attributes like resource type and resource name.
To get the whole view of the attributes used in IAM
condition evaluation, the user must also look into
AuditLogData.request_metadata.request_attributes
.
Implementation
@$pb.TagNumber(5)
$43.AttributeContext_Resource get resourceAttributes => $_getN(3);
Implementation
@$pb.TagNumber(5)
set resourceAttributes($43.AttributeContext_Resource v) { setField(5, v); }