exoscale-rs 3.0.0

Infrastructure automation API, allowing programmatic access to all Exoscale products and services. The [OpenAPI Specification](http://spec.openapis.org/oas/v3.0.3.html) source of this documentation can be obtained here: * [JSON format](https://openapi-v2.exoscale.com/source.json) * [YAML format](https://openapi-v2.exoscale.com/source.yaml)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# SksOidc

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**client_id** | **String** | OpenID client ID | 
**issuer_url** | **String** | OpenID provider URL | 
**username_claim** | Option<**String**> | JWT claim to use as the user name | [optional]
**username_prefix** | Option<**String**> | Prefix prepended to username claims | [optional]
**groups_claim** | Option<**String**> | JWT claim to use as the user's group | [optional]
**groups_prefix** | Option<**String**> | Prefix prepended to group claims | [optional]
**required_claim** | Option<**std::collections::HashMap<String, String>**> | A key value map that describes a required claim in the ID Token | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)