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