Class AppExtensionWebTierPolicyApp
WebTier Policy
Inherited Members
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.
|
WebTierPolicyAZControl
Declaration
[JsonProperty(PropertyName = "webTierPolicyAZControl")]
[JsonConverter(typeof(ResponseEnumConverter))]
public AppExtensionWebTierPolicyApp.WebTierPolicyAZControlEnum? WebTierPolicyAZControl { get; set; }
Property Value
Type | Description |
---|---|
AppExtensionWebTierPolicyApp.WebTierPolicyAZControlEnum? | Webtier policy AZ Control
|
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.
|