SecretProperties Class

  • java.lang.Object
    • com.microsoft.azure.keyvault.models.SecretProperties

public class SecretProperties

Properties of the key backing a certificate.

Method Summary

Modifier and Type Method and Description
String contentType()

Get the contentType value.

SecretProperties 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