Sets the principals associated with this policy statement, and returns
this updated Statement object. Principals control which AWS accounts are
affected by this policy statement.
If you don't want to restrict your policy to specific users, you can use AllUsers to apply the policy to any user trying to access your resource.

C# |
[ObsoleteAttribute("The With methods are obsolete and will be removed in version 2 of the AWS SDK for .NET. See http://aws.amazon.com/sdkfornet/#version2 for more information.")] public Statement WithPrincipals( params Principal[] principals )

- principals (array<Principal>[]()[][])
- The list of principals associated with this policy statement.

this instance