Class SecretType


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

      • RAW_VALUE

        public static final SecretType RAW_VALUE
        Static value rawValue for SecretType.
      • KEY_VAULT_SECRET_URI

        public static final SecretType KEY_VAULT_SECRET_URI
        Static value keyVaultSecretUri for SecretType.
      • KEY_VAULT_SECRET_REFERENCE

        public static final SecretType KEY_VAULT_SECRET_REFERENCE
        Static value keyVaultSecretReference 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.
      • values

        public static Collection<SecretType> values()
        Gets known SecretType values.
        Returns:
        known SecretType values.