Get a specific rule

GET {{HOST}}/admin/v1/Rules/{{ruleID}}

Use this example to get information about a specific rule.

Use the ruleID in the request to retrieve a specific rule.

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring

RESPONSES

status: OK

{"idcsLastModifiedBy":{"type":"App","value":"d6848464b9aa404b95a30ddba7a5f91a","display":"idcssm","$ref":"https://tenant-base-url/admin/v1/Apps/d6848464b9aa404b95a30ddba7a5f91a"},"description":"Simply evaluates to true and returns default authentication target app id i.e IDCSAppId.","idcsCreatedBy":{"type":"App","display":"idcssm","value":"d6848464b9aa404b95a30ddba7a5f91a","$ref":"https://tenant-base-url/admin/v1/Apps/d6848464b9aa404b95a30ddba7a5f91a"},"id":"DefaultAuthenticationTargetAppPolicyRule","meta":{"created":"2018-11-01T11:13:29.663Z","lastModified":"2018-11-01T11:13:29.663Z","resourceType":"Rule","location":"https://tenant-base-url/admin/v1/Rules/DefaultAuthenticationTargetAppPolicyRule"},"name":"Default Authentication Target App Policy Rule","policyType":{"value":"AuthenticationTargetApp","$ref":"https://tenant-base-url/admin/v1/PolicyTypes/AuthenticationTargetApp"},"conditionGroup":{"value":"AlwaysTrueCondition","type":"Condition","$ref":"https://tenant-base-url/admin/v1/Conditions/AlwaysTrueCondition"},"return":[{"name":"appId","value":"IDCSAppId"}],"schemas":["urn:ietf:params:scim:schemas:oracle:idcs:Rule"]}