Role.RoleType

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 functions

java-static Role.RoleType!
valueOf(name: String!)

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

java-static Array<Role.RoleType!>!

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

Enum Values

COMPANION_APP

val Role.RoleType.COMPANION_APPRole.RoleType

The role type for the Companion App.

DEVICE_POLICY_CONTROLLER

val Role.RoleType.DEVICE_POLICY_CONTROLLERRole.RoleType

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

IDENTITY_PROVIDER

val Role.RoleType.IDENTITY_PROVIDERRole.RoleType

The role type for the Identity Provider (IDP).

MOBILE_THREAT_DEFENSE_ENDPOINT_DETECTION_RESPONSE

val Role.RoleType.MOBILE_THREAT_DEFENSE_ENDPOINT_DETECTION_RESPONSERole.RoleType

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

ROLE_TYPE_UNSPECIFIED

val Role.RoleType.ROLE_TYPE_UNSPECIFIEDRole.RoleType

Unspecified. Should not be used.

SECURITY_TOOL

val Role.RoleType.SECURITY_TOOLRole.RoleType

The role type for the Security Tool.

Public functions

valueOf

java-static fun valueOf(name: String!): Role.RoleType!

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

java-static fun values(): Array<Role.RoleType!>!

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
Array<Role.RoleType!>!

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