GetPolicyDocumentRuleAllowedParameter

data class GetPolicyDocumentRuleAllowedParameter(val key: String, val values: List<String>)

Constructors

Link copied to clipboard
constructor(key: String, values: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val key: String

Name of permitted key.

Link copied to clipboard

A list of values what are permitted by policy rule.