Class: SecurityPolicyInstance

SecurityPolicyInstance(copyData)

new SecurityPolicyInstance(copyData)

Represents a security policy instance

Parameters:
Name Type Description
copyData SecurityPolicyInstance Copy constructor (if present)
Properties:
Name Type Description
policy string Gets or sets the policy key
policyModel string [Delay loaded from policy], The policy
grant PolicyGrantType Gets or sets whether the policy is a Deny(see: PolicyGrantType for values)
modifiedOn Date
source string
sourceModel SecurityEntity [Delay loaded from source],
id string Gets or sets the primary identifying UUID of this object
operation BatchOperationType Gets or sets the operation(see: BatchOperationType for values)
$type string Gets the type registration of this object
Source:

Extends

Members

grant :PolicyGrantType

Gets or sets whether the policy is a Deny

Type:
Source:

id :string

Gets or sets the primary identifying UUID of this object

Type:
  • string
Overrides:
Source:

modifiedOn :Date

Type:
  • Date
Overrides:
Source:

operation :BatchOperationType

Gets or sets the operation

Type:
Overrides:
Source:

policy :string

Gets or sets the policy key

Type:
  • string
Source:

policyModel :string

Type:
  • string
Source:

source :string

Type:
  • string
Overrides:
Source:

sourceModel :SecurityEntity

Type:
Overrides:
Source: