GoogleIamAdminV1WorkforcePoolProviderOidcClientSecretValue class
Representation of the value of the client secret.
Constructors
- GoogleIamAdminV1WorkforcePoolProviderOidcClientSecretValue({String? plainText, String? thumbprint})
- GoogleIamAdminV1WorkforcePoolProviderOidcClientSecretValue.fromJson(Map json_)
Properties
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- plainText ↔ String?
- 
  Input only.
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- thumbprint ↔ String?
- 
  A thumbprint to represent the current client secret value.
  getter/setter pair
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toJson() → Map< String, dynamic> 
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited