FederatedAttributeStatus
Stay organized with collections
Save and categorize content based on your preferences.
Explicit indication of why a particular federated attribute is not included in a request. This is necessary because the server needs to behave differently if an attribute is federated and known to be empty than if the caller is expecting IAM to read it from central storage. It also allows the server to identify requests where the caller failed to populate a particular attribute due to a bug. If the resource doesn't exist, then use FEDERATED_AND_EMPTY.
| Enums |
FEDERATION_STATUS_UNSET |
|
NOT_FEDERATED |
This attribute is not provided in the request and instead should be read from IAM central storage. |
FEDERATED_AND_EMPTY |
This attribute is stored by the calling service, but is empty or unset for this particular resource. |
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 2026-01-23 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-01-23 UTC."],[],[]]