SasDefinitionBundle Class

Definition

A SAS definition bundle consists of key vault SAS definition details plus its attributes.

public class SasDefinitionBundle
type SasDefinitionBundle = class
Public Class SasDefinitionBundle
Inheritance
SasDefinitionBundle
Derived

Constructors

SasDefinitionBundle()

Initializes a new instance of the SasDefinitionBundle class.

SasDefinitionBundle(String, String, String, String, String, SasDefinitionAttributes, IDictionary<String,String>)

Initializes a new instance of the SasDefinitionBundle class.

Properties

Attributes

Gets the SAS definition attributes.

Id

Gets the SAS definition id.

SasType

Gets the type of SAS token the SAS definition will create. Possible values include: 'account', 'service'

SecretId

Gets storage account SAS definition secret id.

Tags

Gets application specific metadata in the form of key-value pairs

TemplateUri

Gets 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.

ValidityPeriod

Gets the validity period of SAS tokens created according to the SAS definition.

Applies to