GoogleIamAdminV1WorkforcePoolProviderOidcClientSecretValue constructor

GoogleIamAdminV1WorkforcePoolProviderOidcClientSecretValue({
  1. String? plainText,
  2. String? thumbprint,
})

Implementation

GoogleIamAdminV1WorkforcePoolProviderOidcClientSecretValue({
  this.plainText,
  this.thumbprint,
});