Show / Hide Table of Contents

Class CloudGateExtMappings

A list of Cloud Gate Mappings that map Apps to this Cloud Gate

Inheritance
object
CloudGateExtMappings
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 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
SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none

MappingId

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

The id of the Cloud Gate Mapping
SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none

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
Added In: 19.2.1
SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none

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
SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none

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
SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none

ProxyPass

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

NGINX ProxyPass entry for this Mapping
SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none

Ref

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

URI of the App being mapped to
SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: reference
  • uniqueness: none

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
SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: true
  • returned: default
  • type: string
  • uniqueness: none
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
SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: true
  • returned: default
  • type: string
  • uniqueness: none
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
Added In: 20.1.3
SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none

Value

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

The id of the App being mapped to
SCIM++ Properties:

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