public sealed class IdpConfig.Types.ExternalIdpConfig : IMessage<IdpConfig.Types.ExternalIdpConfig>, IEquatable<IdpConfig.Types.ExternalIdpConfig>, IDeepCloneable<IdpConfig.Types.ExternalIdpConfig>, IBufferMessage, IMessageReference documentation and code samples for the Discovery Engine v1beta API class IdpConfig.Types.ExternalIdpConfig.
Third party IDP Config.
Implements
IMessageIdpConfigTypesExternalIdpConfig, IEquatableIdpConfigTypesExternalIdpConfig, IDeepCloneableIdpConfigTypesExternalIdpConfig, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1BetaAssembly
Google.Cloud.DiscoveryEngine.V1Beta.dll
Constructors
ExternalIdpConfig()
public ExternalIdpConfig()ExternalIdpConfig(ExternalIdpConfig)
public ExternalIdpConfig(IdpConfig.Types.ExternalIdpConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
IdpConfigTypesExternalIdpConfig |
Properties
WorkforcePoolName
public string WorkforcePoolName { get; set; }Workforce pool name. Example: "locations/global/workforcePools/pool_id"
| Property Value | |
|---|---|
| Type | Description |
string |
|