Skip to main content

request

Function request 

Source
pub fn request<I, R, A, S>(entries: I) -> AccessRequest
where I: IntoIterator<Item = (R, A)>, R: Into<String>, A: IntoIterator<Item = S>, S: Into<String>,
Expand description

Build an access request where each resource requires all listed actions.