Sha256: b45ba0ecd95ed83c5b64028f3d2a7a037eccfda96bf2c3fe9b4a3be5073587ef
Contents?: true
Size: 744 Bytes
Versions: 34
Compression:
Stored size: 744 Bytes
Contents
# OryHydraClient::AddOryAccessControlPolicyRoleMembers ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **body** | [**AddOryAccessControlPolicyRoleMembersBody**](AddOryAccessControlPolicyRoleMembersBody.md) | | [optional] **flavor** | **String** | The ORY Access Control Policy flavor. Can be \"regex\", \"glob\", and \"exact\". in: path | **id** | **String** | The ID of the ORY Access Control Policy Role. in: path | ## Code Sample ```ruby require 'OryHydraClient' instance = OryHydraClient::AddOryAccessControlPolicyRoleMembers.new(body: null, flavor: null, id: null) ```
Version data entries
34 entries across 34 versions & 1 rubygems