Interface protos.google.cloud.osconfig.v1.OSPolicy.Resource.ExecResource.IExec (2.2.2)

Properties of an Exec.

Package

@google-cloud/os-config

Properties

args

args?: (string[]|null);

Exec args

file

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

Exec file

interpreter

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

Exec interpreter

outputFilePath

outputFilePath?: (string|null);

Exec outputFilePath

script

script?: (string|null);

Exec script