Documentation

UserAccessDevicesApi

UserAccessDevicesApi Class Doc Comment

Tags
category

Class

author

Swagger Codegen team

link
https://github.com/swagger-api/swagger-codegen

Table of Contents

$client  : ClientInterface
$config  : Configuration
$headerSelector  : HeaderSelector
__construct()  : mixed
deleteNetworkSmUserAccessDevice()  : void
Operation deleteNetworkSmUserAccessDevice
deleteNetworkSmUserAccessDeviceAsync()  : PromiseInterface
Operation deleteNetworkSmUserAccessDeviceAsync
deleteNetworkSmUserAccessDeviceAsyncWithHttpInfo()  : PromiseInterface
Operation deleteNetworkSmUserAccessDeviceAsyncWithHttpInfo
deleteNetworkSmUserAccessDeviceWithHttpInfo()  : array<string|int, mixed>
Operation deleteNetworkSmUserAccessDeviceWithHttpInfo
getConfig()  : Configuration
getNetworkSmUserAccessDevices()  : object
Operation getNetworkSmUserAccessDevices
getNetworkSmUserAccessDevicesAsync()  : PromiseInterface
Operation getNetworkSmUserAccessDevicesAsync
getNetworkSmUserAccessDevicesAsyncWithHttpInfo()  : PromiseInterface
Operation getNetworkSmUserAccessDevicesAsyncWithHttpInfo
getNetworkSmUserAccessDevicesWithHttpInfo()  : array<string|int, mixed>
Operation getNetworkSmUserAccessDevicesWithHttpInfo
createHttpClientOption()  : array<string|int, mixed>
Create http client option
deleteNetworkSmUserAccessDeviceRequest()  : Request
Create request for operation 'deleteNetworkSmUserAccessDevice'
getNetworkSmUserAccessDevicesRequest()  : Request
Create request for operation 'getNetworkSmUserAccessDevices'

Properties

Methods

deleteNetworkSmUserAccessDevice()

Operation deleteNetworkSmUserAccessDevice

public deleteNetworkSmUserAccessDevice(string $network_id, string $user_access_device_id) : void

Delete a User Access Device

Parameters
$network_id : string

network_id (required)

$user_access_device_id : string

user_access_device_id (required)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
void

deleteNetworkSmUserAccessDeviceAsync()

Operation deleteNetworkSmUserAccessDeviceAsync

public deleteNetworkSmUserAccessDeviceAsync(string $network_id, string $user_access_device_id) : PromiseInterface

Delete a User Access Device

Parameters
$network_id : string

(required)

$user_access_device_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

deleteNetworkSmUserAccessDeviceAsyncWithHttpInfo()

Operation deleteNetworkSmUserAccessDeviceAsyncWithHttpInfo

public deleteNetworkSmUserAccessDeviceAsyncWithHttpInfo(string $network_id, string $user_access_device_id) : PromiseInterface

Delete a User Access Device

Parameters
$network_id : string

(required)

$user_access_device_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

deleteNetworkSmUserAccessDeviceWithHttpInfo()

Operation deleteNetworkSmUserAccessDeviceWithHttpInfo

public deleteNetworkSmUserAccessDeviceWithHttpInfo(string $network_id, string $user_access_device_id) : array<string|int, mixed>

Delete a User Access Device

Parameters
$network_id : string

(required)

$user_access_device_id : string

(required)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
array<string|int, mixed>

of null, HTTP status code, HTTP response headers (array of strings)

getNetworkSmUserAccessDevices()

Operation getNetworkSmUserAccessDevices

public getNetworkSmUserAccessDevices(string $network_id[, int $per_page = null ][, string $starting_after = null ][, string $ending_before = null ]) : object

List User Access Devices and its Trusted Access Connections

Parameters
$network_id : string

network_id (required)

$per_page : int = null

The number of entries per page returned. Acceptable range is 3 - 1000. Default is 100. (optional)

$starting_after : string = null

A token used by the server to indicate the start of the page. Often this is a timestamp or an ID but it is not limited to those. This parameter should not be defined by client applications. The link for the first, last, prev, or next page in the HTTP Link header should define it. (optional)

$ending_before : string = null

A token used by the server to indicate the end of the page. Often this is a timestamp or an ID but it is not limited to those. This parameter should not be defined by client applications. The link for the first, last, prev, or next page in the HTTP Link header should define it. (optional)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
object

getNetworkSmUserAccessDevicesAsync()

Operation getNetworkSmUserAccessDevicesAsync

