Infraprofile_Configs_ImportProfileSpec

Infraprofile_Configs_ImportProfileSpec
Infraprofile_Configs_ImportProfileSpec

The Configs.ImportProfileSpec structure represents a spec information for import and validate.

JSON Example
{
    "config_spec": "string",
    "profile_spec": {
        "encryption_key": "string",
        "description": "string",
        "profiles": [
            "string"
        ]
    }
}
string
config_spec
Required

The JSON string representing the desired config specification.

profile_spec
Optional

The Configs.ProfilesSpec structure represents a spec information for export operation.