Class: Google::Cloud::ManagedIdentities::V1::DetachTrustRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/managedidentities/v1/managed_identities_service.rb

Overview

Request message for [DetachTrust][google.cloud.managedidentities.v1.DetachTrust]

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The resource domain name, project name, and location using the form: projects/{project_id}/locations/global/domains/{domain_name}.

Returns:

  • (::String)

    Required. The resource domain name, project name, and location using the form: projects/{project_id}/locations/global/domains/{domain_name}



232
233
234
235
# File 'proto_docs/google/cloud/managedidentities/v1/managed_identities_service.rb', line 232

class DetachTrustRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#trust::Google::Cloud::ManagedIdentities::V1::Trust

Returns Required. The domain trust resource to removed.

Returns:



232
233
234
235
# File 'proto_docs/google/cloud/managedidentities/v1/managed_identities_service.rb', line 232

class DetachTrustRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end