RoleManagementPolicyRuleTargetResponse

data class RoleManagementPolicyRuleTargetResponse(val caller: String? = null, val enforcedSettings: List<String>? = null, val inheritableSettings: List<String>? = null, val level: String? = null, val operations: List<String>? = null, val targetObjects: List<String>? = null)

The role management policy rule target.

Constructors

Link copied to clipboard
constructor(caller: String? = null, enforcedSettings: List<String>? = null, inheritableSettings: List<String>? = null, level: String? = null, operations: List<String>? = null, targetObjects: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val caller: String? = null

The caller of the setting.

Link copied to clipboard

The list of enforced settings.

Link copied to clipboard

The list of inheritable settings.

Link copied to clipboard
val level: String? = null

The assignment level to which rule is applied.

Link copied to clipboard
val operations: List<String>? = null

The type of operation.

Link copied to clipboard
val targetObjects: List<String>? = null

The list of target objects.