ProjectsLocationsActiveDirectoriesResource 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(ActiveDirectory request, String parent, {String? activeDirectoryId, String? $fields})
→ Future<Operation>
-
CreateActiveDirectory Creates the active directory specified in the
request.
-
delete(String name, {String? $fields})
→ Future<Operation>
-
Delete the active directory specified in the request.
-
get(String name, {String? $fields})
→ Future<ActiveDirectory>
-
Describes a specified active directory.
-
list(String parent, {String? filter, String? orderBy, int? pageSize, String? pageToken, String? $fields})
→ Future<ListActiveDirectoriesResponse>
-
Lists active directories.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(ActiveDirectory request, String name, {String? updateMask, String? $fields})
→ Future<Operation>
-
Update the parameters of an active directories.
-
toString()
→ String
-
A string representation of this object.
inherited