EffectivePolicy

Contains rules to be applied to the affected accounts. The effective policy is the aggregation of any policies the account inherits, plus any policy directly attached to the account.

Types

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

Properties

Link copied to clipboard

The time of the last update to this policy.

Link copied to clipboard

The text content of the policy.

Link copied to clipboard

The policy type.

Link copied to clipboard

The account ID of the policy target.

Functions

Link copied to clipboard
inline fun copy(block: EffectivePolicy.Builder.() -> Unit = {}): EffectivePolicy
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