class AuthenticationInfo extends Message

Authentication information for the operation.

Protobuf type Google\Cloud\Audit\AuthenticationInfo

Methods

__construct()

No description

string
getPrincipalEmail()

The email address of the authenticated user making the request.

setPrincipalEmail(string $var)

The email address of the authenticated user making the request.

Details

at line 25
__construct()

at line 36
string getPrincipalEmail()

The email address of the authenticated user making the request.

Generated from protobuf field string principal_email = 1;

Return Value

string

at line 47
setPrincipalEmail(string $var)

The email address of the authenticated user making the request.

Generated from protobuf field string principal_email = 1;

Parameters

string $var