Class: Scimitar::Schema::Rbac::ApplicationReference
- Inherits:
-
Base
- Object
- Base
- Scimitar::Schema::Rbac::ApplicationReference
- 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_attributes ⇒ Object
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 |