KeyAttributes Class
- java.
lang. Object - Attributes
- com.
microsoft. azure. keyvault. models. KeyAttributes
- com.
public class KeyAttributes extends Attributes
The attributes of a key managed by the key vault service.
Inherited Members
Attributes.created()
Attributes.enabled()
Attributes.expires()
Attributes.notBefore()
Attributes.updated()
Attributes.withEnabled(Boolean enabled)
Attributes.withExpires(DateTime expires)
Attributes.withNotBefore(DateTime notBefore)
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java