Skip to content

Commit

Permalink
Merge pull request #11 from pingidentity/oauth/tokenexchangeprocessor…
Browse files Browse the repository at this point in the history
…policy

Oauth/tokenexchangeprocessorpolicy
  • Loading branch information
jith-george authored Oct 12, 2023
2 parents 4d1a793 + 21a5be8 commit 9265ddf
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion api/pf-swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30097,7 +30097,7 @@ components:
attributeSources:
description: A list of configured data stores to look up attributes from.
items:
$ref: '#/components/schemas/AttributeSource'
$ref: '#/components/schemas/AttributeSourceAggregation'
type: array
attributeContractFulfillment:
additionalProperties:
Expand Down
8 changes: 4 additions & 4 deletions configurationapi/docs/ProcessorPolicyToGeneratorMapping.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**AttributeSources** | Pointer to [**[]AttributeSource**](AttributeSource.md) | A list of configured data stores to look up attributes from. | [optional]
**AttributeSources** | Pointer to [**[]AttributeSourceAggregation**](AttributeSourceAggregation.md) | A list of configured data stores to look up attributes from. | [optional]
**AttributeContractFulfillment** | [**map[string]AttributeFulfillmentValue**](AttributeFulfillmentValue.md) | A list of mappings from attribute names to their fulfillment values. |
**IssuanceCriteria** | Pointer to [**IssuanceCriteria**](IssuanceCriteria.md) | | [optional]
**Id** | Pointer to **string** | The id of the Token Exchange Processor policy to Token Generator mapping. This field is read-only and is ignored when passed in with the payload. | [optional]
Expand Down Expand Up @@ -33,20 +33,20 @@ but it doesn't guarantee that properties required by API are set

### GetAttributeSources

`func (o *ProcessorPolicyToGeneratorMapping) GetAttributeSources() []AttributeSource`
`func (o *ProcessorPolicyToGeneratorMapping) GetAttributeSources() []AttributeSourceAggregation`

GetAttributeSources returns the AttributeSources field if non-nil, zero value otherwise.

### GetAttributeSourcesOk

`func (o *ProcessorPolicyToGeneratorMapping) GetAttributeSourcesOk() (*[]AttributeSource, bool)`
`func (o *ProcessorPolicyToGeneratorMapping) GetAttributeSourcesOk() (*[]AttributeSourceAggregation, bool)`

GetAttributeSourcesOk returns a tuple with the AttributeSources field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetAttributeSources

`func (o *ProcessorPolicyToGeneratorMapping) SetAttributeSources(v []AttributeSource)`
`func (o *ProcessorPolicyToGeneratorMapping) SetAttributeSources(v []AttributeSourceAggregation)`

SetAttributeSources sets AttributeSources field to given value.

Expand Down
12 changes: 6 additions & 6 deletions configurationapi/model_processor_policy_to_generator_mapping.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9265ddf

Please sign in to comment.