RoleAssignmentScheduleRequestPropertiesScheduleInfoExpiration Class
Expiration of the role assignment schedule.
- Inheritance
-
azure.mgmt.authorization._serialization.ModelRoleAssignmentScheduleRequestPropertiesScheduleInfoExpiration
Constructor
RoleAssignmentScheduleRequestPropertiesScheduleInfoExpiration(*, 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 assignment schedule expiration. Known values are: "AfterDuration", "AfterDateTime", and "NoExpiration". |
end_date_time
|
End DateTime of the role assignment schedule. |
duration
|
Duration of the role assignment schedule in TimeSpan. |
Variables
Name | Description |
---|---|
type
|
Type of the role assignment schedule expiration. Known values are: "AfterDuration", "AfterDateTime", and "NoExpiration". |
end_date_time
|
End DateTime of the role assignment schedule. |
duration
|
Duration of the role assignment 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