MonoCloud Management SDK
    Preparing search index...

    Interface PatchApiAccessAdvancedPolicyRequest

    Patch Advanced API Access Policy Request: Used to partially update an advanced API access policy.

    PatchApiAccessAdvancedPolicyRequest

    interface PatchApiAccessAdvancedPolicyRequest {
        actions?: PatchApiAccessPolicyActionsRequest;
        cedar?: string;
        description?: string | null;
        enabled?: boolean;
        error?: string | null;
        name?: string;
    }
    Index

    Properties

    Action settings applied when the policy fires.

    PatchApiAccessAdvancedPolicyRequest

    cedar?: string

    The Cedar policy source used during evaluation for advanced policies.

    PatchApiAccessAdvancedPolicyRequest

    description?: string | null

    Description that explains the purpose of the policy.

    PatchApiAccessAdvancedPolicyRequest

    enabled?: boolean

    Indicates whether the policy is enabled.

    PatchApiAccessAdvancedPolicyRequest

    error?: string | null

    Optional denial message returned to the client when this policy rejects a token request. If unset, a generic denial message is returned.

    PatchApiAccessAdvancedPolicyRequest

    name?: string

    Human-readable name for the policy.

    PatchApiAccessAdvancedPolicyRequest