Struct azure_devops_rust_api::graph::membership_states::Client
source · pub struct Client(_);Implementations§
source§impl Client
impl Client
sourcepub fn get(
&self,
organization: impl Into<String>,
subject_descriptor: impl Into<String>
) -> RequestBuilder
pub fn get( &self, organization: impl Into<String>, subject_descriptor: impl Into<String> ) -> RequestBuilder
Check whether a subject is active or inactive.
Arguments:
organization: The name of the Azure DevOps organization.subject_descriptor: Descriptor of the subject (user, group, scope, etc.) to check state of