Documentation

NetworksnetworkIdclientsprovisionPoliciesBySsid0 implements ModelInterface, ArrayAccess

NetworksnetworkIdclientsprovisionPoliciesBySsid0 Class Doc Comment

Tags
category

Class

description

The number for the SSID

author

Swagger Codegen team

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

Interfaces, Classes and Traits

ModelInterface
Interface abstracting model access.
ArrayAccess

Table of Contents

DEVICE_POLICY_ALLOWED  = 'Allowed'
DEVICE_POLICY_BLOCKED  = 'Blocked'
DEVICE_POLICY_GROUP_POLICY  = 'Group policy'
DEVICE_POLICY_NORMAL  = 'Normal'
DISCRIMINATOR  = null
$attributeMap  : array<string|int, string>
Array of attributes where the key is the local name, and the value is the original name
$container  : array<string|int, mixed>
Associative array for storing property values
$getters  : array<string|int, string>
Array of attributes to getter functions (for serialization of requests)
$setters  : array<string|int, string>
Array of attributes to setter functions (for deserialization of responses)
$swaggerFormats  : array<string|int, string>
Array of property to format mappings. Used for (de)serialization
$swaggerModelName  : string
The original name of the model.
$swaggerTypes  : array<string|int, string>
Array of property to type mappings. Used for (de)serialization
__construct()  : mixed
Constructor
__toString()  : string
Gets the string presentation of the object
attributeMap()  : array<string|int, mixed>
Array of attributes where the key is the local name, and the value is the original name
getDevicePolicy()  : string
Gets device_policy
getDevicePolicyAllowableValues()  : array<string|int, string>
Gets allowable values of the enum
getGroupPolicyId()  : string
Gets group_policy_id
getModelName()  : string
The original name of the model.
getters()  : array<string|int, mixed>
Array of attributes to getter functions (for serialization of requests)
listInvalidProperties()  : array<string|int, mixed>
Show all the invalid properties with reasons.
offsetExists()  : bool
Returns true if offset exists. False otherwise.
offsetGet()  : mixed
Gets offset.
offsetSet()  : void
Sets value based on offset.
offsetUnset()  : void
Unsets offset.
setDevicePolicy()  : $this
Sets device_policy
setGroupPolicyId()  : $this
Sets group_policy_id
setters()  : array<string|int, mixed>
Array of attributes to setter functions (for deserialization of responses)
swaggerFormats()  : array<string|int, mixed>
Array of property to format mappings. Used for (de)serialization
swaggerTypes()  : array<string|int, mixed>
Array of property to type mappings. Used for (de)serialization
valid()  : bool
Validate all the properties in the model return true if all passed

Constants

Properties

$attributeMap

Array of attributes where the key is the local name, and the value is the original name

protected static array<string|int, string> $attributeMap = ['device_policy' => 'devicePolicy', 'group_policy_id' => 'groupPolicyId']

$getters

Array of attributes to getter functions (for serialization of requests)

protected static array<string|int, string> $getters = ['device_policy' => 'getDevicePolicy', 'group_policy_id' => 'getGroupPolicyId']

$setters

Array of attributes to setter functions (for deserialization of responses)

protected static array<string|int, string> $setters = ['device_policy' => 'setDevicePolicy', 'group_policy_id' => 'setGroupPolicyId']

Methods

__construct()

Constructor

public __construct([array<string|int, mixed> $data = null ]) : mixed
Parameters
$data : array<string|int, mixed> = null

Associated array of property values initializing the model

Return values
mixed

attributeMap()

Array of attributes where the key is the local name, and the value is the original name

public static attributeMap() : array<string|int, mixed>
Return values
array<string|int, mixed>

listInvalidProperties()

Show all the invalid properties with reasons.

public listInvalidProperties() : array<string|int, mixed>
Return values
array<string|int, mixed>

invalid properties with reasons

setDevicePolicy()

Sets device_policy

public setDevicePolicy(string $device_policy) : $this
Parameters
$device_policy : string

The policy to apply to the specified client. Can be 'Allowed', 'Blocked', 'Normal' or 'Group policy'. Required.

Return values
$this

setGroupPolicyId()

Sets group_policy_id

public setGroupPolicyId(string $group_policy_id) : $this
Parameters
$group_policy_id : string

The ID of the desired group policy to apply to the client. Required if 'devicePolicy' is set to "Group policy". Otherwise this is ignored.

Return values
$this

Search results