Documentation

NetworksnetworkIdwirelessssidsnumberLocalRadiusCertificateAuthentication implements ModelInterface, ArrayAccess

NetworksnetworkIdwirelessssidsnumberLocalRadiusCertificateAuthentication Class Doc Comment

Tags
category

Class

description

The current setting for certificate verification.

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

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
getClientRootCaCertificate()  : NetworksnetworkIdwirelessssidsnumberLocalRadiusCertificateAuthenticationClientRootCaCertificate
Gets client_root_ca_certificate
getEnabled()  : bool
Gets enabled
getModelName()  : string
The original name of the model.
getOcspResponderUrl()  : string
Gets ocsp_responder_url
getters()  : array<string|int, mixed>
Array of attributes to getter functions (for serialization of requests)
getUseLdap()  : bool
Gets use_ldap
getUseOcsp()  : bool
Gets use_ocsp
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.
setClientRootCaCertificate()  : $this
Sets client_root_ca_certificate
setEnabled()  : $this
Sets enabled
setOcspResponderUrl()  : $this
Sets ocsp_responder_url
setters()  : array<string|int, mixed>
Array of attributes to setter functions (for deserialization of responses)
setUseLdap()  : $this
Sets use_ldap
setUseOcsp()  : $this
Sets use_ocsp
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 = ['enabled' => 'enabled', 'use_ldap' => 'useLdap', 'use_ocsp' => 'useOcsp', 'ocsp_responder_url' => 'ocspResponderUrl', 'client_root_ca_certificate' => 'clientRootCaCertificate']

$getters

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

protected static array<string|int, string> $getters = ['enabled' => 'getEnabled', 'use_ldap' => 'getUseLdap', 'use_ocsp' => 'getUseOcsp', 'ocsp_responder_url' => 'getOcspResponderUrl', 'client_root_ca_certificate' => 'getClientRootCaCertificate']

$setters

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

protected static array<string|int, string> $setters = ['enabled' => 'setEnabled', 'use_ldap' => 'setUseLdap', 'use_ocsp' => 'setUseOcsp', 'ocsp_responder_url' => 'setOcspResponderUrl', 'client_root_ca_certificate' => 'setClientRootCaCertificate']

$swaggerTypes

Array of property to type mappings. Used for (de)serialization

protected static array<string|int, string> $swaggerTypes = ['enabled' => 'bool', 'use_ldap' => 'bool', 'use_ocsp' => 'bool', 'ocsp_responder_url' => 'string', 'client_root_ca_certificate' => '\Swagger\Client\Model\NetworksnetworkIdwirelessssidsnumberLocalRadiusCertificateAuthenticationClientRootCaCertificate']

Methods

setClientRootCaCertificate()

Sets client_root_ca_certificate

public setClientRootCaCertificate(NetworksnetworkIdwirelessssidsnumberLocalRadiusCertificateAuthenticationClientRootCaCertificate $client_root_ca_certificate) : $this
Parameters
$client_root_ca_certificate : NetworksnetworkIdwirelessssidsnumberLocalRadiusCertificateAuthenticationClientRootCaCertificate

client_root_ca_certificate

Return values
$this

Search results