RoleAssignmentScheduleRequestPropertiesScheduleInfo Class
Schedule info of the role assignment schedule.
- Inheritance
-
azure.mgmt.authorization._serialization.ModelRoleAssignmentScheduleRequestPropertiesScheduleInfo
Constructor
RoleAssignmentScheduleRequestPropertiesScheduleInfo(*, start_date_time: datetime | None = None, expiration: _models.RoleAssignmentScheduleRequestPropertiesScheduleInfoExpiration | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
start_date_time
|
Start DateTime of the role assignment schedule. |
expiration
|
Expiration of the role assignment schedule. |
Variables
Name | Description |
---|---|
start_date_time
|
Start DateTime of the role assignment schedule. |
expiration
|
Expiration of the role assignment schedule. |
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