AuthorizedOrgsDescAuthorizationDirection

The direction of the authorization relationship between this organization and the organizations listed in the orgs field. The valid values for this field include the following: AUTHORIZATION_DIRECTION_FROM: Allows this organization to evaluate traffic in the organizations listed in the orgs field. AUTHORIZATION_DIRECTION_TO: Allows the organizations listed in the orgs field to evaluate the traffic in this organization. For the authorization relationship to take effect, all of the organizations must authorize and specify the appropriate relationship direction. For example, if organization A authorized organization B and C to evaluate its traffic, by specifying AUTHORIZATION_DIRECTION_TO as the authorization direction, organizations B and C must specify AUTHORIZATION_DIRECTION_FROM as the authorization direction in their AuthorizedOrgsDesc resource.

Entries

Link copied to clipboard

No direction specified.

Link copied to clipboard

The specified organizations are authorized to evaluate traffic in this organization.

Link copied to clipboard

The traffic of the specified organizations can be evaluated by this organization.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): AuthorizedOrgsDescAuthorizationDirection
Link copied to clipboard

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.)

Link copied to clipboard

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

Properties

Link copied to clipboard
val javaValue: AuthorizedOrgsDescAuthorizationDirection
Link copied to clipboard
Link copied to clipboard