PHP Class Cloudflare\Organizations\Roles

Organization Roles
Author: James Bell ([email protected])
Inheritance: extends CloudFlare\Organizations
Show file Open project: jamesryanbell/cloudflare

Public Methods

Method Description
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

Method Details

details() public method

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() public method

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