Method: SDM::AccountResource#role_id
- Defined in:
- lib/models/porcelain.rb
#role_id ⇒ Object
The unique identifier of the Role through which the Account was granted access to the Resource. If empty, access was not granted through an AccountAttachment to a Role.
1119 1120 1121 |
# File 'lib/models/porcelain.rb', line 1119 def role_id @role_id end |