SingleSignOnStatus class
This data object contains information about the single sign-on status.
Namespace: Lenovo.SysMgmt.LXCA.Integration.Data
Assembly: Lenovo.SysMgmt.LXCA.Integration.Data
Inheritance > Object > RequestResult class
Properties
- public string Uuid { get; set;}
- Device or appliance UUID.
If reading of the single sign-on status fails, the value of this field is null.
- public bool IsSsoEnabled { get; set;}
- Indicates whether single sign-on is enabled or disabled.
If reading of the single sign-on status fails, the value of this field is always false and must be ignored.
Methods
- public virtual bool Equals (object obj);
- Determines whether the specified object is equal to the current object.
(Inherited from System.Object)
- public virtual int GetHashCode ();
- Serves as the default hash function
(Inherited from System.Object)
- public Type GetType ();
- Gets the System.Type of the current instance
(Inherited from System.Object)
- public virtual string ToString ();
- Returns a string that represents the current object.
(Inherited from System.Object)
Give documentation feedback