pub async fn retrieve_entity_grant_with_id(
configuration: &Configuration,
entity_id: &str,
recipient_entity_id: Option<&str>,
user_id: Option<&str>,
x_fusion_auth_tenant_id: Option<&str>,
) -> Result<EntityGrantResponse, Error<RetrieveEntityGrantWithIdError>>
Expand description
Retrieves an Entity Grant for the given Entity and User/Entity.