Skip to main content

OAuthRole

A list of all oauth roles to which this user belongs.

Properties

NameTypeDescriptionNotes
ancestor_idsList[str]The set of ancestor oauth role ids.
descendant_idsList[str]The set of descendant oauth role ids.
descriptionstrThe description of this oauth role.[optional]
idstrThe UUID of this oauth role. This value is generated when the oauth role is created.
inherited_resource_server_scope_idsList[str]The set of resource server scopes ids associated with this oauth role based on inheritance from its ancestors.
namestrThe name of this oauth role.
parent_idstrThe UUID of the parent of this oauth role, if one exists.[optional]
resource_server_scope_idsList[str]The set of resource server scopes ids associated with this oauth role.

Example