ValueOps ConnectALL Product Community

 View Only

Tech Tip : CA Single Sign-On :Policy Server:CA SSO OID TYPES

By Ujwol posted Aug 17, 2017 02:40 AM

  

Introduction

CA SSO uses unique OID to represent various objects. They are of format : "XX-XXXXXXXX-XXXX-XXXX-XXXX-************" (where each X is a hexadecimal character.

The leading two hexadecimal characters signifies the type of the object

 

For e.g

06 signifies Realm, 03 signifies Domain , 0b signifies Rule and so on ..

 

CA.SM::Realm@06-f0352125-7284-4c76-97b4-90bd2c0d662c

CA.SM::Domain@03-4897ec92-d419-4a24-be20-1ff4be366b1

CA.SM::Rule@0b-e3d824b1-52f5-4161-908d-4800b1887214

 

Question

What is the full list of supported OID types ?

Environment

PS : 12.52 SP1

Answer

The full list of supported OID types are as below.

Please note these values are in DECIMAL :

 

         Null = 0

        ,Device = 1

        ,DeviceGroup = 2

        ,Domain = 3

        ,Policy = 4

        ,PolicyLink = 5

        ,Realm = 6

        ,Response = 7

        ,ResponseAttr = 8

        ,ResponseGroup = 9

        ,Root = 10

        ,Rule = 11

        ,RuleGroup = 12

        ,Scheme = 13

        ,UserDirectory = 14

        ,UserPolicy = 15

        ,Vendor = 16

        ,VendorAttr = 17

        ,Admin = 18

        ,ServerCommand = 19

        ,AgentCommand = 20

        ,AuthAzMap = 21

        ,CertMap = 22

        ,SelfReg = 23

        ,ODBCQuery = 24

        ,PasswordPolicy = 25

        ,KeyManagement = 26

        ,AgentKey = 27

        ,RootConfig = 28

        ,Variable = 29

        ,VariableType = 30

        ,ActiveExpr = 31

        ,PropertyCollection = 32

        ,PropertySection = 33

        ,Property = 34

        ,TaggedString = 35

        ,TrustedHost = 36

        ,IMSTask = 37

        ,IMSRole = 38

        ,IMSDirectory = 39

        ,IMSManagedObject = 40

        ,IMSManagedObjectAttr = 41

        ,IMSEnvironment = 42

        ,IMSTaskScreen = 43

        ,IMSTaskScreenField = 44

        ,IMSOrgRoleBinding = 45

        ,IMSOrgRoleBindingDelegatedUser = 46

        ,IMSOrgRoleBindingGrantor = 47

        ,IMSOptionList = 48

        ,SharedSecretPolicy = 49

        ,IMS6Directory = 50

        ,IMS6ManagedObject = 51

        ,IMS6ManagedObjectAttr = 52

        ,IMS6Environment = 53

        ,IMS6Task = 54

        ,IMS6Role = 55

        ,IMS6TabDefinition = 56

        ,IMS6ScreenDefinition = 57

        ,IMS6Tab = 58

        ,IMS6Screen = 59

        ,IMS6ScreenField = 60

        ,IMS6RoleChangePolicy = 61

        ,IMS6RoleAdminPolicy = 62

        ,IMS6RoleMemberPolicy = 63

        ,IMS6RoleOwnerPolicy = 64

        ,IMS6RoleScopeRule = 65

        ,IMS6RoleRule = 66

        ,IMS6ValidationRuleSet = 67

        ,IMS6ValidationRule = 68

        ,IMS6BLTH = 69

        ,IMS6IdentityPolicy = 70

        ,IMS6IdentityPolicySet = 71

        ,IMS6CertificationPolicy = 72

        ,IMSDirectory6 = 50

        ,IMSManagedObject6 = 51

        ,IMSManagedObjectAttr6 = 52

        ,IMSEnvironment6 = 53

        ,IMSTask6 = 54

        ,IMSRole6 = 55

        ,IMSTabDefinition6 = 56

        ,IMSScreenDefinition6 = 57

        ,IMSTab6 = 58

        ,IMSScreen6 = 59

        ,IMSScreenField6 = 60

        ,IMSRoleChangePolicy6 = 61

        ,IMSRoleAdminPolicy6 = 62

        ,IMSRoleMemberPolicy6 = 63

        ,IMSRoleOwnerPolicy6 = 64

        ,IMSRoleScopeRule6 = 65

        ,IMSRoleRule6 = 66

        ,IMSValidationRuleSet6 = 67

        ,IMSValidationRule6 = 68

        ,IMSBLTH6 = 69

        ,IMSIdentityPolicy6 = 70

        ,IMSIdentityPolicySet6 = 71

        ,IMSCertificationPolicy6 = 72

2 comments
2 views