Class OrganizationsSecureConnectSection
- Namespace
- Meraki.Api.Sections.General.Organizations
- Assembly
- Meraki.Api.dll
Provides access to organizations secure connect API endpoints
public class OrganizationsSecureConnectSection
- Inheritance
-
OrganizationsSecureConnectSection
- Inherited Members
Constructors
OrganizationsSecureConnectSection()
public OrganizationsSecureConnectSection()
Properties
PrivateApplicationGroups
Provides a list of private application groups for an Organization
public IOrganizationsSecureConnectPrivateApplicationGroups PrivateApplicationGroups { get; }
Property Value
PrivateApplications
Provides a list of private applications for an Organization
public IOrganizationsSecureConnectPrivateApplications PrivateApplications { get; }
Property Value
PrivateResourceGroups
Provides a list of the private resource groups in an organization.
public IOrganizationsSecureConnectPrivateResourceGroups PrivateResourceGroups { get; }
Property Value
PrivateResources
Provides a list of private resources for an organization.
public IOrganizationsSecureConnectPrivateResources PrivateResources { get; }
Property Value
PublicApplications
Provides a list of public applications for an Organization.
public IOrganizationsSecureConnectPublicApplications PublicApplications { get; }
Property Value
Regions
List deployed cloud hubs and regions in this organization
public IOrganizationsSecureConnectRegions Regions { get; }
Property Value
RemoteAccessLog
List the latest 5000 events logged by remote access.
public IOrganizationsSecureConnectRemoteAccessLog RemoteAccessLog { get; }
Property Value
RemoteAccessLogsExports
Provides a list of remote access logs exports for an Organization
public IOrganizationsSecureConnectRemoteAccessLogsExports RemoteAccessLogsExports { get; }
Property Value
Sites
List sites in this organization
public IOrganizationsSecureConnectSites Sites { get; }