createKerberosKeytab
Creates a new Kerberos keytab.
This command is deprecated. |
Arguments
Argument Name | Type | Description |
---|---|---|
kerberosKeytabName |
String |
(Required) The name of the Kerberos keytab. |
content |
String |
The content of the Kerberos keytab. |
description |
String |
Comment text describing this object that is not interpreted at all by CloudBees CD/RO. |
type |
KeytabType |
The type of the Kerberos keytab. |
createKerberosKeytabEntry
Creates a new Kerberos keytab entry.
This command is deprecated. |
Arguments
Argument Name | Type | Description |
---|---|---|
kerberosKeytabName |
String |
(Required) The name of the Kerberos keytab. |
domainServiceUserAccount |
String |
The domain service user account. |
encryptionKeyTypes |
Collection |
The encryption key types. |
kvno |
Integer |
The key version number (kvno). |
password |
String |
The user password. |
servicePrincipalName |
String |
The service principal name. |
validateKeytabEntry |
Boolean |
Validate keytab entry with directory server. |
deleteKerberosKeytab
deleteKerberosKeytabEntry
Creates a new Kerberos keytab entry.
This command is deprecated. |
getKerberosKeytab
Retrieves a Kerberos keytab by name.
This command is deprecated. |
modifyKerberosKeytab
Modifies an existing Kerberos keytab.
This command is deprecated. |
Arguments
Argument Name | Type | Description |
---|---|---|
kerberosKeytabName |
String |
(Required) The name of the Kerberos keytab. |
content |
String |
The content of the Kerberos keytab. |
description |
String |
Comment text describing this object that is not interpreted at all by CloudBees CD/RO. |
type |
KeytabType |
The type of the Kerberos keytab. |