AuthProviderTypeParams(mapping=None, *, ignore_unknown_fields=False, **kwargs)AuthProvider type specific parameters. Required when creating an auth_provider.
This message has oneof_ fields (mutually exclusive fields).
For each oneof, at most one member field can be set at the same time.
Setting any member of the oneof automatically clears all other
members.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
|---|---|
| Name | Description |
three_legged_oauth |
google.cloud.agentidentity_v1beta.types.ThreeLeggedOAuth
ThreeLeggedOAuth AuthProvider type parameters. This field is a member of oneof_ type.
|
two_legged_oauth |
google.cloud.agentidentity_v1beta.types.TwoLeggedOAuth
TwoLeggedOAuth AuthProvider type parameters. This field is a member of oneof_ type.
|
api_key |
google.cloud.agentidentity_v1beta.types.ApiKeyParams
ApiKey AuthProvider type parameters. This field is a member of oneof_ type.
|
ge_auth_provider |
google.cloud.agentidentity_v1beta.types.GeminiEnterpriseAuthProviderParams
GeminiEnterprise auth_provider type parameters. This field is a member of oneof_ type.
|