RoleEligibilityScheduleRequestPropertiesScheduleInfoExpiration Class
Expiration of the role eligibility schedule.
- Inheritance
-
azure.mgmt.authorization._serialization.ModelRoleEligibilityScheduleRequestPropertiesScheduleInfoExpiration
Constructor
RoleEligibilityScheduleRequestPropertiesScheduleInfoExpiration(*, type: str | _models.Type | None = None, end_date_time: datetime | None = None, duration: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
type
|
Type of the role eligibility schedule expiration. Known values are: "AfterDuration", "AfterDateTime", and "NoExpiration". |
end_date_time
|
End DateTime of the role eligibility schedule. |
duration
|
Duration of the role eligibility schedule in TimeSpan. |
Variables
Name | Description |
---|---|
type
|
Type of the role eligibility schedule expiration. Known values are: "AfterDuration", "AfterDateTime", and "NoExpiration". |
end_date_time
|
End DateTime of the role eligibility schedule. |
duration
|
Duration of the role eligibility schedule in TimeSpan. |
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