AuthorizationConfig
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
Protobuf type Google\Api\AuthorizationConfig
Methods
No description
The name of the authorization provider, such as firebaserules.googleapis.com.
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;
at line 56
setProvider(string $var)
The name of the authorization provider, such as firebaserules.googleapis.com.
Generated from protobuf field string provider = 1;