class Google::Apis::ManagedidentitiesV1beta1::ValidateTrustRequest
Request message for ValidateTrust
Attributes
trust_prop[RW]
Represents a relationship between two domains. This allows a controller in one domain to authenticate a user in another domain. Corresponds to the JSON property `trust` @return [Google::Apis::ManagedidentitiesV1beta1::TrustProp]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/managedidentities_v1beta1/classes.rb, line 2080 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/managedidentities_v1beta1/classes.rb, line 2085 def update!(**args) @trust_prop = args[:trust_prop] if args.key?(:trust_prop) end