Skip to content

Commit

Permalink
Update API Client
Browse files Browse the repository at this point in the history
#### What's Changed
---

##### `GET` /providers/rac/{id}/

###### Return Type:

Changed response : **200 OK**

* Changed content type : `application/json`

    New optional properties:
    - `invalidation_flow`

    * Deleted property `invalidation_flow` (string)
        > Flow used ending the session from a provider.

##### `PUT` /providers/rac/{id}/

###### Request:

Changed content type : `application/json`

New optional properties:
- `invalidation_flow`

* Deleted property `invalidation_flow` (string)
    > Flow used ending the session from a provider.

###### Return Type:

Changed response : **200 OK**

* Changed content type : `application/json`

    New optional properties:
    - `invalidation_flow`

    * Deleted property `invalidation_flow` (string)
        > Flow used ending the session from a provider.

##### `PATCH` /providers/rac/{id}/

###### Request:

Changed content type : `application/json`

* Deleted property `invalidation_flow` (string)
    > Flow used ending the session from a provider.

###### Return Type:

Changed response : **200 OK**

* Changed content type : `application/json`

    New optional properties:
    - `invalidation_flow`

    * Deleted property `invalidation_flow` (string)
        > Flow used ending the session from a provider.

##### `POST` /providers/rac/

###### Request:

Changed content type : `application/json`

New optional properties:
- `invalidation_flow`

* Deleted property `invalidation_flow` (string)
    > Flow used ending the session from a provider.

###### Return Type:

Changed response : **201 Created**

* Changed content type : `application/json`

    New optional properties:
    - `invalidation_flow`

    * Deleted property `invalidation_flow` (string)
        > Flow used ending the session from a provider.

##### `GET` /providers/rac/

###### Return Type:

Changed response : **200 OK**

* Changed content type : `application/json`

    * Changed property `results` (array)

        Changed items (object):
            > RACProvider Serializer

        New optional properties:
        - `invalidation_flow`

        * Deleted property `invalidation_flow` (string)
            > Flow used ending the session from a provider.

##### `GET` /rac/connection_tokens/{connection_token_uuid}/

###### Return Type:

Changed response : **200 OK**

* Changed content type : `application/json`

    * Changed property `provider_obj` (object)
        > RACProvider Serializer

        New optional properties:
        - `invalidation_flow`

        * Deleted property `invalidation_flow` (string)
            > Flow used ending the session from a provider.

    * Changed property `endpoint_obj` (object)
        > Endpoint Serializer

        * Changed property `provider_obj` (object)
            > RACProvider Serializer

            New optional properties:
            - `invalidation_flow`

            * Deleted property `invalidation_flow` (string)
                > Flow used ending the session from a provider.

##### `PUT` /rac/connection_tokens/{connection_token_uuid}/

###### Return Type:

Changed response : **200 OK**

* Changed content type : `application/json`

    * Changed property `provider_obj` (object)
        > RACProvider Serializer

        New optional properties:
        - `invalidation_flow`

        * Deleted property `invalidation_flow` (string)
            > Flow used ending the session from a provider.

    * Changed property `endpoint_obj` (object)
        > Endpoint Serializer

        * Changed property `provider_obj` (object)
            > RACProvider Serializer

            New optional properties:
            - `invalidation_flow`

            * Deleted property `invalidation_flow` (string)
                > Flow used ending the session from a provider.

##### `PATCH` /rac/connection_tokens/{connection_token_uuid}/

###### Return Type:

Changed response : **200 OK**

* Changed content type : `application/json`

    * Changed property `provider_obj` (object)
        > RACProvider Serializer

        New optional properties:
        - `invalidation_flow`

        * Deleted property `invalidation_flow` (string)
            > Flow used ending the session from a provider.

    * Changed property `endpoint_obj` (object)
        > Endpoint Serializer

        * Changed property `provider_obj` (object)
            > RACProvider Serializer

            New optional properties:
            - `invalidation_flow`

            * Deleted property `invalidation_flow` (string)
                > Flow used ending the session from a provider.

##### `GET` /rac/endpoints/{pbm_uuid}/

###### Return Type:

