WorkforcePoolProvider constructor
WorkforcePoolProvider({
- String? attributeCondition,
- Map<
String, String> ? attributeMapping, - String? description,
- bool? disabled,
- String? displayName,
- String? expireTime,
- GoogleIamAdminV1WorkforcePoolProviderExtraAttributesOAuth2Client? extraAttributesOauth2Client,
- String? name,
- GoogleIamAdminV1WorkforcePoolProviderOidc? oidc,
- GoogleIamAdminV1WorkforcePoolProviderSaml? saml,
- String? state,
Implementation
WorkforcePoolProvider({
this.attributeCondition,
this.attributeMapping,
this.description,
this.disabled,
this.displayName,
this.expireTime,
this.extraAttributesOauth2Client,
this.name,
this.oidc,
this.saml,
this.state,
});