Variable ProviderKindConst
ProviderKind: {
UNSPECIFIED: 0;
APP: 1;
AUTHENTICATION: 2;
INDEXEDDB: 3;
SECRETS: 4;
TELEMETRY: 5;
CACHE: 6;
S3: 7;
WORKFLOW: 8;
AUTHORIZATION: 9;
RUNTIME: 10;
AGENT: 11;
EXTERNAL_CREDENTIAL: 12;
TEST: 13;
} = ...
Type Declaration
ReadonlyUNSPECIFIED: 0
ReadonlyAPP: 1
ReadonlyAUTHENTICATION: 2
ReadonlyINDEXEDDB: 3
ReadonlySECRETS: 4
ReadonlyTELEMETRY: 5
ReadonlyCACHE: 6
ReadonlyS3: 7
ReadonlyWORKFLOW: 8
ReadonlyAUTHORIZATION: 9
ReadonlyRUNTIME: 10
ReadonlyAGENT: 11
ReadonlyEXTERNAL_CREDENTIAL: 12
ReadonlyTEST: 13