requestAttributes property

  1. @TagNumber(7)
AttributeContext_Request requestAttributes

Request attributes used in IAM condition evaluation. This field contains request attributes like request time and access levels associated with the request.

To get the whole view of the attributes used in IAM condition evaluation, the user must also look into AuditLog.authentication_info.resource_attributes.

Implementation

@$pb.TagNumber(7)
$43.AttributeContext_Request get requestAttributes => $_getN(3);
  1. @TagNumber(7)
void requestAttributes=(AttributeContext_Request v)

Implementation

@$pb.TagNumber(7)
set requestAttributes($43.AttributeContext_Request v) { setField(7, v); }