Compartilhar via


RoleAssignmentScheduleRequestPropertiesScheduleInfoExpiration Class

Expiration of the role assignment schedule.

Inheritance
azure.mgmt.authorization._serialization.Model
RoleAssignmentScheduleRequestPropertiesScheduleInfoExpiration

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
str or 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
str

Duration of the role assignment schedule in TimeSpan.

Variables

Name Description
type
str or 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
str

Duration of the role assignment schedule in TimeSpan.