PHP Interface Google\Cloud\Iam\IamConnectionInterface

Some services, such as PubSub, have multiple entities in their API which each support IAM for access control. Since we use a single implementation for all service interaction with a service, IamConnectionInterface is used to proxy requests to the correct method on the service connection. By delegating control of the request to each service, we can reliably offer a single entry point for dealing with IAM in a standard way.
Datei anzeigen Open project: GoogleCloudPlatform/gcloud-php

Public Methods

Method Description
getPolicy ( array $args )
setPolicy ( array $args )
testPermissions ( array $args )

Method Details

getPolicy() public method

public getPolicy ( array $args )
$args array

setPolicy() public method

public setPolicy ( array $args )
$args array

testPermissions() public method

public testPermissions ( array $args )
$args array