Class KerberosDetails
Details about the Kerberos principals.
Inherited Members
Namespace: Oci.BdsService.Models
Assembly: OCI.DotNetSDK.Bds.dll
Syntax
public class KerberosDetails
Properties
KeytabFile
Declaration
[Required(ErrorMessage = "KeytabFile is required.")]
[JsonProperty(PropertyName = "keytabFile")]
public string KeytabFile { get; set; }
Property Value
Type | Description |
---|---|
string | Location of the keytab file |
Remarks
Required
PrincipalName
Declaration
[Required(ErrorMessage = "PrincipalName is required.")]
[JsonProperty(PropertyName = "principalName")]
public string PrincipalName { get; set; }
Property Value
Type | Description |
---|---|
string | Name of the Kerberos principal. |
Remarks
Required