Uses of Class
org.sonar.python.checks.cdk.PolicyStatement
Packages that use PolicyStatement
-
Uses of PolicyStatement in org.sonar.python.checks.cdk
Methods in org.sonar.python.checks.cdk that return PolicyStatementModifier and TypeMethodDescriptionstatic PolicyStatementPolicyStatement.build(SubscriptionContext ctx, CallExpression call) static PolicyStatementPolicyStatement.build(SubscriptionContext ctx, DictionaryLiteral json) Methods in org.sonar.python.checks.cdk with parameters of type PolicyStatementModifier and TypeMethodDescriptionprotected abstract voidAbstractIamPolicyStatementCheck.checkAllowingPolicyStatement(PolicyStatement policyStatement) protected voidIamPolicyPublicAccessCheck.checkAllowingPolicyStatement(PolicyStatement policyStatement) protected voidIamPrivilegeEscalationCheck.checkAllowingPolicyStatement(PolicyStatement policyStatement) protected voidPrivilegePolicyCheck.checkAllowingPolicyStatement(PolicyStatement policyStatement) protected voidResourceAccessPolicyCheck.checkAllowingPolicyStatement(PolicyStatement policyStatement) protected voidAbstractIamPolicyStatementCheck.checkPolicyStatement(PolicyStatement policyStatement) protected voidAbstractIamPolicyStatementCheck.checkPolicyStatementFromJson(PolicyStatement policyStatementFormJson) protected voidIamPolicyPublicAccessCheck.checkPolicyStatementFromJson(PolicyStatement policyStatement)