Show / Hide Table of Contents

Class AppExtensionEnterpriseAppApp

This extension defines the Enterprise App related attributes.

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

Properties

AllowAuthzDecisionTTL

Declaration
[JsonProperty(PropertyName = "allowAuthzDecisionTTL")]
public int? AllowAuthzDecisionTTL { get; set; }
Property Value
Type Description
int?

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

AllowAuthzPolicy

Declaration
[JsonProperty(PropertyName = "allowAuthzPolicy")]
public AppAllowAuthzPolicy AllowAuthzPolicy { get; set; }
Property Value
Type Description
AppAllowAuthzPolicy

AppResources

Declaration
[JsonProperty(PropertyName = "appResources")]
public List<AppAppResources> AppResources { get; set; }
Property Value
Type Description
List<AppAppResources>

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

DenyAuthzDecisionTTL

Declaration
[JsonProperty(PropertyName = "denyAuthzDecisionTTL")]
public int? DenyAuthzDecisionTTL { get; set; }
Property Value
Type Description
int?

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

DenyAuthzPolicy

Declaration
[JsonProperty(PropertyName = "denyAuthzPolicy")]
public AppDenyAuthzPolicy DenyAuthzPolicy { get; set; }
Property Value
Type Description
AppDenyAuthzPolicy
In this article
Back to top