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 |
Extends
Members
grant :PolicyGrantType
Gets or sets whether the policy is a Deny
Type:
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
policyModel :string
Type:
- string
source :string
Type:
- string
- Overrides:
- Source:
sourceModel :SecurityEntity
Type:
- Overrides:
- Source: