The managers/devices/chapSettings resource type can be deployed to:
For a list of changed properties in each API version, see change log.
To create a Microsoft.StorSimple/managers/devices/chapSettings resource, add the following JSON to your template.
{
"type": "Microsoft.StorSimple/managers/devices/chapSettings",
"apiVersion": "2016-10-01",
"name": "string",
"properties": {
"password": {
"encryptionAlgorithm": "string",
"encryptionCertificateThumbprint": "string",
"value": "string"
}
}
}
Name | Description | Value |
---|---|---|
type | The resource type | 'Microsoft.StorSimple/managers/devices/chapSettings' |
apiVersion | The resource api version | '2016-10-01' |
name | The resource name See how to set names and types for child resources in JSON ARM templates. |
string (required) |
properties | Chap properties | ChapProperties (required) |
Name | Description | Value |
---|---|---|
password | The chap password. | AsymmetricEncryptedSecret (required) |
Name | Description | Value |
---|---|---|
encryptionAlgorithm | Algorithm used to encrypt "Value" | 'AES256' 'None' 'RSAES_PKCS1_v_1_5' (required) |
encryptionCertificateThumbprint | Thumbprint certificate that was used to encrypt "Value" | string |
value | The value of the secret itself. If the secret is in plaintext then EncryptionAlgorithm will be none and EncryptionCertThumbprint will be null. | string (required) |