Struct azure_devops_rust_api::graph::subject_lookup::Client
source · pub struct Client(_);Implementations§
source§impl Client
impl Client
sourcepub fn lookup_subjects(
&self,
organization: impl Into<String>,
body: impl Into<GraphSubjectLookup>
) -> RequestBuilder
pub fn lookup_subjects( &self, organization: impl Into<String>, body: impl Into<GraphSubjectLookup> ) -> RequestBuilder
Resolve descriptors to users, groups or scopes (Subjects) in a batch.
Arguments:
organization: The name of the Azure DevOps organization.body: A list of descriptors that specifies a subset of subjects to retrieve. Each descriptor uniquely identifies the subject across all instance scopes, but only at a single point in time.