Privileges
Privileges that can be granted by user to tasks and pools
- class qarnot.privileges.Privileges(exportCredentialsInEnv: bool = False)[source]
Bases:
object
Represents task privileges.
- __init__(exportCredentialsInEnv: bool = False)[source]
Create a new
Privileges
.- Parameters:
exportCredentialsInEnv (bool) – if the task should export its api and storage credentials to its environment. Default is False.