Infraprofile_Configs_ProfilesSpec

Infraprofile_Configs_ProfilesSpec
Infraprofile_Configs_ProfilesSpec

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

JSON Example
{
    "encryption_key": "string",
    "description": "string",
    "profiles": [
        "string"
    ]
}
string As password
encryption_key
Optional

Encryption Key to encrypt/decrypt profiles. If unset encryption will not be used for the profile.

string
description
Optional

Custom description provided by the user. If unset description will be empty.

array of string
profiles
Optional

Profiles to be exported/imported. If unset or empty, all profiles will be returned. When clients pass a value of this structure as a parameter, the field must contain identifiers for the resource type: com.vmware.infraprofile.profile. When operations return a value of this structure as a result, the field will contain identifiers for the resource type: com.vmware.infraprofile.profile.