class AuthenticationInfo extends Message

Authentication information for the operation.

Generated from protobuf message google.cloud.audit.AuthenticationInfo

Methods

__construct()

No description

string
getPrincipalEmail()

The email address of the authenticated user making the request.

$this
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 48
$this setPrincipalEmail(string $var)

The email address of the authenticated user making the request.

Generated from protobuf field string principal_email = 1;

Parameters

string $var

Return Value

$this