PHP Class Scalr\Service\CloudStack\DataType\UserData

Since: 4.5.2
Author: Vlad Dobrovolskiy ([email protected])
Inheritance: extends Scalr\Service\CloudStack\DataType\AbstractDataType
显示文件 Open project: scalr/scalr

Public Properties

Property Type Description
$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

Property Details

$account public_oe property

The account name of the user
public string $account
return string

$accountid public_oe property

The account ID of the user
public string $accountid
return string

$accounttype public_oe property

The account type of the user
public string $accounttype
return string

$apikey public_oe property

The api key of the user
public string $apikey
return string

$created public_oe property

The date and time the user account was created
public DateTime $created
return DateTime

$domain public_oe property

The domain name of the user
public string $domain
return string

$domainid public_oe property

The domain ID of the user
public string $domainid
return string

$email public_oe property

The user email address
public string $email
return string

$firstname public_oe property

The user firstname
public string $firstname
return string

$id public_oe property

The user ID
public string $id
return string

$iscallerchilddomain public_oe property

The boolean value representing if the updating target is in caller's child domain
public string $iscallerchilddomain
return string

$isdefault public_oe property

True if user is default, false otherwise
public string $isdefault
return string

$lastname public_oe property

The user lastname
public string $lastname
return string

$secretkey public_oe property

The secret key of the user
public string $secretkey
return string

$state public_oe property

The user state
public string $state
return string

$timezone public_oe property

The timezone user was created in
public string $timezone
return string

$username public_oe property

The user name
public string $username
return string