
Interface IAuthRuleBuilderOperationNamedAndScoped
public interface IAuthRuleBuilderOperationNamedAndScoped
-
Method Summary
Modifier and TypeMethodDescriptionResponses for this operation will not be checkedResponses for this operation must be authorized by other rules.
-
Method Details
-
andAllowAllResponses
Responses for this operation will not be checked -
andRequireExplicitResponseAuthorization
Responses for this operation must be authorized by other rules. For example, if this rule is authorizing the Patient $everything operation, there must be a separate rule (or rules) that actually authorize the user to read the resources being returned
-