AccessPoliciesAccessLevelsResource class
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
-
create(AccessLevel request, String parent, {String? $fields})
→ Future<Operation>
-
Creates an access level.
-
delete(String name, {String? $fields})
→ Future<Operation>
-
Deletes an access level based on the resource name.
-
get(String name, {String? accessLevelFormat, String? $fields})
→ Future<AccessLevel>
-
Gets an access level based on the resource name.
-
list(String parent, {String? accessLevelFormat, int? pageSize, String? pageToken, String? $fields})
→ Future<ListAccessLevelsResponse>
-
Lists all access levels for an access policy.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(AccessLevel request, String name, {String? updateMask, String? $fields})
→ Future<Operation>
-
Updates an access level.
-
replaceAll(ReplaceAccessLevelsRequest request, String parent, {String? $fields})
→ Future<Operation>
-
Replaces all existing access levels in an access policy with the access
levels provided.
-
testIamPermissions(TestIamPermissionsRequest request, String resource, {String? $fields})
→ Future<TestIamPermissionsResponse>
-
Returns the IAM permissions that the caller has on the specified Access
Context Manager resource.
-
toString()
→ String
-
A string representation of this object.
inherited