The following code edits a property on an existing authentication system:

assign
  authSys = service:GetAuthenticationSystem("MyAuthenticationSystem")
  authSys:Description = "This authentication system is ok.".   

service:UpdateAuthenticationSystem(authSys).

See also: