PHP 클래스 Cloudflare\Organizations\Roles

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

공개 메소드들

메소드 설명
details ( string $organization_identifier, string $identifier ) Role details (permission needed: #organization:read) Get information about a specific role for an organization
roles ( string $organization_identifier ) List roles (permission needed: #organization:read) Get all available roles for an organization

메소드 상세

details() 공개 메소드

Role details (permission needed: #organization:read) Get information about a specific role for an organization
public details ( string $organization_identifier, string $identifier )
$organization_identifier string
$identifier string

roles() 공개 메소드

List roles (permission needed: #organization:read) Get all available roles for an organization
public roles ( string $organization_identifier )
$organization_identifier string