Skip to main content

IdentityManagementSystems class

This data object contains information about the identity-management systems configuration.

Namespace: Lenovo.SysMgmt.LXCA.Integration.Data

Assembly: Lenovo.SysMgmt.LXCA.Integration.Data

Properties

public int Port { get; set;}
Port for the identity-management system.
public string Name { get; set;}
Type of identity-management system.
public string Host { get; set;}
Hostname of the identity-management systems.
public IdentityManagementSystemsPaths[] Paths { get; set;}
Information about each path to the identity-management system.

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)