Options for retrieving a Policy by ID.

interface GetPolicyByIdOptions {
    id: string;
}

Properties

Properties

id: string

The unique identifier of the policy to retrieve. This is a UUID that's generated when the policy is created.