InfraprofileConfigsProfilesSpec
The Configs.ProfilesSpec structure represents a spec information for export operation.
Properties
string
description
Optional
Custom description provided by the user. If unset description will be empty.
string as password
encryption_key
Optional
Encryption Key to encrypt/decrypt profiles. If unset encryption will not be used for the profile.
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.
JSON Example
{
"description": "string",
"encryption_key": "string",
"profiles": [
"string"
]
}