?> ¿Qué especifica el parámetro 'role' y cuáles s... - Aide
QUESTION / RÉPONSE

¿Qué especifica el parámetro 'role' y cuáles son sus valores posibles?

0 consultations

Réponse

Especifica el rol de la máquina. Los controladores se agregan como controladores de respaldo. Solo se admiten dos controladores. Los valores posibles son "CONTROLLER" o "WORKER".
Action technique liée

Voir la documentation de addNode

Voir l'Action

Voir aussi

actionSetFromTable
builtins

Restores a user-defined action set from a saved table. This is useful for sharing custom action sets or for persisting them across CAS sessions. You first need to save an action set using the `actionSetToTable` action.

assumeRole
accessControl

Asume un rol administrativo para la sesión actual de CAS. Esta acción permite a un usuario elevar temporalmente sus privilegios para realizar tareas administrativas, como la gestión de datos, la ejecución de acciones restringidas o la administración de roles, sin necesidad de tener esos privilegios de forma permanente. Es una práctica de seguridad fundamental para aplicar el principio de mínimo privilegio.

actionSetInfo
builtins

The actionSetInfo action is part of the built-in action set in SAS Viya. It is used to display build and version information for loaded CAS action sets. This is particularly useful for administrators and developers to verify the versions of the action sets currently in use in a CAS session, which can be crucial for debugging, ensuring compatibility, and managing the environment. By default, it lists only the action sets loaded in the current session, but it can also be used to list all action sets available on the server.