PatchConnectionStandardAttributes
in package
implements
JsonSerializable
uses
JsonSerializableTrait
Read onlyYes
Table of Contents
Interfaces
- JsonSerializable
Properties
- $email : string|null
- The IdP attribute or claim the profile's `email` is mapped from.
- $firstName : string|null
- The IdP attribute or claim the profile's `first_name` is mapped from.
- $groups : string|null
- The IdP attribute or claim the profile's `groups` are mapped from. Set to `null` to unset the mapping.
- $idpId : string|null
- The IdP attribute or claim the profile's `idp_id` is mapped from.
- $lastName : string|null
- The IdP attribute or claim the profile's `last_name` is mapped from.
- $name : string|null
- The IdP attribute or claim the profile's `name` is mapped from. Set to `null` to unset the mapping.
Methods
- __construct() : mixed
- fromArray() : self
- jsonSerialize() : array<string|int, mixed>
- toArray() : array<string|int, mixed>
Properties
The IdP attribute or claim the profile's `email` is mapped from.
public
string|null
$email
= null
$firstName
The IdP attribute or claim the profile's `first_name` is mapped from.
public
string|null
$firstName
= null
$groups
The IdP attribute or claim the profile's `groups` are mapped from. Set to `null` to unset the mapping.
public
string|null
$groups
= null
$idpId
The IdP attribute or claim the profile's `idp_id` is mapped from.
public
string|null
$idpId
= null
$lastName
The IdP attribute or claim the profile's `last_name` is mapped from.
public
string|null
$lastName
= null
$name
The IdP attribute or claim the profile's `name` is mapped from. Set to `null` to unset the mapping.
public
string|null
$name
= null
Methods
__construct()
public
__construct([string|null $idpId = null ][, string|null $email = null ][, string|null $firstName = null ][, string|null $lastName = null ][, string|null $groups = null ][, string|null $name = null ]) : mixed
Parameters
- $idpId : string|null = null
- $email : string|null = null
- $firstName : string|null = null
- $lastName : string|null = null
- $groups : string|null = null
- $name : string|null = null
fromArray()
public
static fromArray(array<string|int, mixed> $data) : self
Parameters
- $data : array<string|int, mixed>
Return values
selfjsonSerialize()
public
jsonSerialize() : array<string|int, mixed>
Return values
array<string|int, mixed>toArray()
public
toArray() : array<string|int, mixed>