Class EnduserIncubatingAttributes
java.lang.Object
io.opentelemetry.semconv.incubating.EnduserIncubatingAttributes
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final io.opentelemetry.api.common.AttributeKey<String>Username or client_id extracted from the access token or Authorization header in the inbound request from outside the system.static final io.opentelemetry.api.common.AttributeKey<String>Actual/assumed role the client is making the request under extracted from token or application security context.static final io.opentelemetry.api.common.AttributeKey<String>Scopes or granted authorities the client currently possesses extracted from token or application security context. -
Method Summary
-
Field Details
-
ENDUSER_ID
Username or client_id extracted from the access token or Authorization header in the inbound request from outside the system. -
ENDUSER_ROLE
Actual/assumed role the client is making the request under extracted from token or application security context. -
ENDUSER_SCOPE
Scopes or granted authorities the client currently possesses extracted from token or application security context. The value would come from the scope associated with an OAuth 2.0 Access Token or an attribute value in a SAML 2.0 Assertion.
-