SasDefinitionAttributes Class

The SAS definition management attributes.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
SasDefinitionAttributes

Constructor

SasDefinitionAttributes(*, enabled: Optional[bool] = None, **kwargs)

Parameters

enabled
bool
Required

the enabled state of the object.

Variables

created
datetime

Creation time in UTC.

updated
datetime

Last updated time in UTC.

recovery_level
str or DeletionRecoveryLevel

Reflects the deletion recovery level currently in effect for SAS definitions in the current vault. If it contains 'Purgeable' the SAS definition can be permanently deleted by a privileged user; otherwise, only the system can purge the SAS definition, at the end of the retention interval. Possible values include: 'Purgeable', 'Recoverable+Purgeable', 'Recoverable', 'Recoverable+ProtectedSubscription'