pvkPath property

String? pvkPath
getter/setter pair

Path to the Certificate Private Key (.pvk) in Cloud Storage, in the form gs://bucketName/fileName.

The instance must have write permissions to the bucket and read access to the file.

Implementation

core.String? pvkPath;