OrganizationalUnitId

data class OrganizationalUnitId(val value: String) : Target

The organizational unit ID of the target organizational unit.

Constructors

Link copied to clipboard
constructor(value: String)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

Casts this Target as a AccountId and retrieves its kotlin.String value. Throws an exception if the Target is not a AccountId.

Link copied to clipboard

Casts this Target as a AccountId and retrieves its kotlin.String value. Returns null if the Target is not a AccountId.

Link copied to clipboard

Casts this Target as a OrganizationalUnitId and retrieves its kotlin.String value. Throws an exception if the Target is not a OrganizationalUnitId.

Link copied to clipboard

Casts this Target as a OrganizationalUnitId and retrieves its kotlin.String value. Returns null if the Target is not a OrganizationalUnitId.

Link copied to clipboard

Casts this Target as a RootId and retrieves its kotlin.String value. Throws an exception if the Target is not a RootId.

Link copied to clipboard

Casts this Target as a RootId and retrieves its kotlin.String value. Returns null if the Target is not a RootId.