InboundSsoAssignmentsResource class

Constructors

InboundSsoAssignmentsResource(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

create(InboundSsoAssignment request, {String? $fields}) Future<Operation>
Creates an InboundSsoAssignment for users and devices in a Customer under a given Group or OrgUnit.
delete(String name, {String? $fields}) Future<Operation>
Deletes an InboundSsoAssignment.
get(String name, {String? $fields}) Future<InboundSsoAssignment>
Gets an InboundSsoAssignment.
list({String? filter, int? pageSize, String? pageToken, String? $fields}) Future<ListInboundSsoAssignmentsResponse>
Lists the InboundSsoAssignments for a Customer.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(InboundSsoAssignment request, String name, {String? updateMask, String? $fields}) Future<Operation>
Updates an InboundSsoAssignment.
toString() String
A string representation of this object.
inherited

Operators

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