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(array $data = NULL)

Constructor.

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 43
__construct(array $data = NULL)

Constructor.

Parameters

array $data { Optional. Data for populating the Message object.

@type string $provider
      The name of the authorization provider, such as
      firebaserules.googleapis.com.

}

at line 55
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 68
$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