@gtheocrwd/pulumi-crowdstrike
Version:
A Pulumi package for creating and managing Crowdstrike resources. Based on terraform-provider-crowdstrike: version v0.0.5
15 lines (14 loc) • 547 B
TypeScript
/**
* Falcon Client Id for authenticating to the CrowdStrike APIs. Will use FALCON_CLIENT_ID environment variable when left
* blank.
*/
export declare const clientId: string | undefined;
/**
* Falcon Client Secret used for authenticating to the CrowdStrike APIs. Will use FALCON_CLIENT_SECRET environment variable
* when left blank.
*/
export declare const clientSecret: string | undefined;
/**
* Falcon Cloud to authenticate to. Valid values are autodiscover, us-1, us-2, eu-1, us-gov-1
*/
export declare const cloud: string | undefined;