Describe the bug?
This is a followup to #549 regarding issues in the v6 versions of the SDK.
Examples:
clientV6.ApplicationAPI.ListApplications(ctx).Execute()
failed to unmarshal ListApplications200ResponseInner as SamlApplication: no value given for required property allowMultipleAcsEndpoints"
or
clientV6.IdentityProviderAPI.ListIdentityProviders(ctx).Execute()
data matches more than one schema in oneOf(IdentityProviderProtocol)
What is expected to happen?
Proper unmarshaling without errors.
What is the actual behavior?
Errors like shown in the description
Reproduction Steps?
Invoking the above mentioned SDK functions with at least one SAML application or an existing SAML IDP
Additional Information?
No response
Golang Version
v1.25.8
SDK Version
v6.0.1
OS version
No response
Describe the bug?
This is a followup to #549 regarding issues in the v6 versions of the SDK.
Examples:
or
What is expected to happen?
Proper unmarshaling without errors.
What is the actual behavior?
Errors like shown in the description
Reproduction Steps?
Invoking the above mentioned SDK functions with at least one SAML application or an existing SAML IDP
Additional Information?
No response
Golang Version
v1.25.8
SDK Version
v6.0.1
OS version
No response