Show / Hide Table of Contents

Class AppExtensionWebTierPolicyApp

WebTier Policy

Inheritance
object
AppExtensionWebTierPolicyApp
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 AppExtensionWebTierPolicyApp

Properties

ResourceRef

Declaration
[JsonProperty(PropertyName = "resourceRef")]
public bool? ResourceRef { get; set; }
Property Value
Type Description
bool?

If this Attribute is true, resource ref id and resource ref name attributes will we included in wtp json response.
Added In: 19.2.1
SCIM++ Properties:

  • idcsSearchable: false
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: boolean
  • uniqueness: none

WebTierPolicyAZControl

Declaration
[JsonProperty(PropertyName = "webTierPolicyAZControl")]
[JsonConverter(typeof(ResponseEnumConverter))]
public AppExtensionWebTierPolicyApp.WebTierPolicyAZControlEnum? WebTierPolicyAZControl { get; set; }
Property Value
Type Description
AppExtensionWebTierPolicyApp.WebTierPolicyAZControlEnum?

Webtier policy AZ Control
Added In: 19.2.1
SCIM++ Properties:

  • idcsSearchable: false
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: string
  • uniqueness: none

WebTierPolicyJson

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

Store the web tier policy for an application as a string in Javascript Object Notification (JSON) format.
SCIM++ Properties:

  • idcsSearchable: false
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: request
  • type: string
  • uniqueness: none
In this article
Back to top