AuthSessionInfoUsername Property |
Username associated with this session. For sessions related to LDAP
this will be the user's LDAP DN. For sessions related to a third party
Identity Provider (IdP), this will be an arbitrary name-value pair that will be
used for auditing operations within the session. It will not necessarily match
a cluster admin name on the cluster. For example, a SAML Subject NameID,
but this will be dictated by the configuration of the IdP and the resultant content
of the SAML assertion.
Namespace:
SolidFire.Element.Api
Assembly:
SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax public string Username { get; set; }
Property Value
Type:
StringSee Also