Class KeyProperties

java.lang.Object
com.azure.security.keyvault.keys.models.KeyProperties
Direct Known Subclasses:
ImportKeyOptions

public class KeyProperties extends Object
KeyProperties is the resource containing all the properties of the key except its JsonWebKey material. It is managed by the Key Service.
See Also: