ImpersonateUnauthenticated interface
Stay organized with collections
Save and categorize content based on your preferences.
Interface representing the impersonation of an unauthenticated user.
Signature:
export interface ImpersonateUnauthenticated
Properties
Property |
Type |
Description |
authClaims |
never |
Both authClaims and unauthenticated are mutually exclusive fields and should not be both set. |
unauthenticated |
true |
Evaluates the auth policy as an unauthenticated request. Can only be set to true. |
ImpersonateUnauthenticated.authClaims
Both authClaims
and unauthenticated
are mutually exclusive fields and should not be both set.
Signature:
authClaims?: never;
ImpersonateUnauthenticated.unauthenticated
Evaluates the auth policy as an unauthenticated request. Can only be set to true.
Signature:
unauthenticated: true;
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-03-05 UTC.
[null,null,["Last updated 2025-03-05 UTC."],[],[],null,["Interface representing the impersonation of an unauthenticated user.\n\n**Signature:** \n\n export interface ImpersonateUnauthenticated \n\nProperties\n\nImpersonateUnauthenticated.authClaims\n\nBoth `authClaims` and `unauthenticated` are mutually exclusive fields and should not be both set.\n\n**Signature:** \n\n authClaims?: never;\n\nImpersonateUnauthenticated.unauthenticated\n\nEvaluates the auth policy as an unauthenticated request. Can only be set to true.\n\n**Signature:** \n\n unauthenticated: true;"]]