class AuthenticationInfo extends Message

Authentication information for the operation.

Generated from protobuf message google.cloud.audit.AuthenticationInfo

Methods

__construct(array $data = NULL)

Constructor.

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

Constructor.

Parameters

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

@type string $principal_email
      The email address of the authenticated user making the request.

}

at line 46
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 58
$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