WorkforcePoolProvider constructor

WorkforcePoolProvider({
  1. String? attributeCondition,
  2. Map<String, String>? attributeMapping,
  3. String? description,
  4. bool? disabled,
  5. String? displayName,
  6. String? expireTime,
  7. String? name,
  8. GoogleIamAdminV1WorkforcePoolProviderOidc? oidc,
  9. GoogleIamAdminV1WorkforcePoolProviderSaml? saml,
  10. String? state,
})

Implementation

WorkforcePoolProvider({
  this.attributeCondition,
  this.attributeMapping,
  this.description,
  this.disabled,
  this.displayName,
  this.expireTime,
  this.name,
  this.oidc,
  this.saml,
  this.state,
});