Class: Google::Apis::ManagedidentitiesV1beta1::AttachTrustRequest
- Inherits:
-
Object
- Object
- Google::Apis::ManagedidentitiesV1beta1::AttachTrustRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/managedidentities_v1beta1/classes.rb,
generated/google/apis/managedidentities_v1beta1/representations.rb,
generated/google/apis/managedidentities_v1beta1/representations.rb
Overview
Request message for AttachTrust
Instance Attribute Summary collapse
-
#trust_prop ⇒ Google::Apis::ManagedidentitiesV1beta1::TrustProp
Represents a relationship between two domains.
Instance Method Summary collapse
-
#initialize(**args) ⇒ AttachTrustRequest
constructor
A new instance of AttachTrustRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ AttachTrustRequest
Returns a new instance of AttachTrustRequest.
36 37 38 |
# File 'generated/google/apis/managedidentities_v1beta1/classes.rb', line 36 def initialize(**args) update!(**args) end |
Instance Attribute Details
#trust_prop ⇒ Google::Apis::ManagedidentitiesV1beta1::TrustProp
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
34 35 36 |
# File 'generated/google/apis/managedidentities_v1beta1/classes.rb', line 34 def trust_prop @trust_prop end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
41 42 43 |
# File 'generated/google/apis/managedidentities_v1beta1/classes.rb', line 41 def update!(**args) @trust_prop = args[:trust_prop] if args.key?(:trust_prop) end |