PolicyAssignmentPropertiesRoleDefinition Class
Details of role definition.
- Inheritance
-
azure.mgmt.authorization._serialization.ModelPolicyAssignmentPropertiesRoleDefinition
Constructor
PolicyAssignmentPropertiesRoleDefinition(*, id: str | None = None, display_name: str | None = None, type: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
id
|
Id of the role definition. |
display_name
|
Display name of the role definition. |
type
|
Type of the role definition. |
Variables
Name | Description |
---|---|
id
|
Id of the role definition. |
display_name
|
Display name of the role definition. |
type
|
Type of the role definition. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python