new AuthorizationServerPolicyRule()
Properties:
| Name | Type | Description |
|---|---|---|
actions |
AuthorizationServerPolicyRuleActions | |
conditions |
AuthorizationServerPolicyRuleConditions | |
created |
dateTime | |
id |
string | |
lastUpdated |
dateTime | |
name |
string | |
priority |
integer | |
status |
string | |
system |
boolean | |
type |
string |
Extends
Methods
-
activate(authServerId, policyId)
-
Parameters:
Name Type Description authServerIdstring policyIdstring -
deactivate(authServerId, policyId)
-
Parameters:
Name Type Description authServerIdstring policyIdstring -
delete(policyId, authServerId)
-
Parameters:
Name Type Description policyIdstring authServerIdstring -
update(policyId, authServerId)
-
Parameters:
Name Type Description policyIdstring authServerIdstring Returns:
- Type
- Promise.<AuthorizationServerPolicyRule>