GoogleCloudIdentitytoolkitAdminV2InboundSamlConfig constructor
GoogleCloudIdentitytoolkitAdminV2InboundSamlConfig({
- String? displayName,
- bool? enabled,
- GoogleCloudIdentitytoolkitAdminV2IdpConfig? idpConfig,
- String? name,
- GoogleCloudIdentitytoolkitAdminV2SpConfig? spConfig,
Implementation
GoogleCloudIdentitytoolkitAdminV2InboundSamlConfig({
this.displayName,
this.enabled,
this.idpConfig,
this.name,
this.spConfig,
});