Google Cloud Access Approval V1 Client - Class ApprovalRequest (1.1.3)

Reference documentation and code samples for the Google Cloud Access Approval V1 Client class ApprovalRequest.

A request for the customer to approve access to a resource.

Generated from protobuf message google.cloud.accessapproval.v1.ApprovalRequest

Namespace

Google \ Cloud \ AccessApproval \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

The resource name of the request. Format is "{projects|folders|organizations}/{id}/approvalRequests/{approval_request}".

↳ requested_resource_name string

The resource for which approval is being requested. The format of the resource name is defined at https://cloud.google.com/apis/design/resource_names. The resource name here may either be a "full" resource name (e.g. "//library.googleapis.com/shelves/shelf1/books/book2") or a "relative" resource name (e.g. "shelves/shelf1/books/book2") as described in the resource name specification.

↳ requested_resource_properties Google\Cloud\AccessApproval\V1\ResourceProperties

Properties related to the resource represented by requested_resource_name.

↳ requested_reason Google\Cloud\AccessApproval\V1\AccessReason

The justification for which approval is being requested.

↳ requested_locations Google\Cloud\AccessApproval\V1\AccessLocations

The locations for which approval is being requested.

↳ request_time Google\Protobuf\Timestamp

The time at which approval was requested.

↳ requested_expiration Google\Protobuf\Timestamp

The requested expiration for the approval. If the request is approved, access will be granted from the time of approval until the expiration time.

↳ approve Google\Cloud\AccessApproval\V1\ApproveDecision

Access was approved.

↳ dismiss Google\Cloud\AccessApproval\V1\DismissDecision

The request was dismissed.

getName

The resource name of the request. Format is "{projects|folders|organizations}/{id}/approvalRequests/{approval_request}".

Returns
TypeDescription
string

setName

The resource name of the request. Format is "{projects|folders|organizations}/{id}/approvalRequests/{approval_request}".

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getRequestedResourceName

The resource for which approval is being requested. The format of the resource name is defined at https://cloud.google.com/apis/design/resource_names. The resource name here may either be a "full" resource name (e.g.

"//library.googleapis.com/shelves/shelf1/books/book2") or a "relative" resource name (e.g. "shelves/shelf1/books/book2") as described in the resource name specification.

Returns
TypeDescription
string

setRequestedResourceName

The resource for which approval is being requested. The format of the resource name is defined at https://cloud.google.com/apis/design/resource_names. The resource name here may either be a "full" resource name (e.g.

"//library.googleapis.com/shelves/shelf1/books/book2") or a "relative" resource name (e.g. "shelves/shelf1/books/book2") as described in the resource name specification.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getRequestedResourceProperties

Properties related to the resource represented by requested_resource_name.

Returns
TypeDescription
Google\Cloud\AccessApproval\V1\ResourceProperties|null

hasRequestedResourceProperties

clearRequestedResourceProperties

setRequestedResourceProperties

Properties related to the resource represented by requested_resource_name.

Parameter
NameDescription
var Google\Cloud\AccessApproval\V1\ResourceProperties
Returns
TypeDescription
$this

getRequestedReason

The justification for which approval is being requested.

Returns
TypeDescription
Google\Cloud\AccessApproval\V1\AccessReason|null

hasRequestedReason

clearRequestedReason

setRequestedReason

The justification for which approval is being requested.

Parameter
NameDescription
var Google\Cloud\AccessApproval\V1\AccessReason
Returns
TypeDescription
$this

getRequestedLocations

The locations for which approval is being requested.

Returns
TypeDescription
Google\Cloud\AccessApproval\V1\AccessLocations|null

hasRequestedLocations

clearRequestedLocations

setRequestedLocations

The locations for which approval is being requested.

Parameter
NameDescription
var Google\Cloud\AccessApproval\V1\AccessLocations
Returns
TypeDescription
$this

getRequestTime

The time at which approval was requested.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasRequestTime

clearRequestTime

setRequestTime

The time at which approval was requested.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this

getRequestedExpiration

The requested expiration for the approval. If the request is approved, access will be granted from the time of approval until the expiration time.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasRequestedExpiration

clearRequestedExpiration

setRequestedExpiration

The requested expiration for the approval. If the request is approved, access will be granted from the time of approval until the expiration time.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this

getApprove

Access was approved.

Returns
TypeDescription
Google\Cloud\AccessApproval\V1\ApproveDecision|null

hasApprove

setApprove

Access was approved.

Parameter
NameDescription
var Google\Cloud\AccessApproval\V1\ApproveDecision
Returns
TypeDescription
$this

getDismiss

The request was dismissed.

Returns
TypeDescription
Google\Cloud\AccessApproval\V1\DismissDecision|null

hasDismiss

setDismiss

The request was dismissed.

Parameter
NameDescription
var Google\Cloud\AccessApproval\V1\DismissDecision
Returns
TypeDescription
$this

getDecision

Returns
TypeDescription
string