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

Properties of an Exec.

Package

@google-cloud/os-config

Properties

args

args?: (string[]|null);

Exec args

Property Value
TypeDescription
(string[]|null)

file

file?: (google.cloud.osconfig.v1alpha.OSPolicy.Resource.IFile|null);

Exec file

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

interpreter

interpreter?: (google.cloud.osconfig.v1alpha.OSPolicy.Resource.ExecResource.Exec.Interpreter|keyof typeof google.cloud.osconfig.v1alpha.OSPolicy.Resource.ExecResource.Exec.Interpreter|null);

Exec interpreter

Property Value
TypeDescription
(google.cloud.osconfig.v1alpha.OSPolicy.Resource.ExecResource.Exec.Interpreter|keyof typeof google.cloud.osconfig.v1alpha.OSPolicy.Resource.ExecResource.Exec.Interpreter|null)

outputFilePath

outputFilePath?: (string|null);

Exec outputFilePath

Property Value
TypeDescription
(string|null)

script

script?: (string|null);

Exec script

Property Value
TypeDescription
(string|null)