MonoCloud Management SDK
    Preparing search index...

    Interface PatchPushedAuthorizationOptionsRequest

    Patch Pushed Authorization Options Request: Used to update tenant-wide Pushed Authorization Request (PAR) configuration.

    PatchPushedAuthorizationOptionsRequest

    interface PatchPushedAuthorizationOptionsRequest {
        enable_pushed_authorization_requests?: boolean;
        require_pushed_authorization_requests?: boolean;
    }
    Index

    Properties

    enable_pushed_authorization_requests?: boolean

    Specifies whether Pushed Authorization Requests (PAR) are enabled for the tenant.

    Secure+ subscription required to use Pushed Authorization Requests (PAR).

    PatchPushedAuthorizationOptionsRequest

    require_pushed_authorization_requests?: boolean

    Specifies whether Pushed Authorization Requests (PAR) are required tenant-wide for all authorization requests.

    When enabled, this setting overrides any client-specific PAR configuration and enforces PAR usage for all clients within the tenant. Secure+ subscription required to use Pushed Authorization Requests (PAR).

    PatchPushedAuthorizationOptionsRequest