Sha256: f143dcade9b6edbf5faa3156b20dfebe8ed727cbd0abbe4e99dcc5269929c7cf
Contents?: true
Size: 410 Bytes
Versions: 3
Compression:
Stored size: 410 Bytes
Contents
# TalonOne::RoleV2PermissionSet ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **String** | Name of the permission set. | **operation_ids** | **Array<String>** | | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::RoleV2PermissionSet.new(name: null, operation_ids: null) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
talon_one-3.0.2 | docs/RoleV2PermissionSet.md |
talon_one-3.0.1 | docs/RoleV2PermissionSet.md |
talon_one-3.0.0 | docs/RoleV2PermissionSet.md |