You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
[default to 'os.ConfigurationFile']
object_type
String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
[default to 'os.ConfigurationFile']
description
String
Description of the OS ConfigurationFile.
[optional]
file_content
String
The content of the entire configuration file is stored as value. The content can either be a static file content or a template content. The template is expected to conform to the golang template syntax. The values from os.Answers properties will be used to populate this template.
[optional]
internal
Boolean
The internal flag is set to true when configuration file is uploaded from OS Install wizard. Internal Configuration files will not be displayed in Answer Management Page.
[optional][default to false]
name
String
The name of the OS ConfigurationFile that uniquely identifies the configuration file.