SchoolBbidStatus
extends BaseComponent
in package
Table of Contents
Properties
- $current_authentication : string|null
- $days_remaining : int
- $email : string|null
- $id : int
- $invalid_message : string|null
- $invited : string|null
- $name : string|null
- $status : string|null
- $status_id : int
- $username : string|null
- $fields : array<string|int, string>
Properties
$current_authentication
public
string|null
$current_authentication
The users current authentication method
$days_remaining
public
int
$days_remaining
The number of days remaining on the users invitation
public
string|null
$email
The email of the user
$id
public
int
$id
The id of the user in Education Management
$invalid_message
public
string|null
$invalid_message
If the user is not able to be invited to use BBID via Education Management, this message should indicate why
$invited
public
string|null
$invited
The date when the user was invited
$name
public
string|null
$name
The name of the user
$status
public
string|null
$status
The users current status
$status_id
public
int
$status_id
The id of the users current status
$username
public
string|null
$username
The users BBID Username
$fields
protected
static array<string|int, string>
$fields
= ["id" => "int", "current_authentication" => "string", "days_remaining" => "int", "email" => "string", "invalid_message" => "string", "invited" => "string", "name" => "string", "status_id" => "int", "status" => "string", "username" => "string"]