Documentation

PiiApi

PiiApi 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
createNetworkPiiRequest()  : object
Operation createNetworkPiiRequest
createNetworkPiiRequestAsync()  : PromiseInterface
Operation createNetworkPiiRequestAsync
createNetworkPiiRequestAsyncWithHttpInfo()  : PromiseInterface
Operation createNetworkPiiRequestAsyncWithHttpInfo
createNetworkPiiRequestWithHttpInfo()  : array<string|int, mixed>
Operation createNetworkPiiRequestWithHttpInfo
deleteNetworkPiiRequest()  : void
Operation deleteNetworkPiiRequest
deleteNetworkPiiRequestAsync()  : PromiseInterface
Operation deleteNetworkPiiRequestAsync
deleteNetworkPiiRequestAsyncWithHttpInfo()  : PromiseInterface
Operation deleteNetworkPiiRequestAsyncWithHttpInfo
deleteNetworkPiiRequestWithHttpInfo()  : array<string|int, mixed>
Operation deleteNetworkPiiRequestWithHttpInfo
getConfig()  : Configuration
getNetworkPiiPiiKeys()  : object
Operation getNetworkPiiPiiKeys
getNetworkPiiPiiKeysAsync()  : PromiseInterface
Operation getNetworkPiiPiiKeysAsync
getNetworkPiiPiiKeysAsyncWithHttpInfo()  : PromiseInterface
Operation getNetworkPiiPiiKeysAsyncWithHttpInfo
getNetworkPiiPiiKeysWithHttpInfo()  : array<string|int, mixed>
Operation getNetworkPiiPiiKeysWithHttpInfo
getNetworkPiiRequest()  : object
Operation getNetworkPiiRequest
getNetworkPiiRequestAsync()  : PromiseInterface
Operation getNetworkPiiRequestAsync
getNetworkPiiRequestAsyncWithHttpInfo()  : PromiseInterface
Operation getNetworkPiiRequestAsyncWithHttpInfo
getNetworkPiiRequests()  : object
Operation getNetworkPiiRequests
getNetworkPiiRequestsAsync()  : PromiseInterface
Operation getNetworkPiiRequestsAsync
getNetworkPiiRequestsAsyncWithHttpInfo()  : PromiseInterface
Operation getNetworkPiiRequestsAsyncWithHttpInfo
getNetworkPiiRequestsWithHttpInfo()  : array<string|int, mixed>
Operation getNetworkPiiRequestsWithHttpInfo
getNetworkPiiRequestWithHttpInfo()  : array<string|int, mixed>
Operation getNetworkPiiRequestWithHttpInfo
getNetworkPiiSmDevicesForKey()  : object
Operation getNetworkPiiSmDevicesForKey
getNetworkPiiSmDevicesForKeyAsync()  : PromiseInterface
Operation getNetworkPiiSmDevicesForKeyAsync
getNetworkPiiSmDevicesForKeyAsyncWithHttpInfo()  : PromiseInterface
Operation getNetworkPiiSmDevicesForKeyAsyncWithHttpInfo
getNetworkPiiSmDevicesForKeyWithHttpInfo()  : array<string|int, mixed>
Operation getNetworkPiiSmDevicesForKeyWithHttpInfo
getNetworkPiiSmOwnersForKey()  : object
Operation getNetworkPiiSmOwnersForKey
getNetworkPiiSmOwnersForKeyAsync()  : PromiseInterface
Operation getNetworkPiiSmOwnersForKeyAsync
getNetworkPiiSmOwnersForKeyAsyncWithHttpInfo()  : PromiseInterface
Operation getNetworkPiiSmOwnersForKeyAsyncWithHttpInfo
getNetworkPiiSmOwnersForKeyWithHttpInfo()  : array<string|int, mixed>
Operation getNetworkPiiSmOwnersForKeyWithHttpInfo
createHttpClientOption()  : array<string|int, mixed>
Create http client option
createNetworkPiiRequestRequest()  : Request
Create request for operation 'createNetworkPiiRequest'
deleteNetworkPiiRequestRequest()  : Request
Create request for operation 'deleteNetworkPiiRequest'
getNetworkPiiPiiKeysRequest()  : Request
Create request for operation 'getNetworkPiiPiiKeys'
getNetworkPiiRequestRequest()  : Request
Create request for operation 'getNetworkPiiRequest'
getNetworkPiiRequestsRequest()  : Request
Create request for operation 'getNetworkPiiRequests'
getNetworkPiiSmDevicesForKeyRequest()  : Request
Create request for operation 'getNetworkPiiSmDevicesForKey'
getNetworkPiiSmOwnersForKeyRequest()  : Request
Create request for operation 'getNetworkPiiSmOwnersForKey'

