Class: Google::Cloud::ManagedIdentities::V1::ValidateTrustRequest

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 [ValidateTrust][google.cloud.managedidentities.v1.ValidateTrust]

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}



246
247
248
249
# File 'proto_docs/google/cloud/managedidentities/v1/managed_identities_service.rb', line 246

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

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

Returns Required. The domain trust to validate trust state for.

Returns:



246
247
248
249
# File 'proto_docs/google/cloud/managedidentities/v1/managed_identities_service.rb', line 246

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