Show / Hide Table of Contents

Class AppExtensionDbcsApp

This extension provides attributes for database service facet of an App

Inheritance
object
AppExtensionDbcsApp
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.IdentitydomainsService.Models
Assembly: OCI.DotNetSDK.Identitydomains.dll
Syntax
public class AppExtensionDbcsApp

Properties

DomainApp

Declaration
[JsonProperty(PropertyName = "domainApp")]
public AppDomainApp DomainApp { get; set; }
Property Value
Type Description
AppDomainApp

DomainName

Declaration
[JsonProperty(PropertyName = "domainName")]
public string DomainName { get; set; }
Property Value
Type Description
string

The name of the Enterprise Domain that contains any number of DBInstances. If specified, the value must be unique. A non-null value indicates that App represents a DBDomain. A value of null indicates that the App represents an DB-instance.
Added In: 18.2.2
SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: true
  • multiValued: false
  • mutability: immutable
  • required: false
  • returned: default
  • type: string
  • uniqueness: server
In this article
Back to top