PHP 인터페이스 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.
파일 보기 프로젝트 열기: GoogleCloudPlatform/gcloud-php

공개 메소드들

메소드 설명
getPolicy ( array $args )
setPolicy ( array $args )
testPermissions ( array $args )

메소드 상세

getPolicy() 공개 메소드

public getPolicy ( array $args )
$args array

setPolicy() 공개 메소드

public setPolicy ( array $args )
$args array

testPermissions() 공개 메소드

public testPermissions ( array $args )
$args array