Class CloudGateMappingUpstreamServerGroup
Reference to upstream block for this mapping
Added In: 20.1.3
SCIM++ Properties:
- caseExact: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
Inherited Members
Namespace: Oci.IdentitydomainsService.Models
Assembly: OCI.DotNetSDK.Identitydomains.dll
Syntax
public class CloudGateMappingUpstreamServerGroup
Properties
Ref
Declaration
[JsonProperty(PropertyName = "$ref")]
public string Ref { get; set; }
Property Value
Type | Description |
---|---|
string | The URI to the upstream block entry
|
Ssl
Declaration
[JsonProperty(PropertyName = "ssl")]
public bool? Ssl { get; set; }
Property Value
Type | Description |
---|---|
bool? | SSL flag for the Upstream Block
|
Value
Declaration
[JsonProperty(PropertyName = "value")]
public string Value { get; set; }
Property Value
Type | Description |
---|---|
string | The id of the upstream block entry.
|