Sha256: 83ed93e52475c5f6c72fc4bf7d749ecdf889b7bcb958f34cd1055cca9f2a4049
Contents?: true
Size: 697 Bytes
Versions: 34
Compression:
Stored size: 697 Bytes
Contents
# OryHydraClient::RemoveOryAccessControlPolicyRoleMembers ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **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 | **member** | **String** | The member to be removed. in: path | ## Code Sample ```ruby require 'OryHydraClient' instance = OryHydraClient::RemoveOryAccessControlPolicyRoleMembers.new(flavor: null, id: null, member: null) ```
Version data entries
34 entries across 34 versions & 1 rubygems