Class SasDefinitionItem
- java.lang.Object
-
- com.microsoft.azure.keyvault.models.SasDefinitionItem
-
- Direct Known Subclasses:
DeletedSasDefinitionItem
public class SasDefinitionItem extends Object
The SAS definition item containing storage SAS definition metadata.
-
-
Constructor Summary
Constructors Constructor Description SasDefinitionItem()
-
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.String
secretId()
Get the secretId value.Map<String,String>
tags()
Get the tags 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
-
attributes
public SasDefinitionAttributes attributes()
Get the attributes value.- Returns:
- the attributes value
-
-