Sha256: 0dc631744f67e1ddfe889f04efdca0117bd95dbf542818a3e0e2f7f629652faa
Contents?: true
Size: 955 Bytes
Versions: 2
Compression:
Stored size: 955 Bytes
Contents
# PulpContainerClient::RoleResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **pulp_href** | **String** | | [optional] [readonly] **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly] **name** | **String** | The name of this role. | **description** | **String** | An optional description. | [optional] **permissions** | **Array<String>** | List of permissions defining the role. | **locked** | **Boolean** | True if the role is system managed. | [optional] [readonly] ## Code Sample ```ruby require 'PulpContainerClient' instance = PulpContainerClient::RoleResponse.new(pulp_href: null, pulp_created: null, name: null, description: null, permissions: null, locked: null) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pulp_container_client-2.14.16 | docs/RoleResponse.md |
pulp_container_client-2.14.14 | docs/RoleResponse.md |