Modify the Kerberos service settings of a NAS Server.
Supports noop? false
Parameters
add_kdc_addresses(Optional[Array[String[1,255]]])
— Fully Qualified domain names of the Kerberos Key Distribution Center (KDC) servers to add to the current list. Error occurs if name already exists. Cannot be combined with kdc_addresses. IPv4 and IPv6 addresses are not supported.
id(String)
— Unique identifier of the Kerberos service object.
kdc_addresses(Optional[Array[String[1,255]]])
— Fully Qualified domain names of the Kerberos Key Distribution Center (KDC) servers. IPv4 and IPv6 addresses are not supported.
realm(Optional[String[1,255]])
— Realm name of the Kerberos Service.
remove_kdc_addresses(Optional[Array[String[1,255]]])
— Fully Qualified domain names of the Kerberos Key Distribution Center (KDC) servers to remove from the current list. Error occurs if name is not in the existing list. Cannot be combined with kdc_addresses. IPv4 and IPv6 addresses are not supported.