Class: Scimitar::Schema::Rbac::HierarchyMember

Inherits:
Base
  • Object
show all
Defined in:
lib/scimitar/rbac/schema/hierarchy_member.rb

Overview

Schema for the HierarchyMember complex type. Defines the sub-attributes for role/entitlement hierarchy references.

Class Method Summary collapse

Class Method Details

.scim_attributesObject



9
10
11
12
13
14
15
# File 'lib/scimitar/rbac/schema/hierarchy_member.rb', line 9

def self.scim_attributes
  @scim_attributes ||= [
    Scimitar::Schema::Attribute.new(name: "value",   type: "string", required: true),
    Scimitar::Schema::Attribute.new(name: "display", type: "string", mutability: "readOnly"),
    Scimitar::Schema::Attribute.new(name: "type",    type: "string", mutability: "readOnly"),
  ]
end