allowInsecure property

bool? allowInsecure
getter/setter pair

Defaults to false.

When false, files are subject to validations based on the file type: Remote: A checksum must be specified. Cloud Storage: An object generation number must be specified.

Implementation

core.bool? allowInsecure;