The managers/extendedInformation 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/extendedInformation resource, add the following JSON to your template.
{
"type": "Microsoft.StorSimple/managers/extendedInformation",
"apiVersion": "2017-06-01",
"name": "vaultExtendedInfo",
"kind": "Series8000",
"etag": "string",
"properties": {
"algorithm": "string",
"encryptionKey": "string",
"encryptionKeyThumbprint": "string",
"integrityKey": "string",
"portalCertificateThumbprint": "string",
"version": "string"
}
}
Name | Description | Value |
---|---|---|
type | The resource type | 'Microsoft.StorSimple/managers/extendedInformation' |
apiVersion | The resource api version | '2017-06-01' |
name | The resource name See how to set names and types for child resources in JSON ARM templates. |
'vaultExtendedInfo' |
kind | The Kind of the object. Currently only Series8000 is supported | 'Series8000' |
etag | The etag of the resource. | string |
properties | The extended info properties. | ManagerExtendedInfoProperties |
Name | Description | Value |
---|---|---|
algorithm | Represents the encryption algorithm used to encrypt the keys. None - if Key is saved in plain text format. Algorithm name - if key is encrypted | string (required) |
encryptionKey | Represents the CEK of the resource. | string |
encryptionKeyThumbprint | Represents the Cert thumbprint that was used to encrypt the CEK. | string |
integrityKey | Represents the CIK of the resource. | string (required) |
portalCertificateThumbprint | Represents the portal thumbprint which can be used optionally to encrypt the entire data before storing it. | string |
version | The version of the extended info being persisted. | string |