pub struct ServicePrincipalsIdApiClient { /* private fields */ }
Implementations§
Source§impl ServicePrincipalsIdApiClient
impl ServicePrincipalsIdApiClient
pub fn owner<ID: AsRef<str>>( &self, id: ID, ) -> ServicePrincipalsOwnersIdApiClient
pub fn member_of(&self) -> MemberOfApiClient
pub fn transitive_member_of(&self) -> TransitiveMemberOfApiClient
pub fn owners(&self) -> ServicePrincipalsOwnersApiClient
Sourcepub fn delete_service_principal(&self) -> RequestHandler
pub fn delete_service_principal(&self) -> RequestHandler
Delete servicePrincipal
Sourcepub fn get_service_principal(&self) -> RequestHandler
pub fn get_service_principal(&self) -> RequestHandler
Get servicePrincipal
Sourcepub fn update_service_principal<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn update_service_principal<B: BodyExt>(&self, body: B) -> RequestHandler
Update entity in servicePrincipals
Sourcepub fn add_key<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn add_key<B: BodyExt>(&self, body: B) -> RequestHandler
Invoke action addKey
Sourcepub fn add_password<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn add_password<B: BodyExt>(&self, body: B) -> RequestHandler
Invoke action addPassword
Sourcepub fn add_token_signing_certificate<B: BodyExt>(
&self,
body: B,
) -> RequestHandler
pub fn add_token_signing_certificate<B: BodyExt>( &self, body: B, ) -> RequestHandler
Invoke action addTokenSigningCertificate
Sourcepub fn list_app_management_policies(&self) -> RequestHandler
pub fn list_app_management_policies(&self) -> RequestHandler
Get appManagementPolicies from servicePrincipals
Sourcepub fn count(&self) -> RequestHandler
pub fn count(&self) -> RequestHandler
Get the number of the resource
Sourcepub fn get_app_management_policies(
&self,
app_management_policy_id: impl AsRef<str>,
) -> RequestHandler
pub fn get_app_management_policies( &self, app_management_policy_id: impl AsRef<str>, ) -> RequestHandler
Get appManagementPolicies from servicePrincipals
Sourcepub fn create_app_role_assigned_to<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn create_app_role_assigned_to<B: BodyExt>(&self, body: B) -> RequestHandler
Grant an appRoleAssignment for a service principal
Sourcepub fn list_app_role_assigned_to(&self) -> RequestHandler
pub fn list_app_role_assigned_to(&self) -> RequestHandler
List appRoleAssignments granted for a service principal
Sourcepub fn get_app_role_assigned_to_count(&self) -> RequestHandler
pub fn get_app_role_assigned_to_count(&self) -> RequestHandler
Get the number of the resource
Sourcepub fn delete_app_role_assigned_to(
&self,
app_role_assignment_id: impl AsRef<str>,
) -> RequestHandler
pub fn delete_app_role_assigned_to( &self, app_role_assignment_id: impl AsRef<str>, ) -> RequestHandler
Delete navigation property appRoleAssignedTo for servicePrincipals
Sourcepub fn get_app_role_assigned_to(
&self,
app_role_assignment_id: impl AsRef<str>,
) -> RequestHandler
pub fn get_app_role_assigned_to( &self, app_role_assignment_id: impl AsRef<str>, ) -> RequestHandler
Get appRoleAssignedTo from servicePrincipals
Sourcepub fn update_app_role_assigned_to<B: BodyExt>(
&self,
app_role_assignment_id: impl AsRef<str>,
body: B,
) -> RequestHandler
pub fn update_app_role_assigned_to<B: BodyExt>( &self, app_role_assignment_id: impl AsRef<str>, body: B, ) -> RequestHandler
Update the navigation property appRoleAssignedTo in servicePrincipals
Sourcepub fn list_app_role_assignments(&self) -> RequestHandler
pub fn list_app_role_assignments(&self) -> RequestHandler
Get appRoleAssignments from servicePrincipals
Sourcepub fn create_app_role_assignments<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn create_app_role_assignments<B: BodyExt>(&self, body: B) -> RequestHandler
Grant an appRoleAssignment to a service principal
Sourcepub fn get_app_role_assignments_count(&self) -> RequestHandler
pub fn get_app_role_assignments_count(&self) -> RequestHandler
Get the number of the resource
Sourcepub fn delete_app_role_assignments(
&self,
app_role_assignment_id: impl AsRef<str>,
) -> RequestHandler
pub fn delete_app_role_assignments( &self, app_role_assignment_id: impl AsRef<str>, ) -> RequestHandler
Delete navigation property appRoleAssignments for servicePrincipals
Sourcepub fn get_app_role_assignments(
&self,
app_role_assignment_id: impl AsRef<str>,
) -> RequestHandler
pub fn get_app_role_assignments( &self, app_role_assignment_id: impl AsRef<str>, ) -> RequestHandler
Get appRoleAssignments from servicePrincipals
Sourcepub fn update_app_role_assignments<B: BodyExt>(
&self,
app_role_assignment_id: impl AsRef<str>,
body: B,
) -> RequestHandler
pub fn update_app_role_assignments<B: BodyExt>( &self, app_role_assignment_id: impl AsRef<str>, body: B, ) -> RequestHandler
Update the navigation property appRoleAssignments in servicePrincipals
Sourcepub fn check_member_groups<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn check_member_groups<B: BodyExt>(&self, body: B) -> RequestHandler
Invoke action checkMemberGroups
Sourcepub fn check_member_objects<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn check_member_objects<B: BodyExt>(&self, body: B) -> RequestHandler
Invoke action checkMemberObjects
Sourcepub fn list_claims_mapping_policies(&self) -> RequestHandler
pub fn list_claims_mapping_policies(&self) -> RequestHandler
List assigned claimsMappingPolicy
Sourcepub fn get_claims_mapping_policies_count(&self) -> RequestHandler
pub fn get_claims_mapping_policies_count(&self) -> RequestHandler
Get the number of the resource
Sourcepub fn create_ref_claims_mapping_policies<B: BodyExt>(
&self,
body: B,
) -> RequestHandler
pub fn create_ref_claims_mapping_policies<B: BodyExt>( &self, body: B, ) -> RequestHandler
Create new navigation property ref to claimsMappingPolicies for servicePrincipals
Sourcepub fn list_ref_claims_mapping_policies(&self) -> RequestHandler
pub fn list_ref_claims_mapping_policies(&self) -> RequestHandler
List assigned claimsMappingPolicy
Sourcepub fn delete_ref_claims_mapping_policies(
&self,
claims_mapping_policy_id: impl AsRef<str>,
) -> RequestHandler
pub fn delete_ref_claims_mapping_policies( &self, claims_mapping_policy_id: impl AsRef<str>, ) -> RequestHandler
Delete ref of navigation property claimsMappingPolicies for servicePrincipals
Sourcepub fn create_delegated_permission_classifications<B: BodyExt>(
&self,
body: B,
) -> RequestHandler
pub fn create_delegated_permission_classifications<B: BodyExt>( &self, body: B, ) -> RequestHandler
Create delegatedPermissionClassification
Sourcepub fn list_delegated_permission_classifications(&self) -> RequestHandler
pub fn list_delegated_permission_classifications(&self) -> RequestHandler
List delegatedPermissionClassifications collection of servicePrincipal
Sourcepub fn get_delegated_permission_classifications_count(&self) -> RequestHandler
pub fn get_delegated_permission_classifications_count(&self) -> RequestHandler
Get the number of the resource
Sourcepub fn delete_delegated_permission_classifications(
&self,
delegated_permission_classification_id: impl AsRef<str>,
) -> RequestHandler
pub fn delete_delegated_permission_classifications( &self, delegated_permission_classification_id: impl AsRef<str>, ) -> RequestHandler
Delete navigation property delegatedPermissionClassifications for servicePrincipals
Sourcepub fn get_delegated_permission_classifications(
&self,
delegated_permission_classification_id: impl AsRef<str>,
) -> RequestHandler
pub fn get_delegated_permission_classifications( &self, delegated_permission_classification_id: impl AsRef<str>, ) -> RequestHandler
Get delegatedPermissionClassifications from servicePrincipals
Sourcepub fn update_delegated_permission_classifications<B: BodyExt>(
&self,
delegated_permission_classification_id: impl AsRef<str>,
body: B,
) -> RequestHandler
pub fn update_delegated_permission_classifications<B: BodyExt>( &self, delegated_permission_classification_id: impl AsRef<str>, body: B, ) -> RequestHandler
Update the navigation property delegatedPermissionClassifications in servicePrincipals
Sourcepub fn create_endpoints<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn create_endpoints<B: BodyExt>(&self, body: B) -> RequestHandler
Create new navigation property to endpoints for servicePrincipals
Sourcepub fn list_endpoints(&self) -> RequestHandler
pub fn list_endpoints(&self) -> RequestHandler
Get endpoints from servicePrincipals
Sourcepub fn get_endpoints_count(&self) -> RequestHandler
pub fn get_endpoints_count(&self) -> RequestHandler
Get the number of the resource
Sourcepub fn delete_endpoints(&self, endpoint_id: impl AsRef<str>) -> RequestHandler
pub fn delete_endpoints(&self, endpoint_id: impl AsRef<str>) -> RequestHandler
Delete navigation property endpoints for servicePrincipals
Sourcepub fn get_endpoints(&self, endpoint_id: impl AsRef<str>) -> RequestHandler
pub fn get_endpoints(&self, endpoint_id: impl AsRef<str>) -> RequestHandler
Get endpoints from servicePrincipals
Sourcepub fn update_endpoints<B: BodyExt>(
&self,
endpoint_id: impl AsRef<str>,
body: B,
) -> RequestHandler
pub fn update_endpoints<B: BodyExt>( &self, endpoint_id: impl AsRef<str>, body: B, ) -> RequestHandler
Update the navigation property endpoints in servicePrincipals
Sourcepub fn create_federated_identity_credentials<B: BodyExt>(
&self,
body: B,
) -> RequestHandler
pub fn create_federated_identity_credentials<B: BodyExt>( &self, body: B, ) -> RequestHandler
Create new navigation property to federatedIdentityCredentials for servicePrincipals
Sourcepub fn list_federated_identity_credentials(&self) -> RequestHandler
pub fn list_federated_identity_credentials(&self) -> RequestHandler
Get federatedIdentityCredentials from servicePrincipals
Sourcepub fn get_federated_identity_credentials_count(&self) -> RequestHandler
pub fn get_federated_identity_credentials_count(&self) -> RequestHandler
Get the number of the resource
Sourcepub fn delete_federated_identity_credentials(
&self,
federated_identity_credential_id: impl AsRef<str>,
) -> RequestHandler
pub fn delete_federated_identity_credentials( &self, federated_identity_credential_id: impl AsRef<str>, ) -> RequestHandler
Delete navigation property federatedIdentityCredentials for servicePrincipals
Sourcepub fn get_federated_identity_credentials(
&self,
federated_identity_credential_id: impl AsRef<str>,
) -> RequestHandler
pub fn get_federated_identity_credentials( &self, federated_identity_credential_id: impl AsRef<str>, ) -> RequestHandler
Get federatedIdentityCredentials from servicePrincipals
Sourcepub fn update_federated_identity_credentials<B: BodyExt>(
&self,
federated_identity_credential_id: impl AsRef<str>,
body: B,
) -> RequestHandler
pub fn update_federated_identity_credentials<B: BodyExt>( &self, federated_identity_credential_id: impl AsRef<str>, body: B, ) -> RequestHandler
Update the navigation property federatedIdentityCredentials in servicePrincipals
Sourcepub fn get_member_groups<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn get_member_groups<B: BodyExt>(&self, body: B) -> RequestHandler
Invoke action getMemberGroups
Sourcepub fn get_member_objects<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn get_member_objects<B: BodyExt>(&self, body: B) -> RequestHandler
Invoke action getMemberObjects
Sourcepub fn list_home_realm_discovery_policies(&self) -> RequestHandler
pub fn list_home_realm_discovery_policies(&self) -> RequestHandler
List assigned homeRealmDiscoveryPolicy
Sourcepub fn get_home_realm_discovery_policies_count(&self) -> RequestHandler
pub fn get_home_realm_discovery_policies_count(&self) -> RequestHandler
Get the number of the resource
Sourcepub fn create_ref_home_realm_discovery_policies<B: BodyExt>(
&self,
body: B,
) -> RequestHandler
pub fn create_ref_home_realm_discovery_policies<B: BodyExt>( &self, body: B, ) -> RequestHandler
Create new navigation property ref to homeRealmDiscoveryPolicies for servicePrincipals
Sourcepub fn list_ref_home_realm_discovery_policies(&self) -> RequestHandler
pub fn list_ref_home_realm_discovery_policies(&self) -> RequestHandler
List assigned homeRealmDiscoveryPolicy
Sourcepub fn delete_ref_home_realm_discovery_policies(
&self,
home_realm_discovery_policy_id: impl AsRef<str>,
) -> RequestHandler
pub fn delete_ref_home_realm_discovery_policies( &self, home_realm_discovery_policy_id: impl AsRef<str>, ) -> RequestHandler
Delete ref of navigation property homeRealmDiscoveryPolicies for servicePrincipals
Sourcepub fn remove_key<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn remove_key<B: BodyExt>(&self, body: B) -> RequestHandler
Invoke action removeKey
Sourcepub fn remove_password<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn remove_password<B: BodyExt>(&self, body: B) -> RequestHandler
Invoke action removePassword
Sourcepub fn restore(&self) -> RequestHandler
pub fn restore(&self) -> RequestHandler
Invoke action restore
Sourcepub fn list_token_issuance_policies(&self) -> RequestHandler
pub fn list_token_issuance_policies(&self) -> RequestHandler
Get tokenIssuancePolicies from servicePrincipals
Sourcepub fn get_token_issuance_policies_count(&self) -> RequestHandler
pub fn get_token_issuance_policies_count(&self) -> RequestHandler
Get the number of the resource
Sourcepub fn get_token_issuance_policies(
&self,
token_issuance_policy_id: impl AsRef<str>,
) -> RequestHandler
pub fn get_token_issuance_policies( &self, token_issuance_policy_id: impl AsRef<str>, ) -> RequestHandler
Get tokenIssuancePolicies from servicePrincipals
Sourcepub fn list_token_lifetime_policies(&self) -> RequestHandler
pub fn list_token_lifetime_policies(&self) -> RequestHandler
Get tokenLifetimePolicies from servicePrincipals
Sourcepub fn get_token_lifetime_policies_count(&self) -> RequestHandler
pub fn get_token_lifetime_policies_count(&self) -> RequestHandler
Get the number of the resource
Sourcepub fn get_token_lifetime_policies(
&self,
token_lifetime_policy_id: impl AsRef<str>,
) -> RequestHandler
pub fn get_token_lifetime_policies( &self, token_lifetime_policy_id: impl AsRef<str>, ) -> RequestHandler
Get tokenLifetimePolicies from servicePrincipals