Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 869 Bytes

WardenTokenAccessRequest.md

File metadata and controls

14 lines (10 loc) · 869 Bytes

WardenTokenAccessRequest

Properties

Name Type Description Notes
Action string Action is the action that is requested on the resource. [optional] [default to null]
Context map[string]interface{} Context is the request's environmental context. [optional] [default to null]
Resource string Resource is the resource that access is requested to. [optional] [default to null]
Scopes []string Scopes is an array of scopes that are requried. [optional] [default to null]
Token string Token is the token to introspect. [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]