Show / Hide Table of Contents

Class PropertySetOracleDatabaseExternalAuthentication

Contains the details of Oracle Database External Authentication property set

Inheritance
object
PropertySet
PropertySetOracleDatabaseExternalAuthentication
Inherited Members
PropertySet.IsMutable
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatabasetoolsruntimeService.Models
Assembly: OCI.DotNetSDK.Databasetoolsruntime.dll
Syntax
public class PropertySetOracleDatabaseExternalAuthentication : PropertySet

Properties

IdentityProvider

Declaration
[JsonProperty(PropertyName = "identityProvider")]
public PropertySetOracleDatabaseExternalAuthenticationIdentityProvider IdentityProvider { get; set; }
Property Value
Type Description
PropertySetOracleDatabaseExternalAuthenticationIdentityProvider
In this article
Back to top