class Google::Apis::ServicecontrolV1::ThirdPartyPrincipal
Third party identity principal.
Attributes
third_party_claims[RW]
Metadata about third party identity. Corresponds to the JSON property `thirdPartyClaims` @return [Hash<String,Object>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/servicecontrol_v1/classes.rb, line 2296 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/servicecontrol_v1/classes.rb, line 2301 def update!(**args) @third_party_claims = args[:third_party_claims] if args.key?(:third_party_claims) end