AccessControlRulesPrivilegeResponse

data class AccessControlRulesPrivilegeResponse(val name: String, val path: String, val queryParameters: Map<String, String>? = null)

The properties of an Access Control Rule Privilege.

Constructors

Link copied to clipboard
constructor(name: String, path: String, queryParameters: Map<String, String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the privilege.

Link copied to clipboard

The HTTP path corresponding to the privilege.

Link copied to clipboard

The query parameters to match in the path.