Class OrganizationSecureConnectRemoteAccessLogDataItemIdentityType
Type of Identity
[DataContract]
public class OrganizationSecureConnectRemoteAccessLogDataItemIdentityType
- Inheritance
-
OrganizationSecureConnectRemoteAccessLogDataItemIdentityType
- Inherited Members
Constructors
OrganizationSecureConnectRemoteAccessLogDataItemIdentityType()
public OrganizationSecureConnectRemoteAccessLogDataItemIdentityType()
Properties
Id
Identity type ID
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "id")]
public string Id { get; set; }
Property Value
Label
Identity type 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 string Type { get; set; }