deleteKerberosKeytabEntry

On this page
Back to index

Summary

Creates a new Kerberos keytab entry.
This command is deprecated and will be removed in the future.
kerberosKeytabName
Stringrequired
The name of the Kerberos keytab.
encryptionKeyTypes
Array<Unknown>optional
The encryption key types.
kvno
Integeroptional
The key version number (kvno).
servicePrincipalName
Stringoptional
The service principal name.

Usage

Groovy

import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.deleteKerberosKeytabEntry( kerberosKeytabName: "test-kerberosKeytabName" /* optional arguments */ )