java.lang.Object
com.azure.core.util.ExpandableStringEnum<SsoSecretType>
com.azure.resourcemanager.desktopvirtualization.models.SsoSecretType

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

    • SHARED_KEY

      public static final SsoSecretType SHARED_KEY
      Static value SharedKey for SsoSecretType.
    • CERTIFICATE

      public static final SsoSecretType CERTIFICATE
      Static value Certificate for SsoSecretType.
    • SHARED_KEY_IN_KEY_VAULT

      public static final SsoSecretType SHARED_KEY_IN_KEY_VAULT
      Static value SharedKeyInKeyVault for SsoSecretType.
    • CERTIFICATE_IN_KEY_VAULT

      public static final SsoSecretType CERTIFICATE_IN_KEY_VAULT
      Static value CertificateInKeyVault for SsoSecretType.
  • Constructor Details

    • SsoSecretType

      public SsoSecretType()
  • Method Details

    • fromString

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

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