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 SasDefinitionAttributes
attributes()
Get the attributes value.String
id()
Get the id value.SasTokenType
sasType()
Get the sasType value.String
secretId()
Get the secretId value.Map<String,String>
tags()
Get the tags value.String
templateUri()
Get the templateUri value.String
validityPeriod()
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
-
-