Skip to main content

OAuthRoleParms

Parameters including the name of the new oauth role.

Properties

NameTypeDescriptionNotes
descriptionstrThe description of this oauth role. To remove the existing value, set the value to an empty string.[optional]
namestrThe name of this oauth role. This value is required when creating an oauth role.[optional]
parent_idstrThe UUID of the parent of this oauth role, if one exists. To remove the existing value, set the value to an empty string.[optional]
resource_server_scope_idsList[str]The set of oauth roles and corresponding resource server scopes associated with this oauth role. To remove the existing values, set the value to an empty collection.[optional]

Example