@Generated public enum CustomerFacingIngressNetworkPolicyAuthenticationIdentityType extends Enum<CustomerFacingIngressNetworkPolicyAuthenticationIdentityType>
| Enum Constant and Description |
|---|
IDENTITY_TYPE_ALL_SERVICE_PRINCIPALS |
IDENTITY_TYPE_ALL_USERS |
IDENTITY_TYPE_SELECTED_IDENTITIES |
| Modifier and Type | Method and Description |
|---|---|
static CustomerFacingIngressNetworkPolicyAuthenticationIdentityType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CustomerFacingIngressNetworkPolicyAuthenticationIdentityType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CustomerFacingIngressNetworkPolicyAuthenticationIdentityType IDENTITY_TYPE_ALL_SERVICE_PRINCIPALS
public static final CustomerFacingIngressNetworkPolicyAuthenticationIdentityType IDENTITY_TYPE_ALL_USERS
public static final CustomerFacingIngressNetworkPolicyAuthenticationIdentityType IDENTITY_TYPE_SELECTED_IDENTITIES
public static CustomerFacingIngressNetworkPolicyAuthenticationIdentityType[] values()
for (CustomerFacingIngressNetworkPolicyAuthenticationIdentityType c : CustomerFacingIngressNetworkPolicyAuthenticationIdentityType.values()) System.out.println(c);
public static CustomerFacingIngressNetworkPolicyAuthenticationIdentityType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2026. All rights reserved.