RoleAssignmentScheduleRequestPropertiesTicketInfo Class
Ticket Info of the role assignment.
- Inheritance
-
azure.mgmt.authorization._serialization.ModelRoleAssignmentScheduleRequestPropertiesTicketInfo
Constructor
RoleAssignmentScheduleRequestPropertiesTicketInfo(*, ticket_number: str | None = None, ticket_system: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
ticket_number
|
Ticket number for the role assignment. |
ticket_system
|
Ticket system name for the role assignment. |
Variables
Name | Description |
---|---|
ticket_number
|
Ticket number for the role assignment. |
ticket_system
|
Ticket system name for the role assignment. |
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