Sha256: d1c51d36da2bbecf8338a47a2e90216723ab638dacf6fb7bddff594114c3c75c
Contents?: true
Size: 857 Bytes
Versions: 3
Compression:
Stored size: 857 Bytes
Contents
# TalonOne::RoleV2 ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **String** | Name of the role. | [optional] **description** | **String** | Description of the role. | [optional] **is_admin** | **Boolean** | Indicates whether the role grants admin permissions. | [optional] **permissions** | [**RoleV2Permissions**](RoleV2Permissions.md) | | [optional] **members** | **Array<Integer>** | An array of user identifiers. | [optional] ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::RoleV2.new(name: Campaign manager, description: Manages the campaigns, is_admin: true, permissions: null, members: [48, 562, 475, 18]) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
talon_one-3.0.2 | docs/RoleV2.md |
talon_one-3.0.1 | docs/RoleV2.md |
talon_one-3.0.0 | docs/RoleV2.md |