Sha256: 14bcefa09f706911ba0b9795a082d549d3469edab709eeca5f2cd4fe5d972532
Contents?: true
Size: 672 Bytes
Versions: 1
Compression:
Stored size: 672 Bytes
Contents
# TalonOne::UpdateRole ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **String** | Name of the role | [optional] **description** | **String** | Description of the role | [optional] **acl** | **String** | Role Policy this should be a stringified blob of json | [optional] **users** | **Array<Integer>** | An array of user identifiers | [optional] ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::UpdateRole.new(name: null, description: null, acl: null, users: null) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
talon_one-2.4.0 | docs/UpdateRole.md |