V1Resource class

Constructors

V1Resource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getIamPolicy(GetIamPolicyRequest request, String resource, {String? $fields}) Future<Policy>
Gets the access control policy for an Identity-Aware Proxy protected resource.
getIapSettings(String name, {String? $fields}) Future<IapSettings>
Gets the IAP settings on a particular IAP protected resource.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setIamPolicy(SetIamPolicyRequest request, String resource, {String? $fields}) Future<Policy>
Sets the access control policy for an Identity-Aware Proxy protected resource.
testIamPermissions(TestIamPermissionsRequest request, String resource, {String? $fields}) Future<TestIamPermissionsResponse>
Returns permissions that a caller has on the Identity-Aware Proxy protected resource.
toString() String
A string representation of this object.
inherited
updateIapSettings(IapSettings request, String name, {String? updateMask, String? $fields}) Future<IapSettings>
Updates the IAP settings on a particular IAP protected resource.
validateAttributeExpression(String name, {String? expression, String? $fields}) Future<ValidateIapAttributeExpressionResponse>
Validates a given CEL expression conforms to IAP restrictions.

Operators

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