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
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -203,6 +203,7 @@ <h3>Method Details</h3>
203
203
204
204
{ # 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.
205
205
"admin": "A String", # Optional. The name of delegated administrator account used to perform Active Directory operations. If not specified, `setupadmin` will be used.
206
+
"auditLogsEnabled": True or False, # Optional. Configuration for audit logs. True if audit logs are enabled, else false. Default is audit logs disabled.
206
207
"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.
207
208
"A String",
208
209
],
@@ -375,6 +376,7 @@ <h3>Method Details</h3>
375
376
376
377
{ # 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.
377
378
"admin": "A String", # Optional. The name of delegated administrator account used to perform Active Directory operations. If not specified, `setupadmin` will be used.
379
+
"auditLogsEnabled": True or False, # Optional. Configuration for audit logs. True if audit logs are enabled, else false. Default is audit logs disabled.
378
380
"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.
379
381
"A String",
380
382
],
@@ -470,7 +472,7 @@ <h3>Method Details</h3>
470
472
],
471
473
"thumbprint": "A String", # The certificate thumbprint which uniquely identifies the certificate.
472
474
},
473
-
"certificatePassword": "A String", # Input only. The password used to encrypt the uploaded pfx certificate.
475
+
"certificatePassword": "A String", # Input only. The password used to encrypt the uploaded PFX certificate.
474
476
"certificatePfx": "A String", # Input only. The uploaded PKCS12-formatted certificate to configure LDAPS with. It will enable the domain controllers in this domain to accept LDAPS connections (either LDAP over SSL/TLS or the StartTLS operation). A valid certificate chain must form a valid x.509 certificate chain (or be comprised of a single self-signed certificate. It must be encrypted with either: 1) PBES2 + PBKDF2 + AES256 encryption and SHA256 PRF; or 2) pbeWithSHA1And3-KeyTripleDES-CBC Private key must be included for the leaf / single self-signed certificate. Note: For a fqdn your-example-domain.com, the wildcard fqdn is *.your-example-domain.com. Specifically the leaf certificate must have: - Either a blank subject or a subject with CN matching the wildcard fqdn. - Exactly two SANs - the fqdn and wildcard fqdn. - Encipherment and digital key signature key usages. - Server authentication extended key usage (OID=1.3.6.1.5.5.7.3.1) - Private key must be in one of the following formats: RSA, ECDSA, ED25519. - Private key must have appropriate key length: 2048 for RSA, 256 for ECDSA - Signature algorithm of the leaf certificate cannot be MD2, MD5 or SHA1.
475
477
"name": "A String", # The resource name of the LDAPS settings. Uses the form: `projects/{project}/locations/{location}/domains/{domain}`.
476
478
"state": "A String", # Output only. The current state of this LDAPS settings.
@@ -500,6 +502,7 @@ <h3>Method Details</h3>
500
502
"domains": [ # A list of Managed Identities Service domains in the project.
501
503
{ # 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.
502
504
"admin": "A String", # Optional. The name of delegated administrator account used to perform Active Directory operations. If not specified, `setupadmin` will be used.
505
+
"auditLogsEnabled": True or False, # Optional. Configuration for audit logs. True if audit logs are enabled, else false. Default is audit logs disabled.
503
506
"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.
504
507
"A String",
505
508
],
@@ -567,6 +570,7 @@ <h3>Method Details</h3>
567
570
568
571
{ # 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.
569
572
"admin": "A String", # Optional. The name of delegated administrator account used to perform Active Directory operations. If not specified, `setupadmin` will be used.
573
+
"auditLogsEnabled": True or False, # Optional. Configuration for audit logs. True if audit logs are enabled, else false. Default is audit logs disabled.
570
574
"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.
571
575
"A String",
572
576
],
@@ -809,7 +813,7 @@ <h3>Method Details</h3>
809
813
],
810
814
"thumbprint": "A String", # The certificate thumbprint which uniquely identifies the certificate.
811
815
},
812
-
"certificatePassword": "A String", # Input only. The password used to encrypt the uploaded pfx certificate.
816
+
"certificatePassword": "A String", # Input only. The password used to encrypt the uploaded PFX certificate.
813
817
"certificatePfx": "A String", # Input only. The uploaded PKCS12-formatted certificate to configure LDAPS with. It will enable the domain controllers in this domain to accept LDAPS connections (either LDAP over SSL/TLS or the StartTLS operation). A valid certificate chain must form a valid x.509 certificate chain (or be comprised of a single self-signed certificate. It must be encrypted with either: 1) PBES2 + PBKDF2 + AES256 encryption and SHA256 PRF; or 2) pbeWithSHA1And3-KeyTripleDES-CBC Private key must be included for the leaf / single self-signed certificate. Note: For a fqdn your-example-domain.com, the wildcard fqdn is *.your-example-domain.com. Specifically the leaf certificate must have: - Either a blank subject or a subject with CN matching the wildcard fqdn. - Exactly two SANs - the fqdn and wildcard fqdn. - Encipherment and digital key signature key usages. - Server authentication extended key usage (OID=1.3.6.1.5.5.7.3.1) - Private key must be in one of the following formats: RSA, ECDSA, ED25519. - Private key must have appropriate key length: 2048 for RSA, 256 for ECDSA - Signature algorithm of the leaf certificate cannot be MD2, MD5 or SHA1.
814
818
"name": "A String", # The resource name of the LDAPS settings. Uses the form: `projects/{project}/locations/{location}/domains/{domain}`.
815
819
"state": "A String", # Output only. The current state of this LDAPS settings.
Copy file name to clipboardExpand all lines: docs/dyn/managedidentities_v1.projects.locations.global_.domains.sqlIntegrations.html
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -106,12 +106,12 @@ <h3>Method Details</h3>
106
106
Returns:
107
107
An object of the form:
108
108
109
-
{ # Represents the Sql instance integrated with AD.
110
-
"createTime": "A String", # Output only. The time sql integration was created. Synthetic field is populated automatically by CCFE.
111
-
"name": "A String", # The unique name of the sql integration in the form of `projects/{project_id}/locations/global/domains/{domain_name}/sqlIntegrations/{sql_integration}`
112
-
"sqlInstance": "A String", # The full resource name of an integrated sql instance
113
-
"state": "A String", # Output only. The current state of the sql integration.
114
-
"updateTime": "A String", # Output only. The time sql integration was updated. Synthetic field is populated automatically by CCFE.
109
+
{ # Represents the SQL instance integrated with Managed AD.
110
+
"createTime": "A String", # Output only. The time the SQL integration was created.
111
+
"name": "A String", # The unique name of the SQL integration in the form of `projects/{project_id}/locations/global/domains/{domain_name}/sqlIntegrations/{sql_integration}`
112
+
"sqlInstance": "A String", # The full resource name of an integrated SQL instance
113
+
"state": "A String", # Output only. The current state of the SQL integration.
114
+
"updateTime": "A String", # Output only. The time the SQL integration was updated.
115
115
}</pre>
116
116
</div>
117
117
@@ -136,12 +136,12 @@ <h3>Method Details</h3>
136
136
{ # ListSqlIntegrationsResponse is the response message for ListSqlIntegrations method.
137
137
"nextPageToken": "A String", # Token to retrieve the next page of results, or empty if there are no more results in the list.
138
138
"sqlIntegrations": [ # A list of SQLIntegrations of a domain.
139
-
{ # Represents the Sql instance integrated with AD.
140
-
"createTime": "A String", # Output only. The time sql integration was created. Synthetic field is populated automatically by CCFE.
141
-
"name": "A String", # The unique name of the sql integration in the form of `projects/{project_id}/locations/global/domains/{domain_name}/sqlIntegrations/{sql_integration}`
142
-
"sqlInstance": "A String", # The full resource name of an integrated sql instance
143
-
"state": "A String", # Output only. The current state of the sql integration.
144
-
"updateTime": "A String", # Output only. The time sql integration was updated. Synthetic field is populated automatically by CCFE.
139
+
{ # Represents the SQL instance integrated with Managed AD.
140
+
"createTime": "A String", # Output only. The time the SQL integration was created.
141
+
"name": "A String", # The unique name of the SQL integration in the form of `projects/{project_id}/locations/global/domains/{domain_name}/sqlIntegrations/{sql_integration}`
142
+
"sqlInstance": "A String", # The full resource name of an integrated SQL instance
143
+
"state": "A String", # Output only. The current state of the SQL integration.
144
+
"updateTime": "A String", # Output only. The time the SQL integration was updated.
145
145
},
146
146
],
147
147
"unreachable": [ # A list of locations that could not be reached.
Copy file name to clipboardExpand all lines: docs/dyn/managedidentities_v1alpha1.projects.locations.global_.domains.sqlIntegrations.html
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -107,11 +107,11 @@ <h3>Method Details</h3>
107
107
An object of the form:
108
108
109
109
{ # Represents the SQL instance integrated with AD.
110
-
"createTime": "A String", # Output only. The time the instance was created. Synthetic field is populated automatically by CCFE. go/ccfe-synthetic-field-user-guide
110
+
"createTime": "A String", # Output only. The time the instance was created.
111
111
"name": "A String", # The unique name of the sql integration in the form of `projects/{project_id}/locations/global/domains/{domain_name}/sqlIntegrations/{sql_integration}`
112
112
"sqlInstance": "A String", # The full resource name of an integrated sql instance
113
113
"state": "A String", # Output only. The current state of the managed OU.
114
-
"updateTime": "A String", # Output only. Last update time. Synthetic field is populated automatically by CCFE.
114
+
"updateTime": "A String", # Output only. Last update time for this SQL instance.
115
115
}</pre>
116
116
</div>
117
117
@@ -137,11 +137,11 @@ <h3>Method Details</h3>
137
137
"nextPageToken": "A String", # Token to retrieve the next page of results, or empty if there are no more results in the list.
138
138
"sqlIntegrations": [ # A list of SQLIntegrations of a domain.
139
139
{ # Represents the SQL instance integrated with AD.
140
-
"createTime": "A String", # Output only. The time the instance was created. Synthetic field is populated automatically by CCFE. go/ccfe-synthetic-field-user-guide
140
+
"createTime": "A String", # Output only. The time the instance was created.
141
141
"name": "A String", # The unique name of the sql integration in the form of `projects/{project_id}/locations/global/domains/{domain_name}/sqlIntegrations/{sql_integration}`
142
142
"sqlInstance": "A String", # The full resource name of an integrated sql instance
143
143
"state": "A String", # Output only. The current state of the managed OU.
144
-
"updateTime": "A String", # Output only. Last update time. Synthetic field is populated automatically by CCFE.
144
+
"updateTime": "A String", # Output only. Last update time for this SQL instance.
145
145
},
146
146
],
147
147
"unreachable": [ # A list of locations that could not be reached.
Copy file name to clipboardExpand all lines: docs/dyn/managedidentities_v1beta1.projects.locations.global_.domains.sqlIntegrations.html
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -107,11 +107,11 @@ <h3>Method Details</h3>
107
107
An object of the form:
108
108
109
109
{ # Represents the Sql instance integrated with AD.
110
-
"createTime": "A String", # Output only. The time sql integration was created. Synthetic field is populated automatically by CCFE.
110
+
"createTime": "A String", # Output only. The time sql integration was created.
111
111
"name": "A String", # The unique name of the sql integration in the form of `projects/{project_id}/locations/global/domains/{domain_name}/sqlIntegrations/{sql_integration}`
112
112
"sqlInstance": "A String", # The full resource name of an integrated sql instance
113
113
"state": "A String", # Output only. The current state of the sql integration.
114
-
"updateTime": "A String", # Output only. The time sql integration was updated. Synthetic field is populated automatically by CCFE.
114
+
"updateTime": "A String", # Output only. The time sql integration was updated.
115
115
}</pre>
116
116
</div>
117
117
@@ -137,11 +137,11 @@ <h3>Method Details</h3>
137
137
"nextPageToken": "A String", # Token to retrieve the next page of results, or empty if there are no more results in the list.
138
138
"sqlIntegrations": [ # A list of SqlIntegrations of a domain.
139
139
{ # Represents the Sql instance integrated with AD.
140
-
"createTime": "A String", # Output only. The time sql integration was created. Synthetic field is populated automatically by CCFE.
140
+
"createTime": "A String", # Output only. The time sql integration was created.
141
141
"name": "A String", # The unique name of the sql integration in the form of `projects/{project_id}/locations/global/domains/{domain_name}/sqlIntegrations/{sql_integration}`
142
142
"sqlInstance": "A String", # The full resource name of an integrated sql instance
143
143
"state": "A String", # Output only. The current state of the sql integration.
144
-
"updateTime": "A String", # Output only. The time sql integration was updated. Synthetic field is populated automatically by CCFE.
144
+
"updateTime": "A String", # Output only. The time sql integration was updated.
145
145
},
146
146
],
147
147
"unreachable": [ # A list of locations that could not be reached.
0 commit comments