UNPKG

@port-labs/port

Version:

A Pulumi package for creating and managing Port resources.

23 lines (22 loc) 748 B
export declare const baseUrl: string | undefined; /** * Protects you from accidentally changing the property type of blueprints which will delete the property before recreating * it with the new type. Defaults to `true` */ export declare const blueprintPropertyTypeChangeProtection: boolean | undefined; /** * Client ID for Port-labs */ export declare const clientId: string | undefined; /** * When set to `false` disables the default HTML escaping of json.Marshal when reading data from Port. Defaults to `true` */ export declare const jsonEscapeHtml: boolean | undefined; /** * Client Secret for Port-labs */ export declare const secret: string | undefined; /** * Token for Port-labs */ export declare const token: string | undefined;