PHP Класс Scalr\Service\CloudStack\DataType\UserData

С версии: 4.5.2
Автор: Vlad Dobrovolskiy ([email protected])
Наследование: extends Scalr\Service\CloudStack\DataType\AbstractDataType
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$account string The account name of the user
$accountid string The account ID of the user
$accounttype string The account type of the user
$apikey string The api key of the user
$created DateTime The date and time the user account was created
$domain string The domain name of the user
$domainid string The domain ID of the user
$email string The user email address
$firstname string The user firstname
$id string The user ID
$iscallerchilddomain string The boolean value representing if the updating target is in caller's child domain
$isdefault string True if user is default, false otherwise
$lastname string The user lastname
$secretkey string The secret key of the user
$state string The user state
$timezone string The timezone user was created in
$username string The user name

Описание свойств

$account публичное свойство

The account name of the user
public string $account
Результат string

$accountid публичное свойство

The account ID of the user
public string $accountid
Результат string

$accounttype публичное свойство

The account type of the user
public string $accounttype
Результат string

$apikey публичное свойство

The api key of the user
public string $apikey
Результат string

$created публичное свойство

The date and time the user account was created
public DateTime $created
Результат DateTime

$domain публичное свойство

The domain name of the user
public string $domain
Результат string

$domainid публичное свойство

The domain ID of the user
public string $domainid
Результат string

$email публичное свойство

The user email address
public string $email
Результат string

$firstname публичное свойство

The user firstname
public string $firstname
Результат string

$id публичное свойство

The user ID
public string $id
Результат string

$iscallerchilddomain публичное свойство

The boolean value representing if the updating target is in caller's child domain
public string $iscallerchilddomain
Результат string

$isdefault публичное свойство

True if user is default, false otherwise
public string $isdefault
Результат string

$lastname публичное свойство

The user lastname
public string $lastname
Результат string

$secretkey публичное свойство

The secret key of the user
public string $secretkey
Результат string

$state публичное свойство

The user state
public string $state
Результат string

$timezone публичное свойство

The timezone user was created in
public string $timezone
Результат string

$username публичное свойство

The user name
public string $username
Результат string