SecretProperties Class
- java.
lang. Object - com.
microsoft. azure. keyvault. models. SecretProperties
- com.
public class SecretProperties
Properties of the key backing a certificate.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
contentType()
Get the contentType value. |
Secret |
withContentType(String contentType)
Set the contentType value. |
Method Details
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.
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