Reference documentation and code samples for the Google IAM V1beta API class Google::Iam::V1beta::UpdateWorkloadIdentityPoolRequest.
Request message for UpdateWorkloadIdentityPool.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
Returns
- (::Google::Protobuf::FieldMask) — Required. The list of fields update.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
- value (::Google::Protobuf::FieldMask) — Required. The list of fields update.
Returns
- (::Google::Protobuf::FieldMask) — Required. The list of fields update.
#workload_identity_pool
def workload_identity_pool() -> ::Google::Iam::V1beta::WorkloadIdentityPool
Returns
-
(::Google::Iam::V1beta::WorkloadIdentityPool) — Required. The pool to update. The
name
field is used to identify the pool.
#workload_identity_pool=
def workload_identity_pool=(value) -> ::Google::Iam::V1beta::WorkloadIdentityPool
Parameter
-
value (::Google::Iam::V1beta::WorkloadIdentityPool) — Required. The pool to update. The
name
field is used to identify the pool.
Returns
-
(::Google::Iam::V1beta::WorkloadIdentityPool) — Required. The pool to update. The
name
field is used to identify the pool.