Question-58: The Structured APIs are a set of tools that may be used to manipulate many types of data, ranging from highly structured Parquet files to semi-structured CSV files and unstructured log files. There are three primary categories of distributed collection APIs that are referred to by these APIs: Datasets. DataFrames. Tables and views stored in SQL. Your software development team has established a well-organized API for retrieving information about vehicles. They aim to make it possible for third parties to build solutions for dealerships that make use of the data collected from vehicles' events. You need to enable delegated authorisation for access to this data. What steps should you take?
A. Make or use an access control system that works with OAuth.
B. Make sure that your authentication system works with SAML 2.0 SSO.
C. Limit access to data based on the IP address of the partner systems from which the data is coming.
D. Make a second set of credentials for each dealer that the trusted third party can use.
Correct Answer

Get All 340 Questions and Answer for Google Professional Cloud Architect

: 1 Explanation: SAML is an authentication system. OAuth is an authorization system. Both can be used with SSO (Single sign on). SAML is for users and OAuth is more for applications. SAML can do both authentication and authorization. O-Auth 2 access to the system (clients would use APIs) https://cloud.google.com/docs/authentication/end-user Option-2 – SAML 2.0 is redundant, not in requirements.