projectId property

String? projectId
getter/setter pair

Project identifier (preferrably project number but can also be the project ID) of the project that contains the secret.

If not set, it will be populated with the function's project assuming that the secret exists in the same project as of the function.

Implementation

core.String? projectId;