pub async fn upsert_entity_grant_with_id(
    configuration: &Configuration,
    entity_id: &str,
    x_fusion_auth_tenant_id: Option<&str>,
    entity_grant_request: Option<EntityGrantRequest>
) -> Result<(), Error<UpsertEntityGrantWithIdError>>
Expand description

Creates or updates an Entity Grant. This is when a User/Entity is granted permissions to an Entity.