Table of Contents

Class OrganizationSecureConnectRemoteAccessLogDataItemIdentityType

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

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

string

Label

Identity type 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 string Type { get; set; }

Property Value

string