Role.RoleType

public enum Role.RoleType


The role type.

Summary

Enum Values

COMPANION_APP

The role type for the Companion App.

DEVICE_POLICY_CONTROLLER

The role type for the Device Policy Controller (DPC).

IDENTITY_PROVIDER

The role type for the Identity Provider (IDP).

MOBILE_THREAT_DEFENSE_ENDPOINT_DETECTION_RESPONSE

The role type for the Mobile Threat Defense (MTD) / Endpoint Detection &Response (EDR).

ROLE_TYPE_UNSPECIFIED

Unspecified.

SECURITY_TOOL

The role type for the Security Tool.

Public methods

static Role.RoleType

Returns the enum constant of this type with the specified name.

static Role.RoleType[]

Returns an array containing the constants of this enum type, in the order they're declared.

Enum Values

COMPANION_APP

Role.RoleType Role.RoleType.COMPANION_APP

The role type for the Companion App.

DEVICE_POLICY_CONTROLLER

Role.RoleType Role.RoleType.DEVICE_POLICY_CONTROLLER

The role type for the Device Policy Controller (DPC).

IDENTITY_PROVIDER

Role.RoleType Role.RoleType.IDENTITY_PROVIDER

The role type for the Identity Provider (IDP).

MOBILE_THREAT_DEFENSE_ENDPOINT_DETECTION_RESPONSE

Role.RoleType Role.RoleType.MOBILE_THREAT_DEFENSE_ENDPOINT_DETECTION_RESPONSE

The role type for the Mobile Threat Defense (MTD) / Endpoint Detection &Response (EDR).

ROLE_TYPE_UNSPECIFIED

Role.RoleType Role.RoleType.ROLE_TYPE_UNSPECIFIED

Unspecified. Should not be used.

SECURITY_TOOL

Role.RoleType Role.RoleType.SECURITY_TOOL

The role type for the Security Tool.

Public methods

valueOf

public static Role.RoleType valueOf(String name)

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Returns
Role.RoleType

the enum constant with the specified name

Throws
java.lang.IllegalArgumentException

if this enum type has no constant with the specified name

values

public static Role.RoleType[] values()

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.

Returns
Role.RoleType[]

an array containing the constants of this enum type, in the order they're declared