Class: AuthorizationServerPolicyRule

AuthorizationServerPolicyRule


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
authServerId string
policyId string

deactivate(authServerId, policyId)

Parameters:
Name Type Description
authServerId string
policyId string

delete(policyId, authServerId)

Parameters:
Name Type Description
policyId string
authServerId string

update(policyId, authServerId)

Parameters:
Name Type Description
policyId string
authServerId string
Returns:
Type
Promise.<AuthorizationServerPolicyRule>