public getNetworkSmUserAccessDevicesAsync(string $network_id[, int $per_page = null ][, string $starting_after = null ][, string $ending_before = null ]) : PromiseInterface

List User Access Devices and its Trusted Access Connections

Parameters
$network_id : string

(required)

$per_page : int = null

The number of entries per page returned. Acceptable range is 3 - 1000. Default is 100. (optional)

$starting_after : string = null

A token used by the server to indicate the start of the page. Often this is a timestamp or an ID but it is not limited to those. This parameter should not be defined by client applications. The link for the first, last, prev, or next page in the HTTP Link header should define it. (optional)

$ending_before : string = null

A token used by the server to indicate the end of the page. Often this is a timestamp or an ID but it is not limited to those. This parameter should not be defined by client applications. The link for the first, last, prev, or next page in the HTTP Link header should define it. (optional)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getNetworkSmUserAccessDevicesAsyncWithHttpInfo()

Operation getNetworkSmUserAccessDevicesAsyncWithHttpInfo

public getNetworkSmUserAccessDevicesAsyncWithHttpInfo(string $network_id[, int $per_page = null ][, string $starting_after = null ][, string $ending_before = null ]) : PromiseInterface

List User Access Devices and its Trusted Access Connections

Parameters
$network_id : string

(required)

$per_page : int = null

The number of entries per page returned. Acceptable range is 3 - 1000. Default is 100. (optional)

$starting_after : string = null

A token used by the server to indicate the start of the page. Often this is a timestamp or an ID but it is not limited to those. This parameter should not be defined by client applications. The link for the first, last, prev, or next page in the HTTP Link header should define it. (optional)

$ending_before : string = null

A token used by the server to indicate the end of the page. Often this is a timestamp or an ID but it is not limited to those. This parameter should not be defined by client applications. The link for the first, last, prev, or next page in the HTTP Link header should define it. (optional)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getNetworkSmUserAccessDevicesWithHttpInfo()

Operation getNetworkSmUserAccessDevicesWithHttpInfo

public getNetworkSmUserAccessDevicesWithHttpInfo(string $network_id[, int $per_page = null ][, string $starting_after = null ][, string $ending_before = null ]) : array<string|int, mixed>

List User Access Devices and its Trusted Access Connections

Parameters
$network_id : string

(required)

$per_page : int = null

The number of entries per page returned. Acceptable range is 3 - 1000. Default is 100. (optional)

$starting_after : string = null

A token used by the server to indicate the start of the page. Often this is a timestamp or an ID but it is not limited to those. This parameter should not be defined by client applications. The link for the first, last, prev, or next page in the HTTP Link header should define it. (optional)

$ending_before : string = null

A token used by the server to indicate the end of the page. Often this is a timestamp or an ID but it is not limited to those. This parameter should not be defined by client applications. The link for the first, last, prev, or next page in the HTTP Link header should define it. (optional)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
array<string|int, mixed>

of object, HTTP status code, HTTP response headers (array of strings)

createHttpClientOption()

Create http client option

protected createHttpClientOption() : array<string|int, mixed>
Tags
throws
RuntimeException

on file opening failure

Return values
array<string|int, mixed>

of http client options

deleteNetworkSmUserAccessDeviceRequest()

Create request for operation 'deleteNetworkSmUserAccessDevice'

protected deleteNetworkSmUserAccessDeviceRequest(string $network_id, string $user_access_device_id) : Request
Parameters
$network_id : string

(required)

$user_access_device_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
Request

getNetworkSmUserAccessDevicesRequest()

Create request for operation 'getNetworkSmUserAccessDevices'

protected getNetworkSmUserAccessDevicesRequest(string $network_id[, int $per_page = null ][, string $starting_after = null ][, string $ending_before = null ]) : Request
Parameters
$network_id : string

(required)

$per_page : int = null

The number of entries per page returned. Acceptable range is 3 - 1000. Default is 100. (optional)

$starting_after : string = null

A token used by the server to indicate the start of the page. Often this is a timestamp or an ID but it is not limited to those. This parameter should not be defined by client applications. The link for the first, last, prev, or next page in the HTTP Link header should define it. (optional)

$ending_before : string = null

A token used by the server to indicate the end of the page. Often this is a timestamp or an ID but it is not limited to those. This parameter should not be defined by client applications. The link for the first, last, prev, or next page in the HTTP Link header should define it. (optional)

Tags
throws
InvalidArgumentException
Return values
Request

Search results