PHP 클래스 Cloudflare\User\Organizations

Organizations
저자: James Bell ([email protected])
상속: extends CloudFlare\User
파일 보기 프로젝트 열기: jamesryanbell/cloudflare

공개 메소드들

메소드 설명
details ( string $identifier ) Organization details (permission needed: #organizations:read) Get a specific organization the user is associated with
leave ( string $identifier ) Leave organization (permission needed: #organizations:edit) Remove association to an organization
organizations ( string | null $status = null, string | null $name = null, integer | null $page = null, integer | null $per_page = null, string | null $order = null, string | null $direction = null, string | null $match = null ) List organizations (permission needed: #organizations:read) List organizations the user is associated with

메소드 상세

details() 공개 메소드

Organization details (permission needed: #organizations:read) Get a specific organization the user is associated with
public details ( string $identifier )
$identifier string

leave() 공개 메소드

Leave organization (permission needed: #organizations:edit) Remove association to an organization
public leave ( string $identifier )
$identifier string

organizations() 공개 메소드

List organizations (permission needed: #organizations:read) List organizations the user is associated with
public organizations ( string | null $status = null, string | null $name = null, integer | null $page = null, integer | null $per_page = null, string | null $order = null, string | null $direction = null, string | null $match = null )
$status string | null Whether or not the user is a member of the organization or has an inivitation pending
$name string | null Organization Name
$page integer | null Page number of paginated results
$per_page integer | null Number of organizations per page
$order string | null Field to order organizations by
$direction string | null Direction to order organizations
$match string | null Whether to match all search requirements or at least one (any)