ApprovalRequest class

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

Constructors

ApprovalRequest({ApproveDecision? approve, DismissDecision? dismiss, String? name, String? requestTime, String? requestedDuration, String? requestedExpiration, AccessLocations? requestedLocations, AccessReason? requestedReason, String? requestedResourceName, ResourceProperties? requestedResourceProperties})
ApprovalRequest.fromJson(Map json_)

Properties

approve ApproveDecision?
Access was approved.
getter/setter pair
dismiss DismissDecision?
The request was dismissed.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
The resource name of the request.
getter/setter pair
requestedDuration String?
The requested access duration.
getter/setter pair
requestedExpiration String?
The original requested expiration for the approval.
getter/setter pair
requestedLocations AccessLocations?
The locations for which approval is being requested.
getter/setter pair
requestedReason AccessReason?
The justification for which approval is being requested.
getter/setter pair
requestedResourceName String?
The resource for which approval is being requested.
getter/setter pair
requestedResourceProperties ResourceProperties?
Properties related to the resource represented by requested_resource_name.
getter/setter pair
requestTime String?
The time at which approval was requested.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited