Sha256: 4ca6968ea62e69229fffb6e26caebd35f51b6e061cd2e636839a8b8631264d3b
Contents?: true
Size: 540 Bytes
Versions: 152
Compression:
Stored size: 540 Bytes
Contents
# OryClient::ProjectServices ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **identity** | [**ProjectServiceIdentity**](ProjectServiceIdentity.md) | | [optional] | | **oauth2** | [**ProjectServiceOAuth2**](ProjectServiceOAuth2.md) | | [optional] | | **permission** | [**ProjectServicePermission**](ProjectServicePermission.md) | | [optional] | ## Example ```ruby require 'ory-client' instance = OryClient::ProjectServices.new( identity: null, oauth2: null, permission: null ) ```
Version data entries
152 entries across 152 versions & 1 rubygems