Udostępnij za pośrednictwem


CustomWebhookAuthenticationManagedIdentityType Class

public final class CustomWebhookAuthenticationManagedIdentityType
extends ExpandableStringEnum<CustomWebhookAuthenticationManagedIdentityType>

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

Field Summary

Modifier and Type Field and Description
static final CustomWebhookAuthenticationManagedIdentityType SYSTEM_ASSIGNED

Static value SystemAssigned for CustomWebhookAuthenticationManagedIdentityType.

static final CustomWebhookAuthenticationManagedIdentityType USER_ASSIGNED

Static value UserAssigned for CustomWebhookAuthenticationManagedIdentityType.

Constructor Summary

Constructor Description
CustomWebhookAuthenticationManagedIdentityType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of CustomWebhookAuthenticationManagedIdentityType value.

Method Summary

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

Creates or finds a CustomWebhookAuthenticationManagedIdentityType from its string representation.

static Collection<CustomWebhookAuthenticationManagedIdentityType> values()

Gets known CustomWebhookAuthenticationManagedIdentityType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

SYSTEM_ASSIGNED

public static final CustomWebhookAuthenticationManagedIdentityType SYSTEM_ASSIGNED

Static value SystemAssigned for CustomWebhookAuthenticationManagedIdentityType.

USER_ASSIGNED

public static final CustomWebhookAuthenticationManagedIdentityType USER_ASSIGNED

Static value UserAssigned for CustomWebhookAuthenticationManagedIdentityType.

Constructor Details

CustomWebhookAuthenticationManagedIdentityType

@Deprecated
public CustomWebhookAuthenticationManagedIdentityType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of CustomWebhookAuthenticationManagedIdentityType value.

Method Details

fromString

public static CustomWebhookAuthenticationManagedIdentityType fromString(String name)

Creates or finds a CustomWebhookAuthenticationManagedIdentityType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding CustomWebhookAuthenticationManagedIdentityType.

values

public static Collection<CustomWebhookAuthenticationManagedIdentityType> values()

Gets known CustomWebhookAuthenticationManagedIdentityType values.

Returns:

known CustomWebhookAuthenticationManagedIdentityType values.

Applies to