次の方法で共有


CustomJwtAuthenticationManagedIdentityType Class

public final class CustomJwtAuthenticationManagedIdentityType
extends ExpandableStringEnum<CustomJwtAuthenticationManagedIdentityType>

The type of managed identity used. Can be either 'SystemAssigned' or 'UserAssigned'.

Field Summary

Modifier and Type Field and Description
static final CustomJwtAuthenticationManagedIdentityType SYSTEM_ASSIGNED

Static value SystemAssigned for CustomJwtAuthenticationManagedIdentityType.

static final CustomJwtAuthenticationManagedIdentityType USER_ASSIGNED

Static value UserAssigned for CustomJwtAuthenticationManagedIdentityType.

Constructor Summary

Constructor Description
CustomJwtAuthenticationManagedIdentityType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of CustomJwtAuthenticationManagedIdentityType value.

Method Summary

Modifier and Type Method and Description
static CustomJwtAuthenticationManagedIdentityType fromString(String name)

Creates or finds a CustomJwtAuthenticationManagedIdentityType from its string representation.

static Collection<CustomJwtAuthenticationManagedIdentityType> values()

Gets known CustomJwtAuthenticationManagedIdentityType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

SYSTEM_ASSIGNED

public static final CustomJwtAuthenticationManagedIdentityType SYSTEM_ASSIGNED

Static value SystemAssigned for CustomJwtAuthenticationManagedIdentityType.

USER_ASSIGNED

public static final CustomJwtAuthenticationManagedIdentityType USER_ASSIGNED

Static value UserAssigned for CustomJwtAuthenticationManagedIdentityType.

Constructor Details

CustomJwtAuthenticationManagedIdentityType

@Deprecated
public CustomJwtAuthenticationManagedIdentityType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of CustomJwtAuthenticationManagedIdentityType value.

Method Details

fromString

public static CustomJwtAuthenticationManagedIdentityType fromString(String name)

Creates or finds a CustomJwtAuthenticationManagedIdentityType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding CustomJwtAuthenticationManagedIdentityType.

values

public static Collection<CustomJwtAuthenticationManagedIdentityType> values()

Gets known CustomJwtAuthenticationManagedIdentityType values.

Returns:

known CustomJwtAuthenticationManagedIdentityType values.

Applies to