Sha256: 268e1a4262f81ca6a2dabc57a735770c56408ab9286a51b6d152aa70bbee48ae
Contents?: true
Size: 651 Bytes
Versions: 2
Compression:
Stored size: 651 Bytes
Contents
# TalonOne::ScimPatchOperation ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **op** | **String** | The method that should be used in the operation. | **path** | **String** | The path specifying the attribute that should be updated. | [optional] **value** | **String** | The value that should be updated. Required if `op` is `add` or `replace`. | [optional] ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::ScimPatchOperation.new(op: null, path: null, value: null) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
talon_one-7.0.0 | docs/ScimPatchOperation.md |
talon_one-6.0.0 | docs/ScimPatchOperation.md |