Sha256: e78eb5c2a201a89ab0055fe70cb30d342cd8240fae07bf3725ff965a0c6f60d2
Contents?: true
Size: 600 Bytes
Versions: 2
Compression:
Stored size: 600 Bytes
Contents
# PulpCertguardClient::PatchedRole ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **String** | The name of this role. | [optional] **description** | **String** | An optional description. | [optional] **permissions** | **Array<String>** | List of permissions defining the role. | [optional] ## Code Sample ```ruby require 'PulpCertguardClient' instance = PulpCertguardClient::PatchedRole.new(name: null, description: null, permissions: null) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pulp_certguard_client-3.55.2 | docs/PatchedRole.md |
pulp_certguard_client-3.49.14 | docs/PatchedRole.md |