Class Kerberos
Allows administrator to configure a mount target to interact with the administrator's Kerberos infrastructure.
Inherited Members
Namespace: Oci.FilestorageService.Models
Assembly: OCI.DotNetSDK.Filestorage.dll
Syntax
public class Kerberos
Properties
BackupKeyTabSecretVersion
Declaration
[JsonProperty(PropertyName = "backupKeyTabSecretVersion")]
public int? BackupKeyTabSecretVersion { get; set; }
Property Value
Type | Description |
---|---|
int? | Version of the keytab secert in the Vault to use as a backup. |
CurrentKeyTabSecretVersion
Declaration
[JsonProperty(PropertyName = "currentKeyTabSecretVersion")]
public int? CurrentKeyTabSecretVersion { get; set; }
Property Value
Type | Description |
---|---|
int? | Version of the keytab secret in the Vault to use. |
IsKerberosEnabled
Declaration
[JsonProperty(PropertyName = "isKerberosEnabled")]
public bool? IsKerberosEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool? | Specifies whether to enable or disable Kerberos. |
KerberosRealm
Declaration
[Required(ErrorMessage = "KerberosRealm is required.")]
[JsonProperty(PropertyName = "kerberosRealm")]
public string KerberosRealm { get; set; }
Property Value
Type | Description |
---|---|
string | The Kerberos realm that the mount target will join. |
Remarks
Required
KeyTabSecretId
Declaration
[JsonProperty(PropertyName = "keyTabSecretId")]
public string KeyTabSecretId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the keytab secret in the Vault. |