Free Access Week - Data Engineering + BI
Data Engineering and BI courses are free this week!
Free Access Week - Jun 2-8

paws.security.identity (version 0.5.0)

accessanalyzer_check_access_not_granted: Checks whether the specified access isn't allowed by a policy

Description

Checks whether the specified access isn't allowed by a policy.

See https://www.paws-r-sdk.com/docs/accessanalyzer_check_access_not_granted/ for full documentation.

Usage

accessanalyzer_check_access_not_granted(policyDocument, access, policyType)

Arguments

policyDocument

[required] The JSON policy document to use as the content for the policy.

access

[required] An access object containing the permissions that shouldn't be granted by the specified policy.

policyType

[required] The type of policy. Identity policies grant permissions to IAM principals. Identity policies include managed and inline policies for IAM roles, users, and groups.

Resource policies grant permissions on Amazon Web Services resources. Resource policies include trust policies for IAM roles and bucket policies for Amazon S3 buckets. You can provide a generic input such as identity policy or resource policy or a specific input such as managed policy or Amazon S3 bucket policy.