Properties
Security properties and property management.
properties
Just listing the possible Properties This module contains list of Properties that can be assigned to users and groups.
Attributes
TRUSTED_HOST = SecurityProperty('TrustedHost')
module-attribute
NORMAL_USER = SecurityProperty('NormalUser')
module-attribute
CS_ADMINISTRATOR = SecurityProperty('CSAdministrator')
module-attribute
JOB_SHARING = SecurityProperty('JobSharing')
module-attribute
SERVICE_ADMINISTRATOR = SecurityProperty('ServiceAdministrator')
module-attribute
JOB_ADMINISTRATOR = SecurityProperty('JobAdministrator')
module-attribute
JOB_MONITOR = SecurityProperty('JobMonitor')
module-attribute
ACCOUNTING_MONITOR = SecurityProperty('AccountingMonitor')
module-attribute
PILOT = SecurityProperty('Pilot')
module-attribute
GENERIC_PILOT = SecurityProperty('GenericPilot')
module-attribute
SITE_MANAGER = SecurityProperty('SiteManager')
module-attribute
USER_MANAGER = SecurityProperty('UserManager')
module-attribute
OPERATOR = SecurityProperty('Operator')
module-attribute
FULL_DELEGATION = SecurityProperty('FullDelegation')
module-attribute
LIMITED_DELEGATION = SecurityProperty('LimitedDelegation')
module-attribute
PRIVATE_LIMITED_DELEGATION = SecurityProperty('PrivateLimitedDelegation')
module-attribute
PROXY_MANAGEMENT = SecurityProperty('ProxyManagement')
module-attribute
PRODUCTION_MANAGEMENT = SecurityProperty('ProductionManagement')
module-attribute
PPG_AUTHORITY = SecurityProperty('PPGAuthority')
module-attribute
BOOKKEEPING_MANAGEMENT = SecurityProperty('BookkeepingManagement')
module-attribute
ALARMS_MANAGEMENT = SecurityProperty('AlarmsManagement')
module-attribute
FC_MANAGEMENT = SecurityProperty('FileCatalogManagement')
module-attribute
STAGE_ALLOWED = SecurityProperty('StageAllowed')
module-attribute
Classes
SecurityProperty
Bases: str
Source code in diracx-core/src/diracx/core/properties.py
Functions
available_properties()
classmethod
Source code in diracx-core/src/diracx/core/properties.py
UnevaluatedProperty
Source code in diracx-core/src/diracx/core/properties.py
Attributes
property = property
instance-attribute
UnevaluatedExpression
Bases: UnevaluatedProperty