Dela via


SecretType Class

public final class SecretType
extends ExpandableStringEnum<SecretType>

The type of the secret resource.

Field Summary

Modifier and Type Field and Description
static final SecretType AZURE_FIRST_PARTY_MANAGED_CERTIFICATE

Static value AzureFirstPartyManagedCertificate for SecretType.

static final SecretType CUSTOMER_CERTIFICATE

Static value CustomerCertificate for SecretType.

static final SecretType MANAGED_CERTIFICATE

Static value ManagedCertificate for SecretType.

static final SecretType URL_SIGNING_KEY

Static value UrlSigningKey for SecretType.

Constructor Summary

Constructor Description
SecretType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of SecretType value.

Method Summary

Modifier and Type Method and Description
static SecretType fromString(String name)

Creates or finds a SecretType from its string representation.

static Collection<SecretType> values()

Gets known SecretType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

AZURE_FIRST_PARTY_MANAGED_CERTIFICATE

public static final SecretType AZURE_FIRST_PARTY_MANAGED_CERTIFICATE

Static value AzureFirstPartyManagedCertificate for SecretType.

CUSTOMER_CERTIFICATE

public static final SecretType CUSTOMER_CERTIFICATE

Static value CustomerCertificate for SecretType.

MANAGED_CERTIFICATE

public static final SecretType MANAGED_CERTIFICATE

Static value ManagedCertificate for SecretType.

URL_SIGNING_KEY

public static final SecretType URL_SIGNING_KEY

Static value UrlSigningKey for SecretType.

Constructor Details

SecretType

@Deprecated
public SecretType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of SecretType value.

Method Details

fromString

public static SecretType fromString(String name)

Creates or finds a SecretType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding SecretType.

values

public static Collection values()

Gets known SecretType values.

Returns:

known SecretType values.

Applies to