Class IssuerAttributes
- java.lang.Object
-
- com.microsoft.azure.keyvault.models.IssuerAttributes
-
public class IssuerAttributes extends Object
The attributes of an issuer managed by the Key Vault service.
-
-
Constructor Summary
Constructors Constructor Description IssuerAttributes()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.joda.time.DateTime
created()
Get the created value.Boolean
enabled()
Get the enabled value.org.joda.time.DateTime
updated()
Get the updated value.IssuerAttributes
withEnabled(Boolean enabled)
Set the enabled value.
-
-
-
Method Detail
-
enabled
public Boolean enabled()
Get the enabled value.- Returns:
- the enabled value
-
withEnabled
public IssuerAttributes withEnabled(Boolean enabled)
Set the enabled value.- Parameters:
enabled
- the enabled value to set- Returns:
- the IssuerAttributes object itself.
-
created
public org.joda.time.DateTime created()
Get the created value.- Returns:
- the created value
-
updated
public org.joda.time.DateTime updated()
Get the updated value.- Returns:
- the updated value
-
-