PrivateCloudOrganizationTwoFactorAuth Property
|
TwoFactorAuth
Namespace:
Aruba.Cloud.Provisioning.Entities.PrivateCloud
Assembly:
Aruba.Cloud.Provisioning.Entities (in Aruba.Cloud.Provisioning.Entities.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[DataMemberAttribute]
public Nullable<bool> TwoFactorAuth { get; set; }
<DataMemberAttribute>
Public Property TwoFactorAuth As Nullable(Of Boolean)
Get
Set
public:
[DataMemberAttribute]
property Nullable<bool> TwoFactorAuth {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
[<DataMemberAttribute>]
member TwoFactorAuth : Nullable<bool> with get, set
function get TwoFactorAuth () : Nullable<boolean>
function set TwoFactorAuth (value : Nullable<boolean>)
Property Value
Type:
NullableBoolean
See Also