Skip to content

Commit 863b333

Browse files
feat(managedidentities): update the api
#### managedidentities:v1 The following keys were added: - schemas.Domain.properties.auditLogsEnabled.type (Total Keys: 1) - schemas.OperationMetadata.properties.apiVersion.readOnly (Total Keys: 1) - schemas.OperationMetadata.properties.cancelRequested.readOnly (Total Keys: 1) - schemas.OperationMetadata.properties.createTime.readOnly (Total Keys: 1) - schemas.OperationMetadata.properties.endTime.readOnly (Total Keys: 1) - schemas.OperationMetadata.properties.statusDetail.readOnly (Total Keys: 1) - schemas.OperationMetadata.properties.target.readOnly (Total Keys: 1) - schemas.OperationMetadata.properties.verb.readOnly (Total Keys: 1) #### managedidentities:v1alpha1 The following keys were added: - schemas.OperationMetadata.properties.apiVersion.readOnly (Total Keys: 1) - schemas.OperationMetadata.properties.cancelRequested.readOnly (Total Keys: 1) - schemas.OperationMetadata.properties.createTime.readOnly (Total Keys: 1) - schemas.OperationMetadata.properties.endTime.readOnly (Total Keys: 1) - schemas.OperationMetadata.properties.statusDetail.readOnly (Total Keys: 1) - schemas.OperationMetadata.properties.target.readOnly (Total Keys: 1) - schemas.OperationMetadata.properties.verb.readOnly (Total Keys: 1) #### managedidentities:v1beta1 The following keys were added: - schemas.OperationMetadata.properties.apiVersion.readOnly (Total Keys: 1) - schemas.OperationMetadata.properties.cancelRequested.readOnly (Total Keys: 1) - schemas.OperationMetadata.properties.createTime.readOnly (Total Keys: 1) - schemas.OperationMetadata.properties.endTime.readOnly (Total Keys: 1) - schemas.OperationMetadata.properties.statusDetail.readOnly (Total Keys: 1) - schemas.OperationMetadata.properties.target.readOnly (Total Keys: 1) - schemas.OperationMetadata.properties.verb.readOnly (Total Keys: 1)
1 parent abb4aea commit 863b333

7 files changed

+89
-60
lines changed

docs/dyn/managedidentities_v1.projects.locations.global_.domains.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ <h3>Method Details</h3>
203203

204204
{ # 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.
205205
&quot;admin&quot;: &quot;A String&quot;, # Optional. The name of delegated administrator account used to perform Active Directory operations. If not specified, `setupadmin` will be used.
206+
&quot;auditLogsEnabled&quot;: True or False, # Optional. Configuration for audit logs. True if audit logs are enabled, else false. Default is audit logs disabled.
206207
&quot;authorizedNetworks&quot;: [ # 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.
207208
&quot;A String&quot;,
208209
],
@@ -375,6 +376,7 @@ <h3>Method Details</h3>
375376

376377
{ # 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.
377378
&quot;admin&quot;: &quot;A String&quot;, # Optional. The name of delegated administrator account used to perform Active Directory operations. If not specified, `setupadmin` will be used.
379+
&quot;auditLogsEnabled&quot;: True or False, # Optional. Configuration for audit logs. True if audit logs are enabled, else false. Default is audit logs disabled.
378380
&quot;authorizedNetworks&quot;: [ # 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.
379381
&quot;A String&quot;,
380382
],
@@ -470,7 +472,7 @@ <h3>Method Details</h3>
470472
],
471473
&quot;thumbprint&quot;: &quot;A String&quot;, # The certificate thumbprint which uniquely identifies the certificate.
472474
},
473-
&quot;certificatePassword&quot;: &quot;A String&quot;, # Input only. The password used to encrypt the uploaded pfx certificate.
475+
&quot;certificatePassword&quot;: &quot;A String&quot;, # Input only. The password used to encrypt the uploaded PFX certificate.
474476
&quot;certificatePfx&quot;: &quot;A String&quot;, # 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.
475477
&quot;name&quot;: &quot;A String&quot;, # The resource name of the LDAPS settings. Uses the form: `projects/{project}/locations/{location}/domains/{domain}`.
476478
&quot;state&quot;: &quot;A String&quot;, # Output only. The current state of this LDAPS settings.
@@ -500,6 +502,7 @@ <h3>Method Details</h3>
500502
&quot;domains&quot;: [ # A list of Managed Identities Service domains in the project.
501503
{ # 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.
502504
&quot;admin&quot;: &quot;A String&quot;, # Optional. The name of delegated administrator account used to perform Active Directory operations. If not specified, `setupadmin` will be used.
505+
&quot;auditLogsEnabled&quot;: True or False, # Optional. Configuration for audit logs. True if audit logs are enabled, else false. Default is audit logs disabled.
503506
&quot;authorizedNetworks&quot;: [ # 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.
504507
&quot;A String&quot;,
505508
],
@@ -567,6 +570,7 @@ <h3>Method Details</h3>
567570

568571
{ # 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.
569572
&quot;admin&quot;: &quot;A String&quot;, # Optional. The name of delegated administrator account used to perform Active Directory operations. If not specified, `setupadmin` will be used.
573+
&quot;auditLogsEnabled&quot;: True or False, # Optional. Configuration for audit logs. True if audit logs are enabled, else false. Default is audit logs disabled.
570574
&quot;authorizedNetworks&quot;: [ # 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.
571575
&quot;A String&quot;,
572576
],
@@ -809,7 +813,7 @@ <h3>Method Details</h3>
809813
],
810814
&quot;thumbprint&quot;: &quot;A String&quot;, # The certificate thumbprint which uniquely identifies the certificate.
811815
},
812-
&quot;certificatePassword&quot;: &quot;A String&quot;, # Input only. The password used to encrypt the uploaded pfx certificate.
816+
&quot;certificatePassword&quot;: &quot;A String&quot;, # Input only. The password used to encrypt the uploaded PFX certificate.
813817
&quot;certificatePfx&quot;: &quot;A String&quot;, # 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.
814818
&quot;name&quot;: &quot;A String&quot;, # The resource name of the LDAPS settings. Uses the form: `projects/{project}/locations/{location}/domains/{domain}`.
815819
&quot;state&quot;: &quot;A String&quot;, # Output only. The current state of this LDAPS settings.

docs/dyn/managedidentities_v1.projects.locations.global_.domains.sqlIntegrations.html

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -106,12 +106,12 @@ <h3>Method Details</h3>
106106
Returns:
107107
An object of the form:
108108

109-
{ # Represents the Sql instance integrated with AD.
110-
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time sql integration was created. Synthetic field is populated automatically by CCFE.
111-
&quot;name&quot;: &quot;A String&quot;, # The unique name of the sql integration in the form of `projects/{project_id}/locations/global/domains/{domain_name}/sqlIntegrations/{sql_integration}`
112-
&quot;sqlInstance&quot;: &quot;A String&quot;, # The full resource name of an integrated sql instance
113-
&quot;state&quot;: &quot;A String&quot;, # Output only. The current state of the sql integration.
114-
&quot;updateTime&quot;: &quot;A String&quot;, # 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+
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time the SQL integration was created.
111+
&quot;name&quot;: &quot;A String&quot;, # The unique name of the SQL integration in the form of `projects/{project_id}/locations/global/domains/{domain_name}/sqlIntegrations/{sql_integration}`
112+
&quot;sqlInstance&quot;: &quot;A String&quot;, # The full resource name of an integrated SQL instance
113+
&quot;state&quot;: &quot;A String&quot;, # Output only. The current state of the SQL integration.
114+
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time the SQL integration was updated.
115115
}</pre>
116116
</div>
117117

@@ -136,12 +136,12 @@ <h3>Method Details</h3>
136136
{ # ListSqlIntegrationsResponse is the response message for ListSqlIntegrations method.
137137
&quot;nextPageToken&quot;: &quot;A String&quot;, # Token to retrieve the next page of results, or empty if there are no more results in the list.
138138
&quot;sqlIntegrations&quot;: [ # A list of SQLIntegrations of a domain.
139-
{ # Represents the Sql instance integrated with AD.
140-
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time sql integration was created. Synthetic field is populated automatically by CCFE.
141-
&quot;name&quot;: &quot;A String&quot;, # The unique name of the sql integration in the form of `projects/{project_id}/locations/global/domains/{domain_name}/sqlIntegrations/{sql_integration}`
142-
&quot;sqlInstance&quot;: &quot;A String&quot;, # The full resource name of an integrated sql instance
143-
&quot;state&quot;: &quot;A String&quot;, # Output only. The current state of the sql integration.
144-
&quot;updateTime&quot;: &quot;A String&quot;, # 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+
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time the SQL integration was created.
141+
&quot;name&quot;: &quot;A String&quot;, # The unique name of the SQL integration in the form of `projects/{project_id}/locations/global/domains/{domain_name}/sqlIntegrations/{sql_integration}`
142+
&quot;sqlInstance&quot;: &quot;A String&quot;, # The full resource name of an integrated SQL instance
143+
&quot;state&quot;: &quot;A String&quot;, # Output only. The current state of the SQL integration.
144+
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time the SQL integration was updated.
145145
},
146146
],
147147
&quot;unreachable&quot;: [ # A list of locations that could not be reached.

docs/dyn/managedidentities_v1alpha1.projects.locations.global_.domains.sqlIntegrations.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,11 +107,11 @@ <h3>Method Details</h3>
107107
An object of the form:
108108

109109
{ # Represents the SQL instance integrated with AD.
110-
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time the instance was created. Synthetic field is populated automatically by CCFE. go/ccfe-synthetic-field-user-guide
110+
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time the instance was created.
111111
&quot;name&quot;: &quot;A String&quot;, # The unique name of the sql integration in the form of `projects/{project_id}/locations/global/domains/{domain_name}/sqlIntegrations/{sql_integration}`
112112
&quot;sqlInstance&quot;: &quot;A String&quot;, # The full resource name of an integrated sql instance
113113
&quot;state&quot;: &quot;A String&quot;, # Output only. The current state of the managed OU.
114-
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Last update time. Synthetic field is populated automatically by CCFE.
114+
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Last update time for this SQL instance.
115115
}</pre>
116116
</div>
117117

@@ -137,11 +137,11 @@ <h3>Method Details</h3>
137137
&quot;nextPageToken&quot;: &quot;A String&quot;, # Token to retrieve the next page of results, or empty if there are no more results in the list.
138138
&quot;sqlIntegrations&quot;: [ # A list of SQLIntegrations of a domain.
139139
{ # Represents the SQL instance integrated with AD.
140-
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time the instance was created. Synthetic field is populated automatically by CCFE. go/ccfe-synthetic-field-user-guide
140+
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time the instance was created.
141141
&quot;name&quot;: &quot;A String&quot;, # The unique name of the sql integration in the form of `projects/{project_id}/locations/global/domains/{domain_name}/sqlIntegrations/{sql_integration}`
142142
&quot;sqlInstance&quot;: &quot;A String&quot;, # The full resource name of an integrated sql instance
143143
&quot;state&quot;: &quot;A String&quot;, # Output only. The current state of the managed OU.
144-
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Last update time. Synthetic field is populated automatically by CCFE.
144+
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Last update time for this SQL instance.
145145
},
146146
],
147147
&quot;unreachable&quot;: [ # A list of locations that could not be reached.

docs/dyn/managedidentities_v1beta1.projects.locations.global_.domains.sqlIntegrations.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,11 +107,11 @@ <h3>Method Details</h3>
107107
An object of the form:
108108

109109
{ # Represents the Sql instance integrated with AD.
110-
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time sql integration was created. Synthetic field is populated automatically by CCFE.
110+
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time sql integration was created.
111111
&quot;name&quot;: &quot;A String&quot;, # The unique name of the sql integration in the form of `projects/{project_id}/locations/global/domains/{domain_name}/sqlIntegrations/{sql_integration}`
112112
&quot;sqlInstance&quot;: &quot;A String&quot;, # The full resource name of an integrated sql instance
113113
&quot;state&quot;: &quot;A String&quot;, # Output only. The current state of the sql integration.
114-
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time sql integration was updated. Synthetic field is populated automatically by CCFE.
114+
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time sql integration was updated.
115115
}</pre>
116116
</div>
117117

@@ -137,11 +137,11 @@ <h3>Method Details</h3>
137137
&quot;nextPageToken&quot;: &quot;A String&quot;, # Token to retrieve the next page of results, or empty if there are no more results in the list.
138138
&quot;sqlIntegrations&quot;: [ # A list of SqlIntegrations of a domain.
139139
{ # Represents the Sql instance integrated with AD.
140-
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time sql integration was created. Synthetic field is populated automatically by CCFE.
140+
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time sql integration was created.
141141
&quot;name&quot;: &quot;A String&quot;, # The unique name of the sql integration in the form of `projects/{project_id}/locations/global/domains/{domain_name}/sqlIntegrations/{sql_integration}`
142142
&quot;sqlInstance&quot;: &quot;A String&quot;, # The full resource name of an integrated sql instance
143143
&quot;state&quot;: &quot;A String&quot;, # Output only. The current state of the sql integration.
144-
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time sql integration was updated. Synthetic field is populated automatically by CCFE.
144+
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time sql integration was updated.
145145
},
146146
],
147147
&quot;unreachable&quot;: [ # A list of locations that could not be reached.

0 commit comments

Comments
 (0)