- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization Scopes
- Try it!
activedirectories.create Creates the active directory specified in the request.
HTTP request
POST https://autopush-netapp.sandbox.googleapis.com/v1alpha1/{parent=projects/*/locations/*}/activedirectories
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. Value for parent. |
Query parameters
Parameters | |
---|---|
activeDirectoryId |
Required. ID of the active directory to create. |
Request body
The request body contains an instance of ActiveDirectory
.
Response body
If successful, the response body contains a newly created instance of Operation
.
Authorization Scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.