Properties

$client

protected ClientInterface $client

Methods

createNetworkPiiRequest()

Operation createNetworkPiiRequest

public createNetworkPiiRequest(string $network_id[, CreateNetworkPiiRequest $create_network_pii_request = null ]) : object

Submit a new delete or restrict processing PII request

Parameters
$network_id : string

network_id (required)

$create_network_pii_request : CreateNetworkPiiRequest = null

create_network_pii_request (optional)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
object

createNetworkPiiRequestAsync()

Operation createNetworkPiiRequestAsync

public createNetworkPiiRequestAsync(string $network_id[, CreateNetworkPiiRequest $create_network_pii_request = null ]) : PromiseInterface

Submit a new delete or restrict processing PII request

Parameters
$network_id : string

(required)

$create_network_pii_request : CreateNetworkPiiRequest = null

(optional)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

createNetworkPiiRequestAsyncWithHttpInfo()

Operation createNetworkPiiRequestAsyncWithHttpInfo

public createNetworkPiiRequestAsyncWithHttpInfo(string $network_id[, CreateNetworkPiiRequest $create_network_pii_request = null ]) : PromiseInterface

Submit a new delete or restrict processing PII request

Parameters
$network_id : string

(required)

$create_network_pii_request : CreateNetworkPiiRequest = null

(optional)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

createNetworkPiiRequestWithHttpInfo()

Operation createNetworkPiiRequestWithHttpInfo

public createNetworkPiiRequestWithHttpInfo(string $network_id[, CreateNetworkPiiRequest $create_network_pii_request = null ]) : array<string|int, mixed>

Submit a new delete or restrict processing PII request

Parameters
$network_id : string

(required)

$create_network_pii_request : CreateNetworkPiiRequest = null

(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)

deleteNetworkPiiRequest()

Operation deleteNetworkPiiRequest

public deleteNetworkPiiRequest(string $network_id, string $request_id) : void

Delete a restrict processing PII request

Parameters
$network_id : string

network_id (required)

$request_id : string

request_id (required)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
void

deleteNetworkPiiRequestAsync()

Operation deleteNetworkPiiRequestAsync

public deleteNetworkPiiRequestAsync(string $network_id, string $request_id) : PromiseInterface

Delete a restrict processing PII request

Parameters
$network_id : string

(required)

$request_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

deleteNetworkPiiRequestAsyncWithHttpInfo()

Operation deleteNetworkPiiRequestAsyncWithHttpInfo

public deleteNetworkPiiRequestAsyncWithHttpInfo(string $network_id, string $request_id) : PromiseInterface

Delete a restrict processing PII request

Parameters
$network_id : string

(required)

$request_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

deleteNetworkPiiRequestWithHttpInfo()

Operation deleteNetworkPiiRequestWithHttpInfo

public deleteNetworkPiiRequestWithHttpInfo(string $network_id, string $request_id) : array<string|int, mixed>

Delete a restrict processing PII request

Parameters
$network_id : string

(required)

$request_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)

getNetworkPiiPiiKeys()

Operation getNetworkPiiPiiKeys

public getNetworkPiiPiiKeys(string $network_id[, string $username = null ][, string $email = null ][, string $mac = null ][, string $serial = null ][, string $imei = null ][, string $bluetooth_mac = null ]) : object

List the keys required to access Personally Identifiable Information (PII) for a given identifier

Parameters
$network_id : string

network_id (required)

$username : string = null

The username of a Systems Manager user (optional)

$email : string = null

