Sha256: c63325e13b5982d4aff47a36d894158b777b5ab949b1b5b89a4a9da33f65c3c2
Contents?: true
Size: 940 Bytes
Versions: 250
Compression:
Stored size: 940 Bytes
Contents
# PulpcoreClient::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 'PulpcoreClient' instance = PulpcoreClient::RoleResponse.new(pulp_href: null, pulp_created: null, name: null, description: null, permissions: null, locked: null) ```
Version data entries
250 entries across 250 versions & 1 rubygems