UpdatePolicyResponse

Types

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

Properties

Link copied to clipboard

The action that a policy permits or forbids. For example, {"actions": [{"actionId": "ViewPhoto", "actionType": "PhotoFlash::Action"}, {"entityID": "SharePhoto", "entityType": "PhotoFlash::Action"}]}.

Link copied to clipboard

The date and time that the policy was originally created.

Link copied to clipboard

The effect of the decision that a policy returns to an authorization request. For example, "effect": "Permit".

Link copied to clipboard

The date and time that the policy was most recently updated.

Link copied to clipboard

The ID of the policy that was updated.

Link copied to clipboard

The ID of the policy store that contains the policy that was updated.

Link copied to clipboard

The type of the policy that was updated.

Link copied to clipboard

The principal specified in the policy's scope. This element isn't included in the response when Principal isn't present in the policy content.

Link copied to clipboard

The resource specified in the policy's scope. This element isn't included in the response when Resource isn't present in the policy content.

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