AppExtensionEnterpriseAppApp

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

Bases: object

This extension defines the Enterprise App related attributes.

Methods

__init__(**kwargs) Initializes a new AppExtensionEnterpriseAppApp object with values from keyword arguments.

Attributes

allow_authz_decision_ttl Gets the allow_authz_decision_ttl of this AppExtensionEnterpriseAppApp.
allow_authz_policy Gets the allow_authz_policy of this AppExtensionEnterpriseAppApp.
app_resources Gets the app_resources of this AppExtensionEnterpriseAppApp.
deny_authz_decision_ttl Gets the deny_authz_decision_ttl of this AppExtensionEnterpriseAppApp.
deny_authz_policy Gets the deny_authz_policy of this AppExtensionEnterpriseAppApp.
__init__(**kwargs)

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

Parameters:
  • app_resources (list[oci.identity_domains.models.AppAppResources]) – The value to assign to the app_resources property of this AppExtensionEnterpriseAppApp.
  • deny_authz_policy (oci.identity_domains.models.AppDenyAuthzPolicy) – The value to assign to the deny_authz_policy property of this AppExtensionEnterpriseAppApp.
  • allow_authz_policy (oci.identity_domains.models.AppAllowAuthzPolicy) – The value to assign to the allow_authz_policy property of this AppExtensionEnterpriseAppApp.
  • allow_authz_decision_ttl (int) – The value to assign to the allow_authz_decision_ttl property of this AppExtensionEnterpriseAppApp.
  • deny_authz_decision_ttl (int) – The value to assign to the deny_authz_decision_ttl property of this AppExtensionEnterpriseAppApp.
allow_authz_decision_ttl

Gets the allow_authz_decision_ttl of this AppExtensionEnterpriseAppApp. Allow Authz policy decision expiry time in seconds.

Added In: 19.2.1

SCIM++ Properties:
  • idcsMaxValue: 3600
  • idcsMinValue: 0
  • idcsSearchable: false
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: integer
  • uniqueness: none
Returns:The allow_authz_decision_ttl of this AppExtensionEnterpriseAppApp.
Return type:int
allow_authz_policy

Gets the allow_authz_policy of this AppExtensionEnterpriseAppApp.

Returns:The allow_authz_policy of this AppExtensionEnterpriseAppApp.
Return type:oci.identity_domains.models.AppAllowAuthzPolicy
app_resources

Gets the app_resources of this AppExtensionEnterpriseAppApp. A list of AppResources of this App.

Added In: 19.2.1

SCIM++ Properties:
  • caseExact: true
  • idcsCompositeKey: [value]
  • idcsSearchable: true
  • multiValued: true
  • mutability: readWrite
  • required: false
  • returned: default
  • type: complex
Returns:The app_resources of this AppExtensionEnterpriseAppApp.
Return type:list[oci.identity_domains.models.AppAppResources]
deny_authz_decision_ttl

Gets the deny_authz_decision_ttl of this AppExtensionEnterpriseAppApp. Deny Authz policy decision expiry time in seconds.

Added In: 19.2.1

SCIM++ Properties:
  • idcsMaxValue: 3600
  • idcsMinValue: 0
  • idcsSearchable: false
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: integer
  • uniqueness: none
Returns:The deny_authz_decision_ttl of this AppExtensionEnterpriseAppApp.
Return type:int
deny_authz_policy

Gets the deny_authz_policy of this AppExtensionEnterpriseAppApp.

Returns:The deny_authz_policy of this AppExtensionEnterpriseAppApp.
Return type:oci.identity_domains.models.AppDenyAuthzPolicy