deleteKerberosKeytab

On this page
Back to index

Summary

Deletes a Kerberos keytab from the database.
This command is deprecated and will be removed in the future.
kerberosKeytabName
Stringrequired
The name of the Kerberos keytab.

Usage

Groovy

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