PHP 클래스 Scalr\Service\CloudStack\DataType\UserData

부터: 4.5.2
저자: Vlad Dobrovolskiy ([email protected])
상속: extends Scalr\Service\CloudStack\DataType\AbstractDataType
파일 보기 프로젝트 열기: scalr/scalr

공개 프로퍼티들

프로퍼티 타입 설명
$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