Class: Scimitar::Schema::Rbac::ApplicationReference

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

Overview

Schema for the ApplicationReference complex type. Defines sub-attributes for references to Application resources.

Class Method Summary collapse

Class Method Details

.scim_attributesObject



9
10
11
12
13
14
# File 'lib/scimitar/rbac/schema/application_reference.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"),
  ]
end