Values_1.AssetBundleResourcePermissionsSourceA structure that contains the permissions for the resource that you want to override in an asset bundle import job.
type nonrec t = {principals : AssetBundlePrincipalList.t;A list of principals to grant permissions on.
*)actions : Values_0.ActionList.t;A list of IAM actions to grant permissions on.
*)}val make :
principals:AssetBundlePrincipalList.t ->
actions:Values_0.ActionList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `List of [> `String of Principal.t ] list ]) list ]