-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore!: rename
TypeDefinitions
interface to `WriteAuthorizationMode…
…lRequest` - Add support for metadata in authorization models - Upgrade dependencies Note: The breaking change is only on the SDKs, not the API [BREAKING CHANGE] To call WriteAuthorizationModel with this new change, check: https://github.com/openfga/go-sdk#write-authorization-model
- Loading branch information
Showing
21 changed files
with
1,007 additions
and
234 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
# Metadata | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**Relations** | Pointer to [**map[string]RelationMetadata**](RelationMetadata.md) | | [optional] | ||
|
||
## Methods | ||
|
||
### NewMetadata | ||
|
||
`func NewMetadata() *Metadata` | ||
|
||
NewMetadata instantiates a new Metadata object | ||
This constructor will assign default values to properties that have it defined, | ||
and makes sure properties required by API are set, but the set of arguments | ||
will change when the set of required properties is changed | ||
|
||
### NewMetadataWithDefaults | ||
|
||
`func NewMetadataWithDefaults() *Metadata` | ||
|
||
NewMetadataWithDefaults instantiates a new Metadata object | ||
This constructor will only assign default values to properties that have it defined, | ||
but it doesn't guarantee that properties required by API are set | ||
|
||
### GetRelations | ||
|
||
`func (o *Metadata) GetRelations() map[string]RelationMetadata` | ||
|
||
GetRelations returns the Relations field if non-nil, zero value otherwise. | ||
|
||
### GetRelationsOk | ||
|
||
`func (o *Metadata) GetRelationsOk() (*map[string]RelationMetadata, bool)` | ||
|
||
GetRelationsOk returns a tuple with the Relations field if it's non-nil, zero value otherwise | ||
and a boolean to check if the value has been set. | ||
|
||
### SetRelations | ||
|
||
`func (o *Metadata) SetRelations(v map[string]RelationMetadata)` | ||
|
||
SetRelations sets Relations field to given value. | ||
|
||
### HasRelations | ||
|
||
`func (o *Metadata) HasRelations() bool` | ||
|
||
HasRelations returns a boolean if a field has been set. | ||
|
||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.