GetClusterPolicyResult

data class GetClusterPolicyResult(val currentVersion: String? = null, val policy: Any? = null)

Constructors

Link copied to clipboard
fun GetClusterPolicyResult(currentVersion: String? = null, policy: Any? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val currentVersion: String? = null

The current version of the policy attached to the specified cluster

Link copied to clipboard
val policy: Any? = null

A policy document containing permissions to add to the specified cluster.