Class AppAliasApps
Each value of this internal attribute refers to an Oracle Public Cloud infrastructure App on which this App depends.
Inherited Members
Namespace: Oci.IdentitydomainsService.Models
Assembly: OCI.DotNetSDK.Identitydomains.dll
Syntax
public class AppAliasApps
  Properties
Description
Declaration
[JsonProperty(PropertyName = "description")]
public string Description { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | Description of the alias App.
 
  | 
      
Display
Declaration
[JsonProperty(PropertyName = "display")]
public string Display { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | Display name of the alias App.
 
  | 
      
Ref
Declaration
[JsonProperty(PropertyName = "$ref")]
public string Ref { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | URI of the alias App.
 
  | 
      
Value
Declaration
[Required(ErrorMessage = "Value is required.")]
[JsonProperty(PropertyName = "value")]
public string Value { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | ID of the alias App.
 
  | 
      
Remarks
Required