Interface protos.google.cloud.osconfig.v1alpha.OSPolicy.Resource.IFile (1.10.0)

Properties of a File.

Package

@google-cloud/os-config

Properties

allowInsecure

allowInsecure?: (boolean|null);

File allowInsecure

Property Value
TypeDescription
(boolean|null)

gcs

gcs?: (google.cloud.osconfig.v1alpha.OSPolicy.Resource.File.IGcs|null);

File gcs

Property Value
TypeDescription
(google.cloud.osconfig.v1alpha.OSPolicy.Resource.File.IGcs|null)

localPath

localPath?: (string|null);

File localPath

Property Value
TypeDescription
(string|null)

remote

remote?: (google.cloud.osconfig.v1alpha.OSPolicy.Resource.File.IRemote|null);

File remote

Property Value
TypeDescription
(google.cloud.osconfig.v1alpha.OSPolicy.Resource.File.IRemote|null)