ApplicationPackageLockingPolicyDefinitionResponse

data class ApplicationPackageLockingPolicyDefinitionResponse(val allowedActions: List<String>? = null, val allowedDataActions: List<String>? = null)

Managed application locking policy.

Constructors

constructor(allowedActions: List<String>? = null, allowedDataActions: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

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

The deny assignment excluded actions.

Link copied to clipboard

The deny assignment excluded data actions.