Class SecretProperties
- java.lang.Object
-
- com.microsoft.azure.keyvault.models.SecretProperties
-
public class SecretProperties extends Object
Properties of the key backing a certificate.
-
-
Constructor Summary
Constructors Constructor Description SecretProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
contentType()
Get the contentType value.SecretProperties
withContentType(String contentType)
Set the contentType value.
-
-
-
Method Detail
-
contentType
public String contentType()
Get the contentType value.- Returns:
- the contentType value
-
withContentType
public SecretProperties withContentType(String contentType)
Set the contentType value.- Parameters:
contentType
- the contentType value to set- Returns:
- the SecretProperties object itself.
-
-