AppExtensionWebTierPolicyApp

class oci.identity_domains.models.AppExtensionWebTierPolicyApp(**kwargs)

Bases: object

WebTier Policy

Attributes

WEB_TIER_POLICY_AZ_CONTROL_LOCAL A constant which can be used with the web_tier_policy_az_control property of a AppExtensionWebTierPolicyApp.
WEB_TIER_POLICY_AZ_CONTROL_SERVER A constant which can be used with the web_tier_policy_az_control property of a AppExtensionWebTierPolicyApp.
resource_ref Gets the resource_ref of this AppExtensionWebTierPolicyApp.
web_tier_policy_az_control Gets the web_tier_policy_az_control of this AppExtensionWebTierPolicyApp.
web_tier_policy_json Gets the web_tier_policy_json of this AppExtensionWebTierPolicyApp.

Methods

__init__(**kwargs) Initializes a new AppExtensionWebTierPolicyApp object with values from keyword arguments.
WEB_TIER_POLICY_AZ_CONTROL_LOCAL = 'local'

A constant which can be used with the web_tier_policy_az_control property of a AppExtensionWebTierPolicyApp. This constant has a value of “local”

WEB_TIER_POLICY_AZ_CONTROL_SERVER = 'server'

A constant which can be used with the web_tier_policy_az_control property of a AppExtensionWebTierPolicyApp. This constant has a value of “server”

__init__(**kwargs)

Initializes a new AppExtensionWebTierPolicyApp object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • web_tier_policy_json (str) – The value to assign to the web_tier_policy_json property of this AppExtensionWebTierPolicyApp.
  • web_tier_policy_az_control (str) – The value to assign to the web_tier_policy_az_control property of this AppExtensionWebTierPolicyApp. Allowed values for this property are: “server”, “local”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • resource_ref (bool) – The value to assign to the resource_ref property of this AppExtensionWebTierPolicyApp.
resource_ref

Gets the resource_ref of this AppExtensionWebTierPolicyApp. 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
Returns:The resource_ref of this AppExtensionWebTierPolicyApp.
Return type:bool
web_tier_policy_az_control

Gets the web_tier_policy_az_control of this AppExtensionWebTierPolicyApp. 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

Allowed values for this property are: “server”, “local”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The web_tier_policy_az_control of this AppExtensionWebTierPolicyApp.
Return type:str
web_tier_policy_json

Gets the web_tier_policy_json of this AppExtensionWebTierPolicyApp. 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
Returns:The web_tier_policy_json of this AppExtensionWebTierPolicyApp.
Return type:str