Changed response : **200 OK**

* Changed content type : `application/json`

    * Changed property `provider_obj` (object)
        > RACProvider Serializer

        New optional properties:
        - `invalidation_flow`

        * Deleted property `invalidation_flow` (string)
            > Flow used ending the session from a provider.

##### `PUT` /rac/endpoints/{pbm_uuid}/

###### Return Type:

Changed response : **200 OK**

* Changed content type : `application/json`

    * Changed property `provider_obj` (object)
        > RACProvider Serializer

        New optional properties:
        - `invalidation_flow`

        * Deleted property `invalidation_flow` (string)
            > Flow used ending the session from a provider.

##### `PATCH` /rac/endpoints/{pbm_uuid}/

###### Return Type:

Changed response : **200 OK**

* Changed content type : `application/json`

    * Changed property `provider_obj` (object)
        > RACProvider Serializer

        New optional properties:
        - `invalidation_flow`

        * Deleted property `invalidation_flow` (string)
            > Flow used ending the session from a provider.

##### `GET` /sources/kerberos/{slug}/

###### Return Type:

Changed response : **200 OK**

* Changed content type : `application/json`

    * Changed property `spnego_server_name` (string)
        > Force the use of a specific server name for SPNEGO. Must be in the form HTTP@hostname

##### `PUT` /sources/kerberos/{slug}/

###### Request:

Changed content type : `application/json`

* Changed property `spnego_server_name` (string)
    > Force the use of a specific server name for SPNEGO. Must be in the form HTTP@hostname

###### Return Type:

Changed response : **200 OK**

* Changed content type : `application/json`

    * Changed property `spnego_server_name` (string)
        > Force the use of a specific server name for SPNEGO. Must be in the form HTTP@hostname

##### `PATCH` /sources/kerberos/{slug}/

###### Request:

Changed content type : `application/json`

* Changed property `spnego_server_name` (string)
    > Force the use of a specific server name for SPNEGO. Must be in the form HTTP@hostname

###### Return Type:

Changed response : **200 OK**

* Changed content type : `application/json`

    * Changed property `spnego_server_name` (string)
        > Force the use of a specific server name for SPNEGO. Must be in the form HTTP@hostname

##### `GET` /rac/connection_tokens/

###### Return Type:

Changed response : **200 OK**

* Changed content type : `application/json`

    * Changed property `results` (array)

        Changed items (object):
            > ConnectionToken Serializer

        * Changed property `provider_obj` (object)
            > RACProvider Serializer

            New optional properties:
            - `invalidation_flow`

            * Deleted property `invalidation_flow` (string)
                > Flow used ending the session from a provider.

        * Changed property `endpoint_obj` (object)
            > Endpoint Serializer

            * Changed property `provider_obj` (object)
                > RACProvider Serializer

                New optional properties:
                - `invalidation_flow`

                * Deleted property `invalidation_flow` (string)
                    > Flow used ending the session from a provider.

##### `POST` /rac/endpoints/

###### Return Type:

Changed response : **201 Created**

* Changed content type : `application/json`

    * Changed property `provider_obj` (object)
        > RACProvider Serializer

        New optional properties:
        - `invalidation_flow`

        * Deleted property `invalidation_flow` (string)
            > Flow used ending the session from a provider.

##### `GET` /rac/endpoints/

###### Return Type:

Changed response : **200 OK**

* Changed content type : `application/json`

    * Changed property `results` (array)

        Changed items (object):
            > Endpoint Serializer

        * Changed property `provider_obj` (object)
            > RACProvider Serializer

            New optional properties:
            - `invalidation_flow`

            * Deleted property `invalidation_flow` (string)
                > Flow used ending the session from a provider.

##### `POST` /sources/kerberos/

###### Request:

Changed content type : `application/json`

* Changed property `spnego_server_name` (string)
    > Force the use of a specific server name for SPNEGO. Must be in the form HTTP@hostname

###### Return Type:

Changed response : **201 Created**

* Changed content type : `application/json`

    * Changed property `spnego_server_name` (string)
        > Force the use of a specific server name for SPNEGO. Must be in the form HTTP@hostname

##### `GET` /sources/kerberos/

###### Return Type:

Changed response : **200 OK**

* Changed content type : `application/json`

    * Changed property `results` (array)

        Changed items (object):
            > Kerberos Source Serializer

        * Changed property `spnego_server_name` (string)
            > Force the use of a specific server name for SPNEGO. Must be in the form HTTP@hostname

##### `PUT` /core/transactional/applications/

###### Request:

Changed content type : `application/json`

* Changed property `provider` (object)

    Updated `authentik_providers_rac.racprovider` provider_model:
    New optional properties:
    - `invalidation_flow`

    * Deleted property `invalidation_flow` (string)
        > Flow used ending the session from a provider.
  • Loading branch information
authentik-automation[bot] committed Nov 4, 2024
1 parent fe4231a commit 5bbf38d
Show file tree
Hide file tree
Showing 15 changed files with 32 additions and 224 deletions.
28 changes: 6 additions & 22 deletions api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48840,7 +48840,8 @@ components:
readOnly: true
type: object
spnego_server_name:
description: Force the use of a specific server name for SPNEGO
description: Force the use of a specific server name for SPNEGO. Must be
in the form HTTP@hostname
type: string
spnego_ccache:
description: Credential cache to use for SPNEGO in form type:residual
Expand Down Expand Up @@ -49050,7 +49051,8 @@ components:
be in the form TYPE:residual
type: string
spnego_server_name:
description: Force the use of a specific server name for SPNEGO
description: Force the use of a specific server name for SPNEGO. Must be
in the form HTTP@hostname
type: string
spnego_keytab:
description: SPNEGO keytab base64-encoded or path to keytab in the form
Expand Down Expand Up @@ -57113,7 +57115,6 @@ components:
- settings: ""
verbose_name_plural: verbose_name_plural
delete_token_on_disconnect: true
invalidation_flow: 046b6c7f-0b8a-43b9-b35d-6489e6daee91
assigned_application_slug: assigned_application_slug
authentication_flow: 046b6c7f-0b8a-43b9-b35d-6489e6daee91
outpost_set:
Expand All @@ -57135,7 +57136,6 @@ components:
- settings: ""
verbose_name_plural: verbose_name_plural
delete_token_on_disconnect: true
invalidation_flow: 046b6c7f-0b8a-43b9-b35d-6489e6daee91
assigned_application_slug: assigned_application_slug
authentication_flow: 046b6c7f-0b8a-43b9-b35d-6489e6daee91
outpost_set:
Expand Down Expand Up @@ -61830,7 +61830,8 @@ components:
be in the form TYPE:residual
type: string
spnego_server_name:
description: Force the use of a specific server name for SPNEGO
description: Force the use of a specific server name for SPNEGO. Must be
in the form HTTP@hostname
type: string
spnego_keytab:
description: SPNEGO keytab base64-encoded or path to keytab in the form
Expand Down Expand Up @@ -63198,7 +63199,6 @@ components:
authorization_flow: 046b6c7f-0b8a-43b9-b35d-6489e6daee91
delete_token_on_disconnect: true
name: name
invalidation_flow: 046b6c7f-0b8a-43b9-b35d-6489e6daee91
connection_expiry: connection_expiry
property_mappings:
- 046b6c7f-0b8a-43b9-b35d-6489e6daee91
Expand All @@ -63217,10 +63217,6 @@ components:
description: Flow used when authorizing this provider.
format: uuid
type: string
invalidation_flow:
description: Flow used ending the session from a provider.
format: uuid
type: string
property_mappings:
items:
format: uuid
Expand Down Expand Up @@ -66236,7 +66232,6 @@ components:
settings: ""
verbose_name_plural: verbose_name_plural
delete_token_on_disconnect: true
invalidation_flow: 046b6c7f-0b8a-43b9-b35d-6489e6daee91
assigned_application_slug: assigned_application_slug
authentication_flow: 046b6c7f-0b8a-43b9-b35d-6489e6daee91
outpost_set:
Expand Down Expand Up @@ -66272,10 +66267,6 @@ components:
description: Flow used when authorizing this provider.
format: uuid
type: string
invalidation_flow:
description: Flow used ending the session from a provider.
format: uuid
type: string
property_mappings:
items:
format: uuid
Expand Down Expand Up @@ -66333,7 +66324,6 @@ components:
- assigned_backchannel_application_slug
- authorization_flow
- component
- invalidation_flow
- meta_model_name
- name
- outpost_set
Expand All @@ -66349,7 +66339,6 @@ components:
authorization_flow: 046b6c7f-0b8a-43b9-b35d-6489e6daee91
delete_token_on_disconnect: true
name: name
invalidation_flow: 046b6c7f-0b8a-43b9-b35d-6489e6daee91
connection_expiry: connection_expiry
property_mappings:
- 046b6c7f-0b8a-43b9-b35d-6489e6daee91
Expand All @@ -66368,10 +66357,6 @@ components:
description: Flow used when authorizing this provider.
format: uuid
type: string
invalidation_flow:
description: Flow used ending the session from a provider.
format: uuid
type: string
property_mappings:
items:
format: uuid
Expand All @@ -66388,7 +66373,6 @@ components:
type: boolean
required:
- authorization_flow
- invalidation_flow
- name
type: object
RadiusCheckAccess:
Expand Down
2 changes: 1 addition & 1 deletion docs/KerberosSource.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Name | Type | Description | Notes
**SyncPrincipal** | Pointer to **string** | Principal to authenticate to kadmin for sync. | [optional]
**SyncCcache** | Pointer to **string** | Credentials cache to authenticate to kadmin for sync. Must be in the form TYPE:residual | [optional]
**Connectivity** | **map[string]string** | Get cached source connectivity | [readonly]
**SpnegoServerName** | Pointer to **string** | Force the use of a specific server name for SPNEGO | [optional]
**SpnegoServerName** | Pointer to **string** | Force the use of a specific server name for SPNEGO. Must be in the form HTTP@hostname | [optional]
**SpnegoCcache** | Pointer to **string** | Credential cache to use for SPNEGO in form type:residual | [optional]
**PasswordLoginUpdateInternalPassword** | Pointer to **bool** | If enabled, the authentik-stored password will be updated upon login with the Kerberos password backend | [optional]

Expand Down
2 changes: 1 addition & 1 deletion docs/KerberosSourceRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Name | Type | Description | Notes
**SyncPassword** | Pointer to **string** | Password to authenticate to kadmin for sync | [optional]
**SyncKeytab** | Pointer to **string** | Keytab to authenticate to kadmin for sync. Must be base64-encoded or in the form TYPE:residual | [optional]
**SyncCcache** | Pointer to **string** | Credentials cache to authenticate to kadmin for sync. Must be in the form TYPE:residual | [optional]
**SpnegoServerName** | Pointer to **string** | Force the use of a specific server name for SPNEGO | [optional]
**SpnegoServerName** | Pointer to **string** | Force the use of a specific server name for SPNEGO. Must be in the form HTTP@hostname | [optional]
**SpnegoKeytab** | Pointer to **string** | SPNEGO keytab base64-encoded or path to keytab in the form FILE:path | [optional]
**SpnegoCcache** | Pointer to **string** | Credential cache to use for SPNEGO in form type:residual | [optional]
**PasswordLoginUpdateInternalPassword** | Pointer to **bool** | If enabled, the authentik-stored password will be updated upon login with the Kerberos password backend | [optional]
Expand Down
2 changes: 1 addition & 1 deletion docs/PatchedKerberosSourceRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Name | Type | Description | Notes
**SyncPassword** | Pointer to **string** | Password to authenticate to kadmin for sync | [optional]
**SyncKeytab** | Pointer to **string** | Keytab to authenticate to kadmin for sync. Must be base64-encoded or in the form TYPE:residual | [optional]
**SyncCcache** | Pointer to **string** | Credentials cache to authenticate to kadmin for sync. Must be in the form TYPE:residual | [optional]
**SpnegoServerName** | Pointer to **string** | Force the use of a specific server name for SPNEGO | [optional]
**SpnegoServerName** | Pointer to **string** | Force the use of a specific server name for SPNEGO. Must be in the form HTTP@hostname | [optional]
**SpnegoKeytab** | Pointer to **string** | SPNEGO keytab base64-encoded or path to keytab in the form FILE:path | [optional]
**SpnegoCcache** | Pointer to **string** | Credential cache to use for SPNEGO in form type:residual | [optional]
**PasswordLoginUpdateInternalPassword** | Pointer to **bool** | If enabled, the authentik-stored password will be updated upon login with the Kerberos password backend | [optional]
Expand Down
26 changes: 0 additions & 26 deletions docs/PatchedRACProviderRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ Name | Type | Description | Notes
**Name** | Pointer to **string** | | [optional]
**AuthenticationFlow** | Pointer to **NullableString** | Flow used for authentication when the associated application is accessed by an un-authenticated user. | [optional]
**AuthorizationFlow** | Pointer to **string** | Flow used when authorizing this provider. | [optional]
**InvalidationFlow** | Pointer to **string** | Flow used ending the session from a provider. | [optional]
**PropertyMappings** | Pointer to **[]string** | | [optional]
**Settings** | Pointer to **interface{}** | | [optional]
**ConnectionExpiry** | Pointer to **string** | Determines how long a session lasts. Default of 0 means that the sessions lasts until the browser is closed. (Format: hours=-1;minutes=-2;seconds=-3) | [optional]
Expand Down Expand Up @@ -117,31 +116,6 @@ SetAuthorizationFlow sets AuthorizationFlow field to given value.

HasAuthorizationFlow returns a boolean if a field has been set.

### GetInvalidationFlow

`func (o *PatchedRACProviderRequest) GetInvalidationFlow() string`

GetInvalidationFlow returns the InvalidationFlow field if non-nil, zero value otherwise.

### GetInvalidationFlowOk

`func (o *PatchedRACProviderRequest) GetInvalidationFlowOk() (*string, bool)`

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

### SetInvalidationFlow

`func (o *PatchedRACProviderRequest) SetInvalidationFlow(v string)`

SetInvalidationFlow sets InvalidationFlow field to given value.

### HasInvalidationFlow

`func (o *PatchedRACProviderRequest) HasInvalidationFlow() bool`

HasInvalidationFlow returns a boolean if a field has been set.

### GetPropertyMappings

`func (o *PatchedRACProviderRequest) GetPropertyMappings() []string`
Expand Down
4 changes: 2 additions & 2 deletions docs/ProvidersApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -4858,7 +4858,7 @@ import (
)

func main() {
rACProviderRequest := *openapiclient.NewRACProviderRequest("Name_example", "AuthorizationFlow_example", "InvalidationFlow_example") // RACProviderRequest |
rACProviderRequest := *openapiclient.NewRACProviderRequest("Name_example", "AuthorizationFlow_example") // RACProviderRequest |

configuration := openapiclient.NewConfiguration()
apiClient := openapiclient.NewAPIClient(configuration)
Expand Down Expand Up @@ -5211,7 +5211,7 @@ import (

func main() {
id := int32(56) // int32 | A unique integer value identifying this RAC Provider.
rACProviderRequest := *openapiclient.NewRACProviderRequest("Name_example", "AuthorizationFlow_example", "InvalidationFlow_example") // RACProviderRequest |
rACProviderRequest := *openapiclient.NewRACProviderRequest("Name_example", "AuthorizationFlow_example") // RACProviderRequest |

configuration := openapiclient.NewConfiguration()
apiClient := openapiclient.NewAPIClient(configuration)
Expand Down
23 changes: 1 addition & 22 deletions docs/RACProvider.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ Name | Type | Description | Notes
**Name** | **string** | |
**AuthenticationFlow** | Pointer to **NullableString** | Flow used for authentication when the associated application is accessed by an un-authenticated user. | [optional]
**AuthorizationFlow** | **string** | Flow used when authorizing this provider. |
**InvalidationFlow** | **string** | Flow used ending the session from a provider. |
**PropertyMappings** | Pointer to **[]string** | | [optional]
**Component** | **string** | Get object component so that we know how to edit the object | [readonly]
**AssignedApplicationSlug** | **string** | Internal application name, used in URLs. | [readonly]
Expand All @@ -27,7 +26,7 @@ Name | Type | Description | Notes

### NewRACProvider

`func NewRACProvider(pk int32, name string, authorizationFlow string, invalidationFlow string, component string, assignedApplicationSlug string, assignedApplicationName string, assignedBackchannelApplicationSlug string, assignedBackchannelApplicationName string, verboseName string, verboseNamePlural string, metaModelName string, outpostSet []string, ) *RACProvider`
`func NewRACProvider(pk int32, name string, authorizationFlow string, component string, assignedApplicationSlug string, assignedApplicationName string, assignedBackchannelApplicationSlug string, assignedBackchannelApplicationName string, verboseName string, verboseNamePlural string, metaModelName string, outpostSet []string, ) *RACProvider`

NewRACProvider instantiates a new RACProvider object
This constructor will assign default values to properties that have it defined,
Expand Down Expand Up @@ -137,26 +136,6 @@ and a boolean to check if the value has been set.
SetAuthorizationFlow sets AuthorizationFlow field to given value.


### GetInvalidationFlow

`func (o *RACProvider) GetInvalidationFlow() string`

GetInvalidationFlow returns the InvalidationFlow field if non-nil, zero value otherwise.

### GetInvalidationFlowOk

`func (o *RACProvider) GetInvalidationFlowOk() (*string, bool)`

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

### SetInvalidationFlow

`func (o *RACProvider) SetInvalidationFlow(v string)`

SetInvalidationFlow sets InvalidationFlow field to given value.


### GetPropertyMappings

`func (o *RACProvider) GetPropertyMappings() []string`
Expand Down
23 changes: 1 addition & 22 deletions docs/RACProviderRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ Name | Type | Description | Notes
**Name** | **string** | |
**AuthenticationFlow** | Pointer to **NullableString** | Flow used for authentication when the associated application is accessed by an un-authenticated user. | [optional]
**AuthorizationFlow** | **string** | Flow used when authorizing this provider. |
**InvalidationFlow** | **string** | Flow used ending the session from a provider. |
**PropertyMappings** | Pointer to **[]string** | | [optional]
**Settings** | Pointer to **interface{}** | | [optional]
**ConnectionExpiry** | Pointer to **string** | Determines how long a session lasts. Default of 0 means that the sessions lasts until the browser is closed. (Format: hours=-1;minutes=-2;seconds=-3) | [optional]
Expand All @@ -17,7 +16,7 @@ Name | Type | Description | Notes

### NewRACProviderRequest

`func NewRACProviderRequest(name string, authorizationFlow string, invalidationFlow string, ) *RACProviderRequest`
`func NewRACProviderRequest(name string, authorizationFlow string, ) *RACProviderRequest`

NewRACProviderRequest instantiates a new RACProviderRequest object
This constructor will assign default values to properties that have it defined,
Expand Down Expand Up @@ -107,26 +106,6 @@ and a boolean to check if the value has been set.
SetAuthorizationFlow sets AuthorizationFlow field to given value.


### GetInvalidationFlow

`func (o *RACProviderRequest) GetInvalidationFlow() string`

GetInvalidationFlow returns the InvalidationFlow field if non-nil, zero value otherwise.

### GetInvalidationFlowOk

`func (o *RACProviderRequest) GetInvalidationFlowOk() (*string, bool)`

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

### SetInvalidationFlow

`func (o *RACProviderRequest) SetInvalidationFlow(v string)`

SetInvalidationFlow sets InvalidationFlow field to given value.


### GetPropertyMappings

`func (o *RACProviderRequest) GetPropertyMappings() []string`
Expand Down
2 changes: 1 addition & 1 deletion model_kerberos_source.go

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

2 changes: 1 addition & 1 deletion model_kerberos_source_request.go

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

2 changes: 1 addition & 1 deletion model_patched_kerberos_source_request.go

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

43 changes: 3 additions & 40 deletions model_patched_rac_provider_request.go

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

Loading

0 comments on commit 5bbf38d

Please sign in to comment.