The email of a network user account or a Systems Manager device (optional)

$mac : string = null

The MAC of a network client device or a Systems Manager device (optional)

$serial : string = null

The serial of a Systems Manager device (optional)

$imei : string = null

The IMEI of a Systems Manager device (optional)

$bluetooth_mac : string = null

The MAC of a Bluetooth client (optional)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
object

getNetworkPiiPiiKeysAsync()

Operation getNetworkPiiPiiKeysAsync

public getNetworkPiiPiiKeysAsync(string $network_id[, string $username = null ][, string $email = null ][, string $mac = null ][, string $serial = null ][, string $imei = null ][, string $bluetooth_mac = null ]) : PromiseInterface

List the keys required to access Personally Identifiable Information (PII) for a given identifier

Parameters
$network_id : string

(required)

$username : string = null

The username of a Systems Manager user (optional)

$email : string = null

The email of a network user account or a Systems Manager device (optional)

$mac : string = null

The MAC of a network client device or a Systems Manager device (optional)

$serial : string = null

The serial of a Systems Manager device (optional)

$imei : string = null

The IMEI of a Systems Manager device (optional)

$bluetooth_mac : string = null

The MAC of a Bluetooth client (optional)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getNetworkPiiPiiKeysAsyncWithHttpInfo()

Operation getNetworkPiiPiiKeysAsyncWithHttpInfo

public getNetworkPiiPiiKeysAsyncWithHttpInfo(string $network_id[, string $username = null ][, string $email = null ][, string $mac = null ][, string $serial = null ][, string $imei = null ][, string $bluetooth_mac = null ]) : PromiseInterface

List the keys required to access Personally Identifiable Information (PII) for a given identifier

Parameters
$network_id : string

(required)

$username : string = null

The username of a Systems Manager user (optional)

$email : string = null

The email of a network user account or a Systems Manager device (optional)

$mac : string = null

The MAC of a network client device or a Systems Manager device (optional)

$serial : string = null

The serial of a Systems Manager device (optional)

$imei : string = null

The IMEI of a Systems Manager device (optional)

$bluetooth_mac : string = null

The MAC of a Bluetooth client (optional)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getNetworkPiiPiiKeysWithHttpInfo()

Operation getNetworkPiiPiiKeysWithHttpInfo

public getNetworkPiiPiiKeysWithHttpInfo(string $network_id[, string $username = null ][, string $email = null ][, string $mac = null ][, string $serial = null ][, string $imei = null ][, string $bluetooth_mac = null ]) : array<string|int, mixed>

List the keys required to access Personally Identifiable Information (PII) for a given identifier

Parameters
$network_id : string

(required)

$username : string = null

The username of a Systems Manager user (optional)

$email : string = null

The email of a network user account or a Systems Manager device (optional)

$mac : string = null

The MAC of a network client device or a Systems Manager device (optional)

$serial : string = null

The serial of a Systems Manager device (optional)

$imei : string = null

The IMEI of a Systems Manager device (optional)

$bluetooth_mac : string = null

The MAC of a Bluetooth client (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)

getNetworkPiiRequest()

Operation getNetworkPiiRequest

public getNetworkPiiRequest(string $network_id, string $request_id) : object

Return a PII request

Parameters
$network_id : string

network_id (required)

$request_id : string

request_id (required)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
object

getNetworkPiiRequestAsync()

Operation getNetworkPiiRequestAsync

public getNetworkPiiRequestAsync(string $network_id, string $request_id) : PromiseInterface

Return a PII request

Parameters
$network_id : string

(required)

$request_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getNetworkPiiRequestAsyncWithHttpInfo()

Operation getNetworkPiiRequestAsyncWithHttpInfo

public getNetworkPiiRequestAsyncWithHttpInfo(string $network_id, string $request_id) : PromiseInterface

Return a PII request

Parameters
$network_id : string

(required)

$request_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getNetworkPiiRequests()

Operation getNetworkPiiRequests

public getNetworkPiiRequests(string $network_id) : object

List the PII requests for this network or organization

Parameters
$network_id : string

network_id (required)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
object

getNetworkPiiRequestsAsync()

Operation getNetworkPiiRequestsAsync

public getNetworkPiiRequestsAsync(string $network_id) : PromiseInterface

List the PII requests for this network or organization

Parameters
$network_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getNetworkPiiRequestsAsyncWithHttpInfo()

Operation getNetworkPiiRequestsAsyncWithHttpInfo

public getNetworkPiiRequestsAsyncWithHttpInfo(string $network_id) : PromiseInterface

List the PII requests for this network or organization

Parameters
$network_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getNetworkPiiRequestsWithHttpInfo()

Operation getNetworkPiiRequestsWithHttpInfo

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

List the PII requests for this network or organization

Parameters
$network_id : string

(required)

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)

getNetworkPiiRequestWithHttpInfo()

Operation getNetworkPiiRequestWithHttpInfo

public getNetworkPiiRequestWithHttpInfo(string $network_id, string $request_id) : array<string|int, mixed>

Return a PII request

Parameters
$network_id : string

(required)

$request_id : string

(required)

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)

getNetworkPiiSmDevicesForKey()

Operation getNetworkPiiSmDevicesForKey

public getNetworkPiiSmDevicesForKey(string $network_id[, string $username = null ][, string $email = null ][, string $mac = null ][, string $serial = null ][, string $imei = null ][, string $bluetooth_mac = null ]) : object

Given a piece of Personally Identifiable Information (PII), return the Systems Manager device ID(s) associated with that identifier

Parameters
$network_id : string

network_id (required)

$username : string = null

The username of a Systems Manager user (optional)

$email : string = null

The email of a network user account or a Systems Manager device (optional)

$mac : string = null

The MAC of a network client device or a Systems Manager device (optional)

$serial : string = null

The serial of a Systems Manager device (optional)

$imei : string = null

The IMEI of a Systems Manager device (optional)

$bluetooth_mac : string = null

The MAC of a Bluetooth client (optional)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
object

getNetworkPiiSmDevicesForKeyAsync()

Operation getNetworkPiiSmDevicesForKeyAsync

public getNetworkPiiSmDevicesForKeyAsync(string $network_id[, string $username = null ][, string $email = null ][, string $mac = null ][, string $serial = null ][, string $imei = null ][, string $bluetooth_mac = null ]) : PromiseInterface

Given a piece of Personally Identifiable Information (PII), return the Systems Manager device ID(s) associated with that identifier

Parameters
$network_id : string

(required)

$username : string = null

The username of a Systems Manager user (optional)

$email : string = null

The email of a network user account or a Systems Manager device (optional)

$mac : string = null

The MAC of a network client device or a Systems Manager device (optional)

$serial : string = null

The serial of a Systems Manager device (optional)

$imei : string = null

The IMEI of a Systems Manager device (optional)

$bluetooth_mac : string = null

The MAC of a Bluetooth client (optional)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getNetworkPiiSmDevicesForKeyAsyncWithHttpInfo()

Operation getNetworkPiiSmDevicesForKeyAsyncWithHttpInfo

public getNetworkPiiSmDevicesForKeyAsyncWithHttpInfo(string $network_id[, string $username = null ][, string $email = null ][, string $mac = null ][, string $serial = null ][, string $imei = null ][, string $bluetooth_mac = null ]) : PromiseInterface

Given a piece of Personally Identifiable Information (PII), return the Systems Manager device ID(s) associated with that identifier

Parameters
$network_id : string

(required)

$username : string = null

The username of a Systems Manager user (optional)

$email : string = null

The email of a network user account or a Systems Manager device (optional)

$mac : string = null

The MAC of a network client device or a Systems Manager device (optional)

$serial : string = null

The serial of a Systems Manager device (optional)

$imei : string = null

The IMEI of a Systems Manager device (optional)

$bluetooth_mac : string = null

The MAC of a Bluetooth client (optional)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getNetworkPiiSmDevicesForKeyWithHttpInfo()

Operation getNetworkPiiSmDevicesForKeyWithHttpInfo

public getNetworkPiiSmDevicesForKeyWithHttpInfo(string $network_id[, string $username = null ][, string $email = null ][, string $mac = null ][, string $serial = null ][, string $imei = null ][, string $bluetooth_mac = null ]) : array<string|int, mixed>

Given a piece of Personally Identifiable Information (PII), return the Systems Manager device ID(s) associated with that identifier

Parameters
$network_id : string

(required)

$username : string = null

The username of a Systems Manager user (optional)

$email : string = null

The email of a network user account or a Systems Manager device (optional)

$mac : string = null

The MAC of a network client device or a Systems Manager device (optional)

$serial : string = null

The serial of a Systems Manager device (optional)

$imei : string = null

The IMEI of a Systems Manager device (optional)

$bluetooth_mac : string = null

The MAC of a Bluetooth client (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)

getNetworkPiiSmOwnersForKey()

Operation getNetworkPiiSmOwnersForKey

public getNetworkPiiSmOwnersForKey(string $network_id[, string $username = null ][, string $email = null ][, string $mac = null ][, string $serial = null ][, string $imei = null ][, string $bluetooth_mac = null ]) : object

Given a piece of Personally Identifiable Information (PII), return the Systems Manager owner ID(s) associated with that identifier

Parameters
$network_id : string

network_id (required)

$username : string = null

The username of a Systems Manager user (optional)

$email : string = null

The email of a network user account or a Systems Manager device (optional)

$mac : string = null

The MAC of a network client device or a Systems Manager device (optional)

$serial : string = null

The serial of a Systems Manager device (optional)

$imei : string = null

The IMEI of a Systems Manager device (optional)

$bluetooth_mac : string = null

The MAC of a Bluetooth client (optional)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
object

getNetworkPiiSmOwnersForKeyAsync()

Operation getNetworkPiiSmOwnersForKeyAsync

public getNetworkPiiSmOwnersForKeyAsync(string $network_id[, string $username = null ][, string $email = null ][, string $mac = null ][, string $serial = null ][, string $imei = null ][, string $bluetooth_mac = null ]) : PromiseInterface

Given a piece of Personally Identifiable Information (PII), return the Systems Manager owner ID(s) associated with that identifier

Parameters
$network_id : string

(required)

$username : string = null

The username of a Systems Manager user (optional)

$email : string = null

The email of a network user account or a Systems Manager device (optional)

$mac : string = null

The MAC of a network client device or a Systems Manager device (optional)

$serial : string = null

The serial of a Systems Manager device (optional)

$imei : string = null

The IMEI of a Systems Manager device (optional)

$bluetooth_mac : string = null

The MAC of a Bluetooth client (optional)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getNetworkPiiSmOwnersForKeyAsyncWithHttpInfo()

Operation getNetworkPiiSmOwnersForKeyAsyncWithHttpInfo

public getNetworkPiiSmOwnersForKeyAsyncWithHttpInfo(string $network_id[, string $username = null ][, string $email = null ][, string $mac = null ][, string $serial = null ][, string $imei = null ][, string $bluetooth_mac = null ]) : PromiseInterface

Given a piece of Personally Identifiable Information (PII), return the Systems Manager owner ID(s) associated with that identifier

Parameters
$network_id : string

(required)

$username : string = null

The username of a Systems Manager user (optional)

$email : string = null

The email of a network user account or a Systems Manager device (optional)

$mac : string = null

The MAC of a network client device or a Systems Manager device (optional)

$serial : string = null

The serial of a Systems Manager device (optional)

$imei : string = null

The IMEI of a Systems Manager device (optional)

$bluetooth_mac : string = null

The MAC of a Bluetooth client (optional)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getNetworkPiiSmOwnersForKeyWithHttpInfo()

Operation getNetworkPiiSmOwnersForKeyWithHttpInfo

public getNetworkPiiSmOwnersForKeyWithHttpInfo(string $network_id[, string $username = null ][, string $email = null ][, string $mac = null ][, string $serial = null ][, string $imei = null ][, string $bluetooth_mac = null ]) : array<string|int, mixed>

Given a piece of Personally Identifiable Information (PII), return the Systems Manager owner ID(s) associated with that identifier

Parameters
$network_id : string

(required)

$username : string = null

The username of a Systems Manager user (optional)

$email : string = null

The email of a network user account or a Systems Manager device (optional)

$mac : string = null

The MAC of a network client device or a Systems Manager device (optional)

$serial : string = null

The serial of a Systems Manager device (optional)

$imei : string = null

The IMEI of a Systems Manager device (optional)

$bluetooth_mac : string = null

The MAC of a Bluetooth client (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

createNetworkPiiRequestRequest()

Create request for operation 'createNetworkPiiRequest'

protected createNetworkPiiRequestRequest(string $network_id[, CreateNetworkPiiRequest $create_network_pii_request = null ]) : Request
Parameters
$network_id : string

(required)

$create_network_pii_request : CreateNetworkPiiRequest = null

(optional)

Tags
throws
InvalidArgumentException
Return values
Request

deleteNetworkPiiRequestRequest()

Create request for operation 'deleteNetworkPiiRequest'

protected deleteNetworkPiiRequestRequest(string $network_id, string $request_id) : Request
Parameters
$network_id : string

(required)

$request_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
Request

getNetworkPiiPiiKeysRequest()

Create request for operation 'getNetworkPiiPiiKeys'

protected getNetworkPiiPiiKeysRequest(string $network_id[, string $username = null ][, string $email = null ][, string $mac = null ][, string $serial = null ][, string $imei = null ][, string $bluetooth_mac = null ]) : Request
Parameters
$network_id : string

(required)

$username : string = null

The username of a Systems Manager user (optional)

$email : string = null

The email of a network user account or a Systems Manager device (optional)

$mac : string = null

The MAC of a network client device or a Systems Manager device (optional)

$serial : string = null

The serial of a Systems Manager device (optional)

$imei : string = null

The IMEI of a Systems Manager device (optional)

$bluetooth_mac : string = null

The MAC of a Bluetooth client (optional)

Tags
throws
InvalidArgumentException
Return values
Request

getNetworkPiiRequestRequest()

Create request for operation 'getNetworkPiiRequest'

protected getNetworkPiiRequestRequest(string $network_id, string $request_id) : Request
Parameters
$network_id : string

(required)

$request_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
Request

getNetworkPiiRequestsRequest()

Create request for operation 'getNetworkPiiRequests'

protected getNetworkPiiRequestsRequest(string $network_id) : Request
Parameters
$network_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
Request

getNetworkPiiSmDevicesForKeyRequest()

Create request for operation 'getNetworkPiiSmDevicesForKey'

protected getNetworkPiiSmDevicesForKeyRequest(string $network_id[, string $username = null ][, string $email = null ][, string $mac = null ][, string $serial = null ][, string $imei = null ][, string $bluetooth_mac = null ]) : Request
Parameters
$network_id : string

(required)

$username : string = null

The username of a Systems Manager user (optional)

$email : string = null

The email of a network user account or a Systems Manager device (optional)

$mac : string = null

The MAC of a network client device or a Systems Manager device (optional)

$serial : string = null

The serial of a Systems Manager device (optional)

$imei : string = null

The IMEI of a Systems Manager device (optional)

$bluetooth_mac : string = null

The MAC of a Bluetooth client (optional)

Tags
throws
InvalidArgumentException
Return values
Request

getNetworkPiiSmOwnersForKeyRequest()

Create request for operation 'getNetworkPiiSmOwnersForKey'

protected getNetworkPiiSmOwnersForKeyRequest(string $network_id[, string $username = null ][, string $email = null ][, string $mac = null ][, string $serial = null ][, string $imei = null ][, string $bluetooth_mac = null ]) : Request
Parameters
$network_id : string

(required)

$username : string = null

The username of a Systems Manager user (optional)

$email : string = null

The email of a network user account or a Systems Manager device (optional)

$mac : string = null

The MAC of a network client device or a Systems Manager device (optional)

$serial : string = null

The serial of a Systems Manager device (optional)

$imei : string = null

The IMEI of a Systems Manager device (optional)

$bluetooth_mac : string = null

The MAC of a Bluetooth client (optional)

Tags
throws
InvalidArgumentException
Return values
Request

Search results