Method: SDM::AccountPermission#scoped_id
- Defined in:
- lib/models/porcelain.rb
#scoped_id ⇒ Object
The ID to which or in whose context this operation is permitted. e.g. The ID of a role that a team leader has the abillity to remove and add accounts to, or the ID of a resource that a user has the permission to connect to. If Scope is global, scoped id is not populated.
1379 1380 1381 |
# File 'lib/models/porcelain.rb', line 1379 def scoped_id @scoped_id end |