Click or drag to resize

ListKeyServersKmipRequestKmipAssignedProviderIsActive Property

If omitted, returned KMIP Key Server objects will not be filtered based on whether they're active. If true, returns only KMIP Key Server objects which are active (providing keys which are currently in use). If false, returns only KMIP Key Server objects which are inactive (not providing any keys and able to be deleted).

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Nullable<bool> KmipAssignedProviderIsActive { get; set; }

Property Value

Type: NullableBoolean
See Also