isilon 1.0.1

Isilon rest api bindings
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# SettingsKrb5RealmCreateParams

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**admin_server** | **String** | Specifies the administrative server hostname. | [optional] [default to null]
**default_domain** | **String** | Specifies the default domain mapped to the realm. | [optional] [default to null]
**is_default_realm** | **bool** | If true, indicates that the realm is the default. | [optional] [default to null]
**kdc** | **Vec<String>** | Specifies the list of KDC hostnames. | [optional] [default to null]
**realm** | **String** | Specifies the name of the realm. | [default to null]

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