Documentation

OrganizationsorganizationIdbrandingPoliciesAdminSettings implements ModelInterface, ArrayAccess

OrganizationsorganizationIdbrandingPoliciesAdminSettings Class Doc Comment

Tags
category

Class

description

Settings for describing which kinds of admins this policy applies to.

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

APPLIES_TO_ALL_ADMINS  = 'All admins'
APPLIES_TO_ALL_ADMINS_OF_NETWORKS  = 'All admins of networks...'
APPLIES_TO_ALL_ADMINS_OF_NETWORKS_TAGGED  = 'All admins of networks tagged...'
APPLIES_TO_ALL_ENTERPRISE_ADMINS  = 'All enterprise admins'
APPLIES_TO_ALL_NETWORK_ADMINS  = 'All network admins'
APPLIES_TO_ALL_ORGANIZATION_ADMINS  = 'All organization admins'
APPLIES_TO_ALL_SAML_ADMINS  = 'All SAML admins'
APPLIES_TO_SPECIFIC_ADMINS  = 'Specific admins...'
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
getAppliesTo()  : string
Gets applies_to
getAppliesToAllowableValues()  : array<string|int, string>
Gets allowable values of the enum
getModelName()  : string
The original name of the model.
getters()  : array<string|int, mixed>
Array of attributes to getter functions (for serialization of requests)
getValues()  : array<string|int, string>
Gets values
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.
setAppliesTo()  : $this
Sets applies_to
setters()  : array<string|int, mixed>
Array of attributes to setter functions (for deserialization of responses)
setValues()  : $this
Sets values
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

Methods

setAppliesTo()

Sets applies_to

public setAppliesTo(string $applies_to) : $this
Parameters
$applies_to : string

Which kinds of admins this policy applies to. Can be one of 'All organization admins', 'All enterprise admins', 'All network admins', 'All admins of networks...', 'All admins of networks tagged...', 'Specific admins...', 'All admins' or 'All SAML admins'.

Return values
$this

setValues()

Sets values

public setValues(array<string|int, string> $values) : $this
Parameters
$values : array<string|int, string>

If 'appliesTo' is set to one of 'Specific admins...', 'All admins of networks...' or 'All admins of networks tagged...', then you must specify this 'values' property to provide the set of entities to apply the branding policy to. For 'Specific admins...', specify an array of admin IDs. For 'All admins of networks...', specify an array of network IDs and/or configuration template IDs. For 'All admins of networks tagged...', specify an array of tag names.

Return values
$this

Search results