SsoSecretType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. desktopvirtualization. models. SsoSecretType
- com.
- com.
public final class SsoSecretType
extends ExpandableStringEnum<SsoSecretType>
The type of single sign on Secret Type.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Sso |
CERTIFICATE
Static value Certificate for Sso |
|
static final
Sso |
CERTIFICATE_IN_KEY_VAULT
Static value Certificate |
|
static final
Sso |
SHARED_KEY
Static value Shared |
|
static final
Sso |
SHARED_KEY_IN_KEY_VAULT
Static value Shared |
Constructor Summary
| Constructor | Description |
|---|---|
| SsoSecretType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Sso |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Sso |
fromString(String name)
Creates or finds a Sso |
|
static
Collection<Sso |
values()
Gets known Sso |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
CERTIFICATE
public static final SsoSecretType CERTIFICATE
Static value Certificate for SsoSecretType.
CERTIFICATE_IN_KEY_VAULT
public static final SsoSecretType CERTIFICATE_IN_KEY_VAULT
Static value CertificateInKeyVault for SsoSecretType.
SHARED_KEY
public static final SsoSecretType SHARED_KEY
Static value SharedKey for SsoSecretType.
SHARED_KEY_IN_KEY_VAULT
public static final SsoSecretType SHARED_KEY_IN_KEY_VAULT
Static value SharedKeyInKeyVault for SsoSecretType.
Constructor Details
SsoSecretType
@Deprecated
public SsoSecretType()
Deprecated
Creates a new instance of SsoSecretType value.
Method Details
fromString
public static SsoSecretType fromString(String name)
Creates or finds a SsoSecretType from its string representation.
Parameters:
Returns:
values
public static Collection<SsoSecretType> values()
Gets known SsoSecretType values.
Returns: