public sealed class IdpConfig : IMessage<IdpConfig>, IEquatable<IdpConfig>, IDeepCloneable<IdpConfig>, IBufferMessage, IMessageReference documentation and code samples for the Discovery Engine v1beta API class IdpConfig.
Identity Provider Config.
Implements
IMessageIdpConfig, IEquatableIdpConfig, IDeepCloneableIdpConfig, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1BetaAssembly
Google.Cloud.DiscoveryEngine.V1Beta.dll
Constructors
IdpConfig()
public IdpConfig()IdpConfig(IdpConfig)
public IdpConfig(IdpConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
IdpConfig |
Properties
ExternalIdpConfig
public IdpConfig.Types.ExternalIdpConfig ExternalIdpConfig { get; set; }External Identity provider config.
| Property Value | |
|---|---|
| Type | Description |
IdpConfigTypesExternalIdpConfig |
|
IdpType
public IdpConfig.Types.IdpType IdpType { get; set; }Identity provider type configured.
| Property Value | |
|---|---|
| Type | Description |
IdpConfigTypesIdpType |
|