Class: Google::Iam::V1beta::CreateWorkloadIdentityPoolRequest
- Inherits:
-
Object
- Object
- Google::Iam::V1beta::CreateWorkloadIdentityPoolRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/iam/v1beta/workload_identity_pool.rb
Overview
Request message for CreateWorkloadIdentityPool.
Instance Attribute Summary collapse
-
#parent ⇒ ::String
Required.
-
#workload_identity_pool ⇒ ::Google::Iam::V1beta::WorkloadIdentityPool
Required.
-
#workload_identity_pool_id ⇒ ::String
Required.
Instance Attribute Details
#parent ⇒ ::String
Returns Required. The parent resource to create the pool in. The only supported
location is global
.
323 324 325 326 |
# File 'proto_docs/google/iam/v1beta/workload_identity_pool.rb', line 323 class CreateWorkloadIdentityPoolRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#workload_identity_pool ⇒ ::Google::Iam::V1beta::WorkloadIdentityPool
Returns Required. The pool to create.
323 324 325 326 |
# File 'proto_docs/google/iam/v1beta/workload_identity_pool.rb', line 323 class CreateWorkloadIdentityPoolRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#workload_identity_pool_id ⇒ ::String
Returns Required. The ID to use for the pool, which becomes the
final component of the resource name. This value should be 4-32 characters,
and may contain the characters [a-z0-9-]. The prefix gcp-
is
reserved for use by Google, and may not be specified.
323 324 325 326 |
# File 'proto_docs/google/iam/v1beta/workload_identity_pool.rb', line 323 class CreateWorkloadIdentityPoolRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |