Class SasDefinitionBundle
- java.lang.Object
-
- com.microsoft.azure.keyvault.models.SasDefinitionBundle
-
- Direct Known Subclasses:
DeletedSasDefinitionBundle
public class SasDefinitionBundle extends Object
A SAS definition bundle consists of key vault SAS definition details plus its attributes.
-
-
Constructor Summary
Constructors Constructor Description SasDefinitionBundle()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SasDefinitionAttributesattributes()Get the attributes value.Stringid()Get the id value.SasTokenTypesasType()Get the sasType value.StringsecretId()Get the secretId value.Map<String,String>tags()Get the tags value.StringtemplateUri()Get the templateUri value.StringvalidityPeriod()Get the validityPeriod value.
-
-
-
Method Detail
-
id
public String id()
Get the id value.- Returns:
- the id value
-
secretId
public String secretId()
Get the secretId value.- Returns:
- the secretId value
-
templateUri
public String templateUri()
Get the templateUri value.- Returns:
- the templateUri value
-
sasType
public SasTokenType sasType()
Get the sasType value.- Returns:
- the sasType value
-
validityPeriod
public String validityPeriod()
Get the validityPeriod value.- Returns:
- the validityPeriod value
-
attributes
public SasDefinitionAttributes attributes()
Get the attributes value.- Returns:
- the attributes value
-
-