Click or drag to resize

AddLdapClusterAdminRequestAcceptEula Property

Accept the End User License Agreement. Set to true to add a cluster administrator account to the system. If omitted or set to false, the method call fails.

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

Property Value

Type: NullableBoolean
See Also