class Google::Apis::ManagedidentitiesV1::DetachTrustRequest
Request message for DetachTrust
Attributes
trust_prop[RW]
Represents a relationship between two domains. This allows a controller in one domain to authenticate a user in another domain. If the trust is being changed, it will be placed into the UPDATING state, which indicates that the resource is being reconciled. At this point, Get will reflect an intermediate state. Corresponds to the JSON property `trust` @return [Google::Apis::ManagedidentitiesV1::TrustProp]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/managedidentities_v1/classes.rb, line 302 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_v1/classes.rb, line 307 def update!(**args) @trust_prop = args[:trust_prop] if args.key?(:trust_prop) end