Class OrganizationSecureConnectRemoteAccessLogDataItemIdentity
Identity Details
[DataContract]
public class OrganizationSecureConnectRemoteAccessLogDataItemIdentity
- Inheritance
-
OrganizationSecureConnectRemoteAccessLogDataItemIdentity
- Inherited Members
Constructors
OrganizationSecureConnectRemoteAccessLogDataItemIdentity()
public OrganizationSecureConnectRemoteAccessLogDataItemIdentity()
Properties
Deleted
Is the Identity already deleted
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "deleted")]
public bool Deleted { get; set; }
Property Value
Id
Identity ID
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "id")]
public string Id { get; set; }
Property Value
Label
Identity Label
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "label")]
public string Label { get; set; }
Property Value
Type
Type of Identity
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "type")]
public OrganizationSecureConnectRemoteAccessLogDataItemIdentityType Type { get; set; }