Jump to: navigation, search

Difference between revisions of "SYSCLS REQUIRE AUTHENTICATION"


Line 9: Line 9:
 
}}
 
}}
  
If a property is classified as/with require access, UBIK clients will force the user to authenticate themselbefore being allowed to edit the property value.
+
If a property is classified as/with requiring access, UBIK clients will force the user to authenticate themselves before being allowed to edit the property value.
 
This classification is an [[AutonomousClassification|Autonomous Classification]] where the defined properties are autonomously added to the MetaDefinitions (when scoping in ACM).
 
This classification is an [[AutonomousClassification|Autonomous Classification]] where the defined properties are autonomously added to the MetaDefinitions (when scoping in ACM).
  
Line 17: Line 17:
 
! width=30% | Name !! width=20% | Data type !! Comment
 
! width=30% | Name !! width=20% | Data type !! Comment
 
|-
 
|-
| ENABLED|| {{Boolean}} || Informs wheher a general checkout/release is supported for the current object.  
+
| ENABLED|| {{Boolean}} || Informs whether a general checkout/release is supported for the current object.  
 
|-
 
|-
 
| CHECKOUT_TS|| {{DateTime}} || Timestamp information when the object was checked out. If the value is null, the object is NOT checked out.
 
| CHECKOUT_TS|| {{DateTime}} || Timestamp information when the object was checked out. If the value is null, the object is NOT checked out.

Revision as of 11:59, 12 April 2022

IC CLASSIFICATION.gif Require Authentication Classification Object
Name SYSCLS_REQUIRE_AUTHENTICATION
Inheritance -
Namespace System.Classification.Content
ID {B3F15445-0867-4EE7-8D29-2B2BC9665EE0 }
Purpose Classify properties as properties requiring authentication before being edited
Version 3.6.2+

If a property is classified as/with requiring access, UBIK clients will force the user to authenticate themselves before being allowed to edit the property value. This classification is an Autonomous Classification where the defined properties are autonomously added to the MetaDefinitions (when scoping in ACM).

MetaProperties

Name Data type Comment
ENABLED Boolean Informs whether a general checkout/release is supported for the current object.
CHECKOUT_TS Date/Time Timestamp information when the object was checked out. If the value is null, the object is NOT checked out.
CHECKOUT_USER_ID Guid ID of the user who has checked out the object (and has exclusive access). If the object is not checked out, the value is null.