Permission Response
data class PermissionResponse(val dataActions: List<String>? = null, val notDataActions: List<String>? = null)
The set of data plane operations permitted through this Role Definition.
The set of data plane operations permitted through this Role Definition.