PolicyDefinitionStatic

data class PolicyDefinitionStatic(val description: String? = null, val statement: String)

Constructors

Link copied to clipboard
constructor(description: String? = null, statement: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

The description of the static policy.

Link copied to clipboard

The statement of the static policy.