Class SecretsType


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

      • ACCOUNT_KEY

        public static final SecretsType ACCOUNT_KEY
        Static value AccountKey for SecretsType.
      • CERTIFICATE

        public static final SecretsType CERTIFICATE
        Static value Certificate for SecretsType.
      • SAS

        public static final SecretsType SAS
        Static value Sas for SecretsType.
      • SERVICE_PRINCIPAL

        public static final SecretsType SERVICE_PRINCIPAL
        Static value ServicePrincipal for SecretsType.
      • KERBEROS_PASSWORD

        public static final SecretsType KERBEROS_PASSWORD
        Static value KerberosPassword for SecretsType.
      • KERBEROS_KEYTAB

        public static final SecretsType KERBEROS_KEYTAB
        Static value KerberosKeytab for SecretsType.
    • Constructor Detail

      • SecretsType

        public SecretsType()
    • Method Detail

      • fromString

        public static SecretsType fromString​(String name)
        Creates or finds a SecretsType from its string representation.
        Parameters:
        name - a name to look for.
        Returns:
        the corresponding SecretsType.
      • values

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