Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace Kerberos

Allows administrator to configure a mount target to interact with the administrator's Kerberos infrastructure.

Properties

Optional backupKeyTabSecretVersion

backupKeyTabSecretVersion: undefined | number

Version of the keytab secert in the Vault to use as a backup. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional currentKeyTabSecretVersion

currentKeyTabSecretVersion: undefined | number

Version of the keytab secret in the Vault to use. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional isKerberosEnabled

isKerberosEnabled: undefined | false | true

Specifies whether to enable or disable Kerberos.

kerberosRealm

kerberosRealm: string

The Kerberos realm that the mount target will join.

Optional keyTabSecretId

keyTabSecretId: undefined | string

The OCID of the keytab secret in the Vault.

Functions

getDeserializedJsonObj

  • getDeserializedJsonObj(obj: Kerberos): object

getJsonObj