Class UpdatePropertySetOracleDatabaseExternalAuthenticationDetails
Contains the update details of an Oracle Database External Authentication property set
Inheritance
UpdatePropertySetOracleDatabaseExternalAuthenticationDetails
Inherited Members
Namespace: Oci.DatabasetoolsruntimeService.Models
Assembly: OCI.DotNetSDK.Databasetoolsruntime.dll
Syntax
public class UpdatePropertySetOracleDatabaseExternalAuthenticationDetails : UpdatePropertySetDetails
Properties
IdentityProvider
Declaration
[Required(ErrorMessage = "IdentityProvider is required.")]
[JsonProperty(PropertyName = "identityProvider")]
public PropertySetOracleDatabaseExternalAuthenticationIdentityProvider IdentityProvider { get; set; }
Property Value
| Type | Description |
|---|---|
| PropertySetOracleDatabaseExternalAuthenticationIdentityProvider |
Remarks
Required