AccessControlRulesPrivilegeArgs

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

The properties of an Access Control Rule Privilege.

Constructors

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

Properties

Link copied to clipboard
val name: Output<String>

The name of the privilege.

Link copied to clipboard
val path: Output<String>

The HTTP path corresponding to the privilege.

Link copied to clipboard
val queryParameters: Output<Map<String, String>>? = null

The query parameters to match in the path.

Functions

Link copied to clipboard
open override fun toJava(): AccessControlRulesPrivilegeArgs