Table of Contents

Enum OrgAccess

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

The privilege of the dashboard administrator on the organization. Can be one of 'full', 'read-only', 'enterprise' or 'none'

[JsonConverter(typeof(StringEnumConverter))]
public enum OrgAccess
Extension Methods

Fields

[EnumMember(Value = "enterprise")] Enterprise = 2

Enum Enterprise for "enterprise"

[EnumMember(Value = "full")] Full = 0

Enum Full for "full"

[EnumMember(Value = "none")] None = 3

Enum None for "none"

[EnumMember(Value = "read-only")] Readonly = 1

Enum Readonly for "read-only"