Class CloudGateExtMappings
A list of Cloud Gate Mappings that map Apps to this Cloud Gate
Inherited Members
Namespace: Oci.IdentitydomainsService.Models
Assembly: OCI.DotNetSDK.Identitydomains.dll
Syntax
public class CloudGateExtMappings
Properties
AppId
Declaration
[JsonProperty(PropertyName = "appId")]
public string AppId { get; set; }
Property Value
Type | Description |
---|---|
string | The ID of the App being mapped to
|
MappingId
Declaration
[JsonProperty(PropertyName = "mappingId")]
public string MappingId { get; set; }
Property Value
Type | Description |
---|---|
string | The id of the Cloud Gate Mapping
|
Name
Declaration
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string | The name (Client ID) of the App being mapped to
|
NginxSettings
Declaration
[JsonProperty(PropertyName = "nginxSettings")]
public string NginxSettings { get; set; }
Property Value
Type | Description |
---|---|
string | More NGINX Settings. JSON encoded key value pairs similar to WTP encoding
|
PolicyName
Declaration
[JsonProperty(PropertyName = "policyName")]
public string PolicyName { get; set; }
Property Value
Type | Description |
---|---|
string | The Web Tier policy name used for the App that is mapped to this Cloud Gate
|
ProxyPass
Declaration
[JsonProperty(PropertyName = "proxyPass")]
public string ProxyPass { get; set; }
Property Value
Type | Description |
---|---|
string | NGINX ProxyPass entry for this Mapping
|
Ref
Declaration
[JsonProperty(PropertyName = "$ref")]
public string Ref { get; set; }
Property Value
Type | Description |
---|---|
string | URI of the App being mapped to
|
ResourcePrefix
Declaration
[Required(ErrorMessage = "ResourcePrefix is required.")]
[JsonProperty(PropertyName = "resourcePrefix")]
public string ResourcePrefix { get; set; }
Property Value
Type | Description |
---|---|
string | Resource prefix for this mapping. This will be used to define the location block
|
Remarks
Required
ServerId
Declaration
[Required(ErrorMessage = "ServerId is required.")]
[JsonProperty(PropertyName = "serverId")]
public string ServerId { get; set; }
Property Value
Type | Description |
---|---|
string | Server Instance for the Mapping. This is one of the server IDs(server blocks) from the associated Cloud Gate list
|
Remarks
Required
UpstreamServerGroupId
Declaration
[JsonProperty(PropertyName = "upstreamServerGroupId")]
public string UpstreamServerGroupId { get; set; }
Property Value
Type | Description |
---|---|
string | Upstream server group instance for the Mapping. This is one of the upstream server group IDs(upstream blocks) from the associated Cloud Gate list
|
Value
Declaration
[JsonProperty(PropertyName = "value")]
public string Value { get; set; }
Property Value
Type | Description |
---|---|
string | The id of the App being mapped to
|