class AuthorizationConfig extends Message

Configuration of authorization.

This section determines the authorization provider, if unspecified, then no authorization check will be done. Example: experimental: authorization: provider: firebaserules.googleapis.com

Generated from protobuf message google.api.AuthorizationConfig

Methods

__construct()

No description

string
getProvider()

The name of the authorization provider, such as firebaserules.googleapis.com.

$this
setProvider(string $var)

The name of the authorization provider, such as firebaserules.googleapis.com.

Details

at line 32
__construct()

at line 44
string getProvider()

The name of the authorization provider, such as firebaserules.googleapis.com.

Generated from protobuf field string provider = 1;

Return Value

string

at line 57
$this setProvider(string $var)

The name of the authorization provider, such as firebaserules.googleapis.com.

Generated from protobuf field string provider = 1;

Parameters

string $var

Return Value

$this