Class: Google::Iam::V1beta::WorkloadIdentityPoolProvider::Oidc
- Inherits:
-
Object
- Object
- Google::Iam::V1beta::WorkloadIdentityPoolProvider::Oidc
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/iam/v1beta/workload_identity_pool.rb
Overview
Represents an OpenId Connect 1.0 identity provider.
Instance Attribute Summary collapse
-
#allowed_audiences ⇒ ::Array<::String>
Acceptable values for the
aud
field (audience) in the OIDC token. -
#issuer_uri ⇒ ::String
Required.
Instance Attribute Details
#allowed_audiences ⇒ ::Array<::String>
236 237 238 239 |
# File 'proto_docs/google/iam/v1beta/workload_identity_pool.rb', line 236 class Oidc include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#issuer_uri ⇒ ::String
236 237 238 239 |
# File 'proto_docs/google/iam/v1beta/workload_identity_pool.rb', line 236 class Oidc include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |