@maxim_mazurok/gapi.client.iam-v1 0.0.20250502 → 0.0.20250516
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +6 -4
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
10
10
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
11
11
|
// Generated from: https://iam.googleapis.com/$discovery/rest?version=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20250516
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -149,7 +149,7 @@ declare namespace gapi.client {
|
|
|
149
149
|
queryParameters?: GoogleIamAdminV1WorkforcePoolProviderExtraAttributesOAuth2ClientQueryParameters;
|
|
150
150
|
}
|
|
151
151
|
interface GoogleIamAdminV1WorkforcePoolProviderExtraAttributesOAuth2ClientQueryParameters {
|
|
152
|
-
/** Optional. The filter used to request specific records from IdP.
|
|
152
|
+
/** Optional. The filter used to request specific records from the IdP. By default, all of the groups that are associated with a user are fetched. For Microsoft Entra ID, you can add `$search` query parameters using [Keyword Query Language] (https://learn.microsoft.com/en-us/sharepoint/dev/general-development/keyword-query-language-kql-syntax-reference). To learn more about `$search` querying in Microsoft Entra ID, see [Use the `$search` query parameter] (https://learn.microsoft.com/en-us/graph/search-query-parameter). Additionally, Workforce Identity Federation automatically adds the following [`$filter` query parameters] (https://learn.microsoft.com/en-us/graph/filter-query-parameter), based on the value of `attributes_type`. Values passed to `filter` are converted to `$search` query parameters. Additional `$filter` query parameters cannot be added using this field. * `AZURE_AD_GROUPS_MAIL`: `mailEnabled` and `securityEnabled` filters are applied. * `AZURE_AD_GROUPS_ID`: `securityEnabled` filter is applied. */
|
|
153
153
|
filter?: string;
|
|
154
154
|
}
|
|
155
155
|
interface GoogleIamAdminV1WorkforcePoolProviderOidc {
|
|
@@ -191,9 +191,9 @@ declare namespace gapi.client {
|
|
|
191
191
|
caPools?: {[P in string]: string};
|
|
192
192
|
/** Optional. Key algorithm to use when generating the key pair. This key pair will be used to create the certificate. If not specified, this will default to ECDSA_P256. */
|
|
193
193
|
keyAlgorithm?: string;
|
|
194
|
-
/** Optional. Lifetime of the workload certificates issued by the CA pool. Must be between
|
|
194
|
+
/** Optional. Lifetime of the workload certificates issued by the CA pool. Must be between 24 hours and 30 days. If not specified, this will be defaulted to 24 hours. */
|
|
195
195
|
lifetime?: string;
|
|
196
|
-
/** Optional. Rotation window percentage
|
|
196
|
+
/** Optional. Rotation window percentage, the percentage of remaining lifetime after which certificate rotation is initiated. Must be between 50 and 80. If no value is specified, rotation window percentage is defaulted to 50. */
|
|
197
197
|
rotationWindowPercentage?: number;
|
|
198
198
|
}
|
|
199
199
|
interface InlineTrustConfig {
|
|
@@ -658,6 +658,8 @@ declare namespace gapi.client {
|
|
|
658
658
|
attributeMapping?: {[P in string]: string};
|
|
659
659
|
/** Optional. A user-specified description of the provider. Cannot exceed 256 characters. */
|
|
660
660
|
description?: string;
|
|
661
|
+
/** Optional. If true, populates additional debug information in Cloud Audit Logs for this provider. Logged attribute mappings and values can be found in `sts.googleapis.com` data access logs. Default value is false. */
|
|
662
|
+
detailedAuditLogging?: boolean;
|
|
661
663
|
/** Optional. Disables the workforce pool provider. You cannot use a disabled provider to exchange tokens. However, existing tokens still grant access. */
|
|
662
664
|
disabled?: boolean;
|
|
663
665
|
/** Optional. A user-specified display name for the provider. Cannot exceed 32 characters. */
|