Class: Google::Iam::V1beta::CreateWorkloadIdentityPoolRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#parent::String

Returns Required. The parent resource to create the pool in. The only supported location is global.

Returns:

  • (::String)

    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.

Returns:



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.

Returns:

  • (::String)

    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