PHP Class CloudFlare\Organizations

Organizations
Author: James Bell ([email protected])
Inheritance: extends Api
Afficher le fichier Open project: jamesryanbell/cloudflare

Méthodes publiques

Méthode Description
organization ( string $identifier ) Organization details (permission needed: #organization:read) Get information about a specific organization that you are a member of
update ( string | null $identifier = null, string | null $name = null ) Update organization (permission needed: #organization:edit) Update an existing Organization

Method Details

organization() public méthode

Organization details (permission needed: #organization:read) Get information about a specific organization that you are a member of
public organization ( string $identifier )
$identifier string

update() public méthode

Update organization (permission needed: #organization:edit) Update an existing Organization
public update ( string | null $identifier = null, string | null $name = null )
$identifier string | null
$name string | null Organization Name