PutClusterPolicyRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A flag that allows you to bypass the policy lockout safety check. When set to true, this parameter allows you to apply a policy that might lock you out of the cluster. Use with caution.

Link copied to clipboard

Idempotency token so a request is only processed once.

Link copied to clipboard

The expected version of the current policy. This parameter ensures that you're updating the correct version of the policy and helps prevent concurrent modification conflicts.

Link copied to clipboard

The ID of the cluster.

Link copied to clipboard

The resource-based policy document to attach to the cluster. This should be a valid JSON policy document that defines permissions and conditions.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String