AuthProviderConfigFilter interface Stay organized with collections Save and categorize content based on your preferences.
The filter interface used for listing provider configurations. This is used when specifying how to list configured identity providers viaBaseAuth.listProviderConfigs().
Signature:
exportinterfaceAuthProviderConfigFilterProperties
| Property | Type | Description |
|---|---|---|
| maxResults | number | The maximum number of results to return per page. The default and maximum is 100. |
| pageToken | string | The next page token. When not specified, the lookup starts from the beginning of the list. |
| type | 'saml' | 'oidc' | The Auth provider configuration filter. This can be eithersaml oroidc. The former is used to look up SAML providers only, while the latter is used for OIDC providers. |
AuthProviderConfigFilter.maxResults
The maximum number of results to return per page. The default and maximum is 100.
Signature:
maxResults?:number;AuthProviderConfigFilter.pageToken
The next page token. When not specified, the lookup starts from the beginning of the list.
Signature:
pageToken?:string;AuthProviderConfigFilter.type
The Auth provider configuration filter. This can be eithersaml oroidc. The former is used to look up SAML providers only, while the latter is used for OIDC providers.
Signature:
type:'saml'|'oidc';Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2022-07-29 UTC.