Sdílet prostřednictvím


KerberosKeytabCredentials Class

Definition

The KerberosKeytabCredentials.

public class KerberosKeytabCredentials : Azure.ResourceManager.MachineLearning.Models.MachineLearningDatastoreCredentials
type KerberosKeytabCredentials = class
    inherit MachineLearningDatastoreCredentials
Public Class KerberosKeytabCredentials
Inherits MachineLearningDatastoreCredentials
Inheritance
KerberosKeytabCredentials

Constructors

KerberosKeytabCredentials(KerberosKeytabSecrets, String, String, String)

Initializes a new instance of KerberosKeytabCredentials.

Properties

KerberosKdcAddress

[Required] IP Address or DNS HostName.

KerberosPrincipal

[Required] Kerberos Username.

KerberosRealm

[Required] Domain over which a Kerberos authentication server has the authority to authenticate a user, host or service.

Secrets

[Required] Keytab secrets.

Applies to