pub async fn get_project_property_keys(
configuration: &Configuration,
project_id_or_key: &str,
) -> Result<PropertyKeys, Error<GetProjectPropertyKeysError>>
Expand description
Returns all project property keys for the project. This operation can be accessed anonymously. Permissions required: Browse Projects project permission for the project.