resourceAttributes property

  1. @TagNumber(5)
AttributeContext_Resource resourceAttributes

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);
  1. @TagNumber(5)
void resourceAttributes=(AttributeContext_Resource v)

Implementation

@$pb.TagNumber(5)
set resourceAttributes($43.AttributeContext_Resource v) { setField(5, v); }