GetPolicyDocumentRuleAllowedParameter

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

Constructors

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

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.

Functions

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