GroupmsidmPamEnabled Property |
PAM Enabled - A boolean value that specifies if a Group is enabled for PAM.
Namespace: IdmNet.ModelsAssembly: IdmNet (in IdmNet.dll) Version: 1.3.0.0 (1.3.0)
Syntaxpublic Nullable<bool> msidmPamEnabled { get; set; }
Public Property msidmPamEnabled As Nullable(Of Boolean)
Get
Set
public:
property Nullable<bool> msidmPamEnabled {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member msidmPamEnabled : Nullable<bool> with get, set
Property Value
Type:
NullableBoolean
See Also