Skip to main content

record_denied

Function record_denied 

Source
fn record_denied<T>(
    cache: &CapabilityCache,
    profile_id: &ProfileId,
    bucket_id: &BucketId,
    iam_action: &str,
    result: &Result<SectionResult<T>, AppError>,
)
Expand description

Record a Denied capability into the cache when the section is Denied.