SasDefinitionCreateParameters Class
The SAS definition create parameters.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
SasDefinitionCreateParameters
Constructor
SasDefinitionCreateParameters(*, template_uri: str, sas_type, validity_period: str, sas_definition_attributes=None, tags=None, **kwargs)
Parameters
- template_uri
- str
Required
Required. The SAS definition token template signed with an arbitrary key. Tokens created according to the SAS definition will have the same properties as the template.
- sas_type
- str or SasTokenType
Required
Required. The type of SAS token the SAS definition will create. Possible values include: 'account', 'service'
- validity_period
- str
Required
Required. The validity period of SAS tokens created according to the SAS definition.
Feedback
Submit and view feedback for