class Google::Apis::ManagedidentitiesV1::AttachTrustRequest

Request message for AttachTrust

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 37
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 42
def update!(**args)
  @trust_prop = args[:trust_prop] if args.key?(:trust_prop)
end