Skip to main content

managers_encryption_settings

Creates, updates, deletes, gets or lists a managers_encryption_settings resource.

Overview

Namemanagers_encryption_settings
TypeResource
Idazure_extras.storsimple_1200_series.managers_encryption_settings

Fields

NameDatatypeDescription
idtextThe identifier.
nametextThe name.
encryption_statustextfield from the properties object
key_rollover_statustextfield from the properties object
managerNametextfield from the properties object
resourceGroupNametextfield from the properties object
subscriptionIdtextfield from the properties object
typetextThe type.

Methods

NameAccessible byRequired ParamsDescription
getSELECTmanagerName, resourceGroupName, subscriptionIdReturns the encryption settings of the manager.

SELECT examples

Returns the encryption settings of the manager.

SELECT
id,
name,
encryption_status,
key_rollover_status,
managerName,
resourceGroupName,
subscriptionId,
type
FROM azure_extras.storsimple_1200_series.vw_managers_encryption_settings
WHERE managerName = '{{ managerName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';