Class: Google::Apis::PolicysimulatorV1::GoogleCloudPolicysimulatorV1BindingExplanationAnnotatedMembership

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/policysimulator_v1/classes.rb,
lib/google/apis/policysimulator_v1/representations.rb,
lib/google/apis/policysimulator_v1/representations.rb

Overview

Details about whether the binding includes the principal.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudPolicysimulatorV1BindingExplanationAnnotatedMembership

Returns a new instance of GoogleCloudPolicysimulatorV1BindingExplanationAnnotatedMembership.



208
209
210
# File 'lib/google/apis/policysimulator_v1/classes.rb', line 208

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#membershipString

Indicates whether the binding includes the principal. Corresponds to the JSON property membership

Returns:

  • (String)


200
201
202
# File 'lib/google/apis/policysimulator_v1/classes.rb', line 200

def membership
  @membership
end

#relevanceString

The relevance of the principal's status to the overall determination for the binding. Corresponds to the JSON property relevance

Returns:

  • (String)


206
207
208
# File 'lib/google/apis/policysimulator_v1/classes.rb', line 206

def relevance
  @relevance
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



213
214
215
216
# File 'lib/google/apis/policysimulator_v1/classes.rb', line 213

def update!(**args)
  @membership = args[:membership] if args.key?(:membership)
  @relevance = args[:relevance] if args.key?(:relevance)
end