Interface RawExportOptions

Raw config export options from fr-config-manager (https://github.com/ForgeRock/fr-config-manager/blob/main/docs/raw.md)

interface RawExportOptions {
    overrides?: IdObjectSkeletonInterface;
    path: string;
    pushApiVersion?: ApiVersion;
}

Properties

An optional partial configuration object which should override the corresponding properties of the object exported from the tenant.

path: string

The URL path for the configuration object, relative to the tenant base URL

pushApiVersion?: ApiVersion

An optional object containing the properties 'protocol' and 'resource' to be used in the API version header. This allows specific values for specific configuration. The default is { protocol: "2.0". resource: "1.0" }. Only used for configuration under /am or /environment