AppRole Class
AppRole.
- Inheritance
-
AppRole
Constructor
AppRole(**kwargs)
Parameters
Specifies whether this app role definition can be assigned to users and groups by setting to 'User', or to other applications (that are accessing this application in daemon service scenarios) by setting to 'Application', or to both.
- description
- str
Permission help text that appears in the admin app assignment and consent experiences.
- display_name
- str
Display name for the permission that appears in the admin consent and app assignment experiences.
- is_enabled
- bool
When creating or updating a role definition, this must be set to true (which is the default). To delete a role, this must first be set to false. At that point, in a subsequent call, this role may be removed.
- value
- str
Specifies the value of the roles claim that the application should expect in the authentication and access tokens.
Feedback
Submit and view feedback for