Class SecretType


  • public final class SecretType
    extends com.azure.core.util.ExpandableStringEnum<SecretType>
    Defines values for SecretType.
    • Field Detail

      • URL_SIGNING_KEY

        public static final SecretType URL_SIGNING_KEY
        Static value UrlSigningKey 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.
      • AZURE_FIRST_PARTY_MANAGED_CERTIFICATE

        public static final SecretType AZURE_FIRST_PARTY_MANAGED_CERTIFICATE
        Static value AzureFirstPartyManagedCertificate for SecretType.
    • Constructor Detail

      • SecretType

        public SecretType()
    • Method Detail

      • 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.