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.



845
846
847
# File 'lib/google/apis/iam_v1/classes.rb', line 845

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



843
844
845
# File 'lib/google/apis/iam_v1/classes.rb', line 843

def value
  @value
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



850
851
852
# File 'lib/google/apis/iam_v1/classes.rb', line 850

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