Cerbos JavaScript SDK
    Preparing search index...

    Interface EnablePoliciesRequest

    interface EnablePoliciesRequest {
        ids: string[];
    }
    Index

    Properties

    Properties

    ids: string[]

    IDs of policies to enable.

    Available policy IDs can be listed with Client.listPolicies, setting ListPoliciesRequest.includeDisabled to true.