Table of Contents

Class OrganizationSecureConnectRemoteAccessLogDataItemIdentity

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll

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

bool

Id

Identity ID

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "id")]
public string Id { get; set; }

Property Value

string

Label

Identity Label

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "label")]
public string Label { get; set; }

Property Value

string

Type

Type of Identity

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "type")]
public OrganizationSecureConnectRemoteAccessLogDataItemIdentityType Type { get; set; }

Property Value

OrganizationSecureConnectRemoteAccessLogDataItemIdentityType