Documentation

SmOwnersForKeyApi

SmOwnersForKeyApi 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
getConfig()  : Configuration
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
getNetworkPiiSmOwnersForKeyRequest()  : Request
Create request for operation 'getNetworkPiiSmOwnersForKey'

Properties

Methods

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

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