You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/managedidentities_v1.projects.locations.global_.domains.html
+50Lines changed: 50 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -74,6 +74,11 @@
74
74
75
75
<h1><ahref="managedidentities_v1.html">Managed Service for Microsoft Active Directory API</a> . <ahref="managedidentities_v1.projects.html">projects</a> . <ahref="managedidentities_v1.projects.locations.html">locations</a> . <ahref="managedidentities_v1.projects.locations.global_.html">global_</a> . <ahref="managedidentities_v1.projects.locations.global_.domains.html">domains</a></h1>
<pclass="firstline">Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.</p>
<pre>RestoreDomain restores domain backup mentioned in the RestoreDomainRequest
720
+
721
+
Args:
722
+
name: string, Required. Resource name for the domain to which the backup belongs (required)
723
+
body: object, The request body.
724
+
The object takes the form of:
725
+
726
+
{ # RestoreDomainRequest is the request received by RestoreDomain rpc
727
+
"backupId": "A String", # Required. ID of the backup to be restored
728
+
}
729
+
730
+
x__xgafv: string, V1 error format.
731
+
Allowed values
732
+
1 - v1 error format
733
+
2 - v2 error format
734
+
735
+
Returns:
736
+
An object of the form:
737
+
738
+
{ # This resource represents a long-running operation that is the result of a network API call.
739
+
"done": True or False, # If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available.
740
+
"error": { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # The error result of the operation in case of failure or cancellation.
741
+
"code": 42, # The status code, which should be an enum value of google.rpc.Code.
742
+
"details": [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
743
+
{
744
+
"a_key": "", # Properties of the object. Contains field @type with type URL.
745
+
},
746
+
],
747
+
"message": "A String", # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
748
+
},
749
+
"metadata": { # Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.
750
+
"a_key": "", # Properties of the object. Contains field @type with type URL.
751
+
},
752
+
"name": "A String", # The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`.
753
+
"response": { # The normal response of the operation in case of success. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.
754
+
"a_key": "", # Properties of the object. Contains field @type with type URL.
<pre>Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.
Copy file name to clipboardExpand all lines: docs/dyn/managedidentities_v1alpha1.projects.locations.global_.domains.backups.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -264,7 +264,7 @@ <h3>Method Details</h3>
264
264
265
265
Args:
266
266
parent: string, Required. The domain resource name using the form: `projects/{project_id}/locations/global/domains/{domain_name}` (required)
267
-
filter: string, Optional. Filter specifying constraints of a list operation. For example, `backup.location ="us-west1-a"`.
267
+
filter: string, Optional. Filter specifying constraints of a list operation.
268
268
orderBy: string, Optional. Specifies the ordering of results following syntax at https://cloud.google.com/apis/design/design_patterns#sorting_order.
269
269
pageSize: integer, Optional. The maximum number of items to return. If not specified, a default value of 1000 will be used by the service. Regardless of the page_size value, the response may include a partial list and a caller should only rely on response's next_page_token to determine if there are more instances left to be queried.
270
270
pageToken: string, Optional. The next_page_token value returned from a previous List request, if any.
Copy file name to clipboardExpand all lines: docs/dyn/managedidentities_v1beta1.projects.locations.global_.domains.backups.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -264,7 +264,7 @@ <h3>Method Details</h3>
264
264
265
265
Args:
266
266
parent: string, Required. The domain resource name using the form: `projects/{project_id}/locations/global/domains/{domain_name}` (required)
267
-
filter: string, Optional. Filter specifying constraints of a list operation. For example, `backup.location ="us-west1-a"`.
267
+
filter: string, Optional. Filter specifying constraints of a list operation.
268
268
orderBy: string, Optional. Specifies the ordering of results following syntax at https://cloud.google.com/apis/design/design_patterns#sorting_order.
269
269
pageSize: integer, Optional. The maximum number of items to return. If not specified, a default value of 1000 will be used by the service. Regardless of the page_size value, the response may include a partial list and a caller should only rely on response's next_page_token to determine if there are more instances left to be queried.
270
270
pageToken: string, Optional. The next_page_token value returned from a previous List request, if any.
Copy file name to clipboardExpand all lines: docs/dyn/managedidentities_v1beta1.projects.locations.global_.domains.html
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -209,7 +209,7 @@ <h3>Method Details</h3>
209
209
body: object, The request body.
210
210
The object takes the form of:
211
211
212
-
{ # If the domain is being changed, it will be placed into the UPDATING state, which indicates that the resource is being reconciled. At this point, Get will reflect an intermediate state. Represents a managed Microsoft Active Directory domain.
212
+
{ # Represents a managed Microsoft Active Directory domain. If the domain is being changed, it will be placed into the UPDATING state, which indicates that the resource is being reconciled. At this point, Get will reflect an intermediate state.
213
213
"admin": "A String", # Optional. The name of delegated administrator account used to perform Active Directory operations. If not specified, `setupadmin` will be used.
214
214
"auditLogsEnabled": True or False, # Optional. Configuration for audit logs. True if audit logs are enabled, else false. Default is audit logs disabled.
215
215
"authorizedNetworks": [ # Optional. The full names of the Google Compute Engine [networks](/compute/docs/networks-and-firewalls#networks) the domain instance is connected to. Networks can be added using UpdateDomain. The domain is only available on networks listed in `authorized_networks`. If CIDR subnets overlap between networks, domain creation will fail.
@@ -382,7 +382,7 @@ <h3>Method Details</h3>
382
382
Returns:
383
383
An object of the form:
384
384
385
-
{ # If the domain is being changed, it will be placed into the UPDATING state, which indicates that the resource is being reconciled. At this point, Get will reflect an intermediate state. Represents a managed Microsoft Active Directory domain.
385
+
{ # Represents a managed Microsoft Active Directory domain. If the domain is being changed, it will be placed into the UPDATING state, which indicates that the resource is being reconciled. At this point, Get will reflect an intermediate state.
386
386
"admin": "A String", # Optional. The name of delegated administrator account used to perform Active Directory operations. If not specified, `setupadmin` will be used.
387
387
"auditLogsEnabled": True or False, # Optional. Configuration for audit logs. True if audit logs are enabled, else false. Default is audit logs disabled.
388
388
"authorizedNetworks": [ # Optional. The full names of the Google Compute Engine [networks](/compute/docs/networks-and-firewalls#networks) the domain instance is connected to. Networks can be added using UpdateDomain. The domain is only available on networks listed in `authorized_networks`. If CIDR subnets overlap between networks, domain creation will fail.
@@ -508,7 +508,7 @@ <h3>Method Details</h3>
508
508
509
509
{ # Response message for ListDomains
510
510
"domains": [ # A list of Managed Identities Service domains in the project.
511
-
{ # If the domain is being changed, it will be placed into the UPDATING state, which indicates that the resource is being reconciled. At this point, Get will reflect an intermediate state. Represents a managed Microsoft Active Directory domain.
511
+
{ # Represents a managed Microsoft Active Directory domain. If the domain is being changed, it will be placed into the UPDATING state, which indicates that the resource is being reconciled. At this point, Get will reflect an intermediate state.
512
512
"admin": "A String", # Optional. The name of delegated administrator account used to perform Active Directory operations. If not specified, `setupadmin` will be used.
513
513
"auditLogsEnabled": True or False, # Optional. Configuration for audit logs. True if audit logs are enabled, else false. Default is audit logs disabled.
514
514
"authorizedNetworks": [ # Optional. The full names of the Google Compute Engine [networks](/compute/docs/networks-and-firewalls#networks) the domain instance is connected to. Networks can be added using UpdateDomain. The domain is only available on networks listed in `authorized_networks`. If CIDR subnets overlap between networks, domain creation will fail.
@@ -576,7 +576,7 @@ <h3>Method Details</h3>
576
576
body: object, The request body.
577
577
The object takes the form of:
578
578
579
-
{ # If the domain is being changed, it will be placed into the UPDATING state, which indicates that the resource is being reconciled. At this point, Get will reflect an intermediate state. Represents a managed Microsoft Active Directory domain.
579
+
{ # Represents a managed Microsoft Active Directory domain. If the domain is being changed, it will be placed into the UPDATING state, which indicates that the resource is being reconciled. At this point, Get will reflect an intermediate state.
580
580
"admin": "A String", # Optional. The name of delegated administrator account used to perform Active Directory operations. If not specified, `setupadmin` will be used.
581
581
"auditLogsEnabled": True or False, # Optional. Configuration for audit logs. True if audit logs are enabled, else false. Default is audit logs disabled.
582
582
"authorizedNetworks": [ # Optional. The full names of the Google Compute Engine [networks](/compute/docs/networks-and-firewalls#networks) the domain instance is connected to. Networks can be added using UpdateDomain. The domain is only available on networks listed in `authorized_networks`. If CIDR subnets overlap between networks, domain creation will fail.
0 commit comments