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_8000_series.managers_encryption_settings

Fields

NameDatatypeDescription
idtextThe path ID that uniquely identifies the object.
nametextThe name of the object.
encryption_statustextfield from the properties object
key_rollover_statustextfield from the properties object
kindtextThe Kind of the object. Currently only Series8000 is supported
managerNametextfield from the properties object
resourceGroupNametextfield from the properties object
subscriptionIdtextfield from the properties object
typetextThe hierarchical type of the object.

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,
kind,
managerName,
resourceGroupName,
subscriptionId,
type
FROM azure_extras.storsimple_8000_series.vw_managers_encryption_settings
WHERE managerName = '{{ managerName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';