Flesh out Cobalt, LDAP groups, &c.
This commit is contained in:
@@ -10,6 +10,16 @@ class ServiceProviderModel extends Model {
|
||||
slo_url: String,
|
||||
}
|
||||
}
|
||||
|
||||
to_api() {
|
||||
return {
|
||||
id: this.id,
|
||||
name: this.name,
|
||||
entity_id: this.entity_id,
|
||||
acs_url: this.acs_url,
|
||||
slo_url: this.slo_url,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = exports = ServiceProviderModel
|
||||
|
||||
Reference in New Issue
Block a user