mirror of
https://github.com/rancher/types.git
synced 2025-09-16 14:59:16 +00:00
Generated changes - Ping-saml test and login output
This commit is contained in:
committed by
Alena Prokharchyk
parent
5eb3931b41
commit
a3a682e811
10
client/management/v3/zz_generated_saml_config_test_output.go
Normal file
10
client/management/v3/zz_generated_saml_config_test_output.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package client
|
||||
|
||||
const (
|
||||
SamlConfigTestOutputType = "samlConfigTestOutput"
|
||||
SamlConfigTestOutputFieldIdpRedirectURL = "idpRedirectUrl"
|
||||
)
|
||||
|
||||
type SamlConfigTestOutput struct {
|
||||
IdpRedirectURL string `json:"idpRedirectUrl,omitempty" yaml:"idpRedirectUrl,omitempty"`
|
||||
}
|
@@ -1,10 +0,0 @@
|
||||
package client
|
||||
|
||||
const (
|
||||
SamlLoginType = "samlLogin"
|
||||
SamlLoginFieldFinalRedirectURL = "finalRedirectUrl"
|
||||
)
|
||||
|
||||
type SamlLogin struct {
|
||||
FinalRedirectURL string `json:"finalRedirectUrl,omitempty" yaml:"finalRedirectUrl,omitempty"`
|
||||
}
|
10
client/management/v3public/zz_generated_saml_login_input.go
Normal file
10
client/management/v3public/zz_generated_saml_login_input.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package client
|
||||
|
||||
const (
|
||||
SamlLoginInputType = "samlLoginInput"
|
||||
SamlLoginInputFieldFinalRedirectURL = "finalRedirectUrl"
|
||||
)
|
||||
|
||||
type SamlLoginInput struct {
|
||||
FinalRedirectURL string `json:"finalRedirectUrl,omitempty" yaml:"finalRedirectUrl,omitempty"`
|
||||
}
|
10
client/management/v3public/zz_generated_saml_login_output.go
Normal file
10
client/management/v3public/zz_generated_saml_login_output.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package client
|
||||
|
||||
const (
|
||||
SamlLoginOutputType = "samlLoginOutput"
|
||||
SamlLoginOutputFieldIdpRedirectURL = "idpRedirectUrl"
|
||||
)
|
||||
|
||||
type SamlLoginOutput struct {
|
||||
IdpRedirectURL string `json:"idpRedirectUrl,omitempty" yaml:"idpRedirectUrl,omitempty"`
|
||||
}
|
Reference in New Issue
Block a user