Skip to content

Commit

Permalink
feat(managedidentities): update the api
Browse files Browse the repository at this point in the history
#### 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)
  • Loading branch information
yoshi-automation committed Jul 13, 2021
1 parent abb4aea commit 863b333
Show file tree
Hide file tree
Showing 7 changed files with 89 additions and 60 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ <h3>Method Details</h3>

{ # 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.
&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.
&quot;auditLogsEnabled&quot;: True or False, # Optional. Configuration for audit logs. True if audit logs are enabled, else false. Default is audit logs disabled.
&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.
&quot;A String&quot;,
],
Expand Down Expand Up @@ -375,6 +376,7 @@ <h3>Method Details</h3>

{ # 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.
&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.
&quot;auditLogsEnabled&quot;: True or False, # Optional. Configuration for audit logs. True if audit logs are enabled, else false. Default is audit logs disabled.
&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.
&quot;A String&quot;,
],
Expand Down Expand Up @@ -470,7 +472,7 @@ <h3>Method Details</h3>
],
&quot;thumbprint&quot;: &quot;A String&quot;, # The certificate thumbprint which uniquely identifies the certificate.
},
&quot;certificatePassword&quot;: &quot;A String&quot;, # Input only. The password used to encrypt the uploaded pfx certificate.
&quot;certificatePassword&quot;: &quot;A String&quot;, # Input only. The password used to encrypt the uploaded PFX certificate.
&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.
&quot;name&quot;: &quot;A String&quot;, # The resource name of the LDAPS settings. Uses the form: `projects/{project}/locations/{location}/domains/{domain}`.
&quot;state&quot;: &quot;A String&quot;, # Output only. The current state of this LDAPS settings.
Expand Down Expand Up @@ -500,6 +502,7 @@ <h3>Method Details</h3>
&quot;domains&quot;: [ # A list of Managed Identities Service domains in the project.
{ # 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.
&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.
&quot;auditLogsEnabled&quot;: True or False, # Optional. Configuration for audit logs. True if audit logs are enabled, else false. Default is audit logs disabled.
&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.
&quot;A String&quot;,
],
Expand Down Expand Up @@ -567,6 +570,7 @@ <h3>Method Details</h3>

{ # 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.
&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.
&quot;auditLogsEnabled&quot;: True or False, # Optional. Configuration for audit logs. True if audit logs are enabled, else false. Default is audit logs disabled.
&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.
&quot;A String&quot;,
],
Expand Down Expand Up @@ -809,7 +813,7 @@ <h3>Method Details</h3>
],
&quot;thumbprint&quot;: &quot;A String&quot;, # The certificate thumbprint which uniquely identifies the certificate.
},
&quot;certificatePassword&quot;: &quot;A String&quot;, # Input only. The password used to encrypt the uploaded pfx certificate.
&quot;certificatePassword&quot;: &quot;A String&quot;, # Input only. The password used to encrypt the uploaded PFX certificate.
&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.
&quot;name&quot;: &quot;A String&quot;, # The resource name of the LDAPS settings. Uses the form: `projects/{project}/locations/{location}/domains/{domain}`.
&quot;state&quot;: &quot;A String&quot;, # Output only. The current state of this LDAPS settings.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,12 +106,12 @@ <h3>Method Details</h3>
Returns:
An object of the form:

{ # Represents the Sql instance integrated with AD.
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time sql integration was created. Synthetic field is populated automatically by CCFE.
&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}`
&quot;sqlInstance&quot;: &quot;A String&quot;, # The full resource name of an integrated sql instance
&quot;state&quot;: &quot;A String&quot;, # Output only. The current state of the sql integration.
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time sql integration was updated. Synthetic field is populated automatically by CCFE.
{ # Represents the SQL instance integrated with Managed AD.
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time the SQL integration was created.
&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}`
&quot;sqlInstance&quot;: &quot;A String&quot;, # The full resource name of an integrated SQL instance
&quot;state&quot;: &quot;A String&quot;, # Output only. The current state of the SQL integration.
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time the SQL integration was updated.
}</pre>
</div>

Expand All @@ -136,12 +136,12 @@ <h3>Method Details</h3>
{ # ListSqlIntegrationsResponse is the response message for ListSqlIntegrations method.
&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.
&quot;sqlIntegrations&quot;: [ # A list of SQLIntegrations of a domain.
{ # Represents the Sql instance integrated with AD.
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time sql integration was created. Synthetic field is populated automatically by CCFE.
&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}`
&quot;sqlInstance&quot;: &quot;A String&quot;, # The full resource name of an integrated sql instance
&quot;state&quot;: &quot;A String&quot;, # Output only. The current state of the sql integration.
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time sql integration was updated. Synthetic field is populated automatically by CCFE.
{ # Represents the SQL instance integrated with Managed AD.
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time the SQL integration was created.
&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}`
&quot;sqlInstance&quot;: &quot;A String&quot;, # The full resource name of an integrated SQL instance
&quot;state&quot;: &quot;A String&quot;, # Output only. The current state of the SQL integration.
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time the SQL integration was updated.
},
],
&quot;unreachable&quot;: [ # A list of locations that could not be reached.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,11 @@ <h3>Method Details</h3>
An object of the form:

{ # Represents the SQL instance integrated with AD.
&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
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time the instance was created.
&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}`
&quot;sqlInstance&quot;: &quot;A String&quot;, # The full resource name of an integrated sql instance
&quot;state&quot;: &quot;A String&quot;, # Output only. The current state of the managed OU.
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Last update time. Synthetic field is populated automatically by CCFE.
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Last update time for this SQL instance.
}</pre>
</div>

Expand All @@ -137,11 +137,11 @@ <h3>Method Details</h3>
&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.
&quot;sqlIntegrations&quot;: [ # A list of SQLIntegrations of a domain.
{ # Represents the SQL instance integrated with AD.
&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
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time the instance was created.
&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}`
&quot;sqlInstance&quot;: &quot;A String&quot;, # The full resource name of an integrated sql instance
&quot;state&quot;: &quot;A String&quot;, # Output only. The current state of the managed OU.
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Last update time. Synthetic field is populated automatically by CCFE.
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Last update time for this SQL instance.
},
],
&quot;unreachable&quot;: [ # A list of locations that could not be reached.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,11 @@ <h3>Method Details</h3>
An object of the form:

{ # Represents the Sql instance integrated with AD.
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time sql integration was created. Synthetic field is populated automatically by CCFE.
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time sql integration was created.
&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}`
&quot;sqlInstance&quot;: &quot;A String&quot;, # The full resource name of an integrated sql instance
&quot;state&quot;: &quot;A String&quot;, # Output only. The current state of the sql integration.
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time sql integration was updated. Synthetic field is populated automatically by CCFE.
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time sql integration was updated.
}</pre>
</div>

Expand All @@ -137,11 +137,11 @@ <h3>Method Details</h3>
&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.
&quot;sqlIntegrations&quot;: [ # A list of SqlIntegrations of a domain.
{ # Represents the Sql instance integrated with AD.
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time sql integration was created. Synthetic field is populated automatically by CCFE.
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time sql integration was created.
&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}`
&quot;sqlInstance&quot;: &quot;A String&quot;, # The full resource name of an integrated sql instance
&quot;state&quot;: &quot;A String&quot;, # Output only. The current state of the sql integration.
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time sql integration was updated. Synthetic field is populated automatically by CCFE.
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time sql integration was updated.
},
],
&quot;unreachable&quot;: [ # A list of locations that could not be reached.
Expand Down
Loading

0 comments on commit 863b333

Please sign in to comment.