Class: Google::Apis::IamV1::GoogleIamAdminV1WorkforcePoolProviderOidcClientSecret

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

Overview

Representation of a client secret configured for the OIDC provider.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleIamAdminV1WorkforcePoolProviderOidcClientSecret

Returns a new instance of GoogleIamAdminV1WorkforcePoolProviderOidcClientSecret.



794
795
796
# File 'lib/google/apis/iam_v1/classes.rb', line 794

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

Instance Attribute Details

#valueGoogle::Apis::IamV1::GoogleIamAdminV1WorkforcePoolProviderOidcClientSecretValue

Representation of the value of the client secret. Corresponds to the JSON property value



792
793
794
# File 'lib/google/apis/iam_v1/classes.rb', line 792

def value
  @value
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



799
800
801
# File 'lib/google/apis/iam_v1/classes.rb', line 799

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