1. Packages
  2. Konnect Provider
  3. API Docs
  4. getGatewayPluginSaml
konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong

konnect.getGatewayPluginSaml

Explore with Pulumi AI

konnect logo
konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong

    Using getGatewayPluginSaml

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getGatewayPluginSaml(args: GetGatewayPluginSamlArgs, opts?: InvokeOptions): Promise<GetGatewayPluginSamlResult>
    function getGatewayPluginSamlOutput(args: GetGatewayPluginSamlOutputArgs, opts?: InvokeOptions): Output<GetGatewayPluginSamlResult>
    def get_gateway_plugin_saml(control_plane_id: Optional[str] = None,
                                opts: Optional[InvokeOptions] = None) -> GetGatewayPluginSamlResult
    def get_gateway_plugin_saml_output(control_plane_id: Optional[pulumi.Input[str]] = None,
                                opts: Optional[InvokeOptions] = None) -> Output[GetGatewayPluginSamlResult]
    func LookupGatewayPluginSaml(ctx *Context, args *LookupGatewayPluginSamlArgs, opts ...InvokeOption) (*LookupGatewayPluginSamlResult, error)
    func LookupGatewayPluginSamlOutput(ctx *Context, args *LookupGatewayPluginSamlOutputArgs, opts ...InvokeOption) LookupGatewayPluginSamlResultOutput

    > Note: This function is named LookupGatewayPluginSaml in the Go SDK.

    public static class GetGatewayPluginSaml 
    {
        public static Task<GetGatewayPluginSamlResult> InvokeAsync(GetGatewayPluginSamlArgs args, InvokeOptions? opts = null)
        public static Output<GetGatewayPluginSamlResult> Invoke(GetGatewayPluginSamlInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetGatewayPluginSamlResult> getGatewayPluginSaml(GetGatewayPluginSamlArgs args, InvokeOptions options)
    public static Output<GetGatewayPluginSamlResult> getGatewayPluginSaml(GetGatewayPluginSamlArgs args, InvokeOptions options)
    
    fn::invoke:
      function: konnect:index/getGatewayPluginSaml:getGatewayPluginSaml
      arguments:
        # arguments dictionary

    The following arguments are supported:

    getGatewayPluginSaml Result

    The following output properties are available:

    Supporting Types

    GetGatewayPluginSamlConfig

    Anonymous string
    An optional string (consumer UUID or username) value to use as an “anonymous” consumer. If not set, a Kong Consumer must exist for the SAML IdP user credentials, mapping the username format to the Kong Consumer username.
    AssertionConsumerPath string
    A string representing a URL path, such as /path/to/resource. Must start with a forward slash (/) and must not contain empty segments (i.e., two consecutive forward slashes).
    IdpCertificate string
    The public certificate provided by the IdP. This is used to validate responses from the IdP. Only include the contents of the certificate. Do not include the header (BEGIN CERTIFICATE) and footer (END CERTIFICATE) lines.
    IdpSsoUrl string
    A string representing a URL, such as https://example.com/path/to/resource?q=search.
    Issuer string
    The unique identifier of the IdP application. Formatted as a URL containing information about the IdP so the SP can validate that the SAML assertions it receives are issued from the correct IdP.
    NameidFormat string
    The requested NameId format. Options available are: - Unspecified - EmailAddress - Persistent - Transient
    Redis GetGatewayPluginSamlConfigRedis
    RequestDigestAlgorithm string
    The digest algorithm for Authn requests: - SHA256 - SHA1
    RequestSignatureAlgorithm string
    The signature algorithm for signing Authn requests. Options available are: - SHA256 - SHA384 - SHA512
    RequestSigningCertificate string
    The certificate for signing requests.
    RequestSigningKey string
    The private key for signing requests. If this parameter is set, requests sent to the IdP are signed. The request_signing_certificate parameter must be set as well.
    ResponseDigestAlgorithm string
    The algorithm for verifying digest in SAML responses: - SHA256 - SHA1
    ResponseEncryptionKey string
    The private encryption key required to decrypt encrypted assertions.
    ResponseSignatureAlgorithm string
    The algorithm for validating signatures in SAML responses. Options available are: - SHA256 - SHA384 - SHA512
    SessionAbsoluteTimeout double
    The session cookie absolute timeout in seconds. Specifies how long the session can be used until it is no longer valid.
    SessionAudience string
    The session audience, for example "my-application"
    SessionCookieDomain string
    The session cookie domain flag.
    SessionCookieHttpOnly bool
    Forbids JavaScript from accessing the cookie, for example, through the Document.cookie property.
    SessionCookieName string
    The session cookie name.
    SessionCookiePath string
    A string representing a URL path, such as /path/to/resource. Must start with a forward slash (/) and must not contain empty segments (i.e., two consecutive forward slashes).
    SessionCookieSameSite string
    Controls whether a cookie is sent with cross-origin requests, providing some protection against cross-site request forgery attacks.
    SessionCookieSecure bool
    The cookie is only sent to the server when a request is made with the https:scheme (except on localhost), and therefore is more resistant to man-in-the-middle attacks.
    SessionEnforceSameSubject bool
    When set to true, audiences are forced to share the same subject.
    SessionHashStorageKey bool
    When set to true, the storage key (session ID) is hashed for extra security. Hashing the storage key means it is impossible to decrypt data from the storage without a cookie.
    SessionHashSubject bool
    When set to true, the value of subject is hashed before being stored. Only applies when session_store_metadata is enabled.
    SessionIdlingTimeout double
    The session cookie idle time in seconds.
    SessionMemcachedHost string
    The memcached host.
    SessionMemcachedPort double
    An integer representing a port number between 0 and 65535, inclusive.
    SessionMemcachedPrefix string
    The memcached session key prefix.
    SessionMemcachedSocket string
    The memcached unix socket path.
    SessionRemember bool
    Enables or disables persistent sessions
    SessionRememberAbsoluteTimeout double
    Persistent session absolute timeout in seconds.
    SessionRememberCookieName string
    Persistent session cookie name
    SessionRememberRollingTimeout double
    Persistent session rolling timeout in seconds.
    SessionRequestHeaders List<string>
    SessionResponseHeaders List<string>
    SessionRollingTimeout double
    The session cookie absolute timeout in seconds. Specifies how long the session can be used until it is no longer valid.
    SessionSecret string
    The session secret. This must be a random string of 32 characters from the base64 alphabet (letters, numbers, /, _ and +). It is used as the secret key for encrypting session data as well as state information that is sent to the IdP in the authentication exchange.
    SessionStorage string
    The session storage for session data: - cookie: stores session data with the session cookie. The session cannot be invalidated or revoked without changing the session secret, but is stateless, and doesn't require a database. - memcached: stores session data in memcached - redis: stores session data in Redis
    SessionStoreMetadata bool
    Configures whether or not session metadata should be stored. This includes information about the active sessions for the specific_audience belonging to a specific subject.
    ValidateAssertionSignature bool
    Enable signature validation for SAML responses.
    Anonymous string
    An optional string (consumer UUID or username) value to use as an “anonymous” consumer. If not set, a Kong Consumer must exist for the SAML IdP user credentials, mapping the username format to the Kong Consumer username.
    AssertionConsumerPath string
    A string representing a URL path, such as /path/to/resource. Must start with a forward slash (/) and must not contain empty segments (i.e., two consecutive forward slashes).
    IdpCertificate string
    The public certificate provided by the IdP. This is used to validate responses from the IdP. Only include the contents of the certificate. Do not include the header (BEGIN CERTIFICATE) and footer (END CERTIFICATE) lines.
    IdpSsoUrl string
    A string representing a URL, such as https://example.com/path/to/resource?q=search.
    Issuer string
    The unique identifier of the IdP application. Formatted as a URL containing information about the IdP so the SP can validate that the SAML assertions it receives are issued from the correct IdP.
    NameidFormat string
    The requested NameId format. Options available are: - Unspecified - EmailAddress - Persistent - Transient
    Redis GetGatewayPluginSamlConfigRedis
    RequestDigestAlgorithm string
    The digest algorithm for Authn requests: - SHA256 - SHA1
    RequestSignatureAlgorithm string
    The signature algorithm for signing Authn requests. Options available are: - SHA256 - SHA384 - SHA512
    RequestSigningCertificate string
    The certificate for signing requests.
    RequestSigningKey string
    The private key for signing requests. If this parameter is set, requests sent to the IdP are signed. The request_signing_certificate parameter must be set as well.
    ResponseDigestAlgorithm string
    The algorithm for verifying digest in SAML responses: - SHA256 - SHA1
    ResponseEncryptionKey string
    The private encryption key required to decrypt encrypted assertions.
    ResponseSignatureAlgorithm string
    The algorithm for validating signatures in SAML responses. Options available are: - SHA256 - SHA384 - SHA512
    SessionAbsoluteTimeout float64
    The session cookie absolute timeout in seconds. Specifies how long the session can be used until it is no longer valid.
    SessionAudience string
    The session audience, for example "my-application"
    SessionCookieDomain string
    The session cookie domain flag.
    SessionCookieHttpOnly bool
    Forbids JavaScript from accessing the cookie, for example, through the Document.cookie property.
    SessionCookieName string
    The session cookie name.
    SessionCookiePath string
    A string representing a URL path, such as /path/to/resource. Must start with a forward slash (/) and must not contain empty segments (i.e., two consecutive forward slashes).
    SessionCookieSameSite string
    Controls whether a cookie is sent with cross-origin requests, providing some protection against cross-site request forgery attacks.
    SessionCookieSecure bool
    The cookie is only sent to the server when a request is made with the https:scheme (except on localhost), and therefore is more resistant to man-in-the-middle attacks.
    SessionEnforceSameSubject bool
    When set to true, audiences are forced to share the same subject.
    SessionHashStorageKey bool
    When set to true, the storage key (session ID) is hashed for extra security. Hashing the storage key means it is impossible to decrypt data from the storage without a cookie.
    SessionHashSubject bool
    When set to true, the value of subject is hashed before being stored. Only applies when session_store_metadata is enabled.
    SessionIdlingTimeout float64
    The session cookie idle time in seconds.
    SessionMemcachedHost string
    The memcached host.
    SessionMemcachedPort float64
    An integer representing a port number between 0 and 65535, inclusive.
    SessionMemcachedPrefix string
    The memcached session key prefix.
    SessionMemcachedSocket string
    The memcached unix socket path.
    SessionRemember bool
    Enables or disables persistent sessions
    SessionRememberAbsoluteTimeout float64
    Persistent session absolute timeout in seconds.
    SessionRememberCookieName string
    Persistent session cookie name
    SessionRememberRollingTimeout float64
    Persistent session rolling timeout in seconds.
    SessionRequestHeaders []string
    SessionResponseHeaders []string
    SessionRollingTimeout float64
    The session cookie absolute timeout in seconds. Specifies how long the session can be used until it is no longer valid.
    SessionSecret string
    The session secret. This must be a random string of 32 characters from the base64 alphabet (letters, numbers, /, _ and +). It is used as the secret key for encrypting session data as well as state information that is sent to the IdP in the authentication exchange.
    SessionStorage string
    The session storage for session data: - cookie: stores session data with the session cookie. The session cannot be invalidated or revoked without changing the session secret, but is stateless, and doesn't require a database. - memcached: stores session data in memcached - redis: stores session data in Redis
    SessionStoreMetadata bool
    Configures whether or not session metadata should be stored. This includes information about the active sessions for the specific_audience belonging to a specific subject.
    ValidateAssertionSignature bool
    Enable signature validation for SAML responses.
    anonymous String
    An optional string (consumer UUID or username) value to use as an “anonymous” consumer. If not set, a Kong Consumer must exist for the SAML IdP user credentials, mapping the username format to the Kong Consumer username.
    assertionConsumerPath String
    A string representing a URL path, such as /path/to/resource. Must start with a forward slash (/) and must not contain empty segments (i.e., two consecutive forward slashes).
    idpCertificate String
    The public certificate provided by the IdP. This is used to validate responses from the IdP. Only include the contents of the certificate. Do not include the header (BEGIN CERTIFICATE) and footer (END CERTIFICATE) lines.
    idpSsoUrl String
    A string representing a URL, such as https://example.com/path/to/resource?q=search.
    issuer String
    The unique identifier of the IdP application. Formatted as a URL containing information about the IdP so the SP can validate that the SAML assertions it receives are issued from the correct IdP.
    nameidFormat String
    The requested NameId format. Options available are: - Unspecified - EmailAddress - Persistent - Transient
    redis GetGatewayPluginSamlConfigRedis
    requestDigestAlgorithm String
    The digest algorithm for Authn requests: - SHA256 - SHA1
    requestSignatureAlgorithm String
    The signature algorithm for signing Authn requests. Options available are: - SHA256 - SHA384 - SHA512
    requestSigningCertificate String
    The certificate for signing requests.
    requestSigningKey String
    The private key for signing requests. If this parameter is set, requests sent to the IdP are signed. The request_signing_certificate parameter must be set as well.
    responseDigestAlgorithm String
    The algorithm for verifying digest in SAML responses: - SHA256 - SHA1
    responseEncryptionKey String
    The private encryption key required to decrypt encrypted assertions.
    responseSignatureAlgorithm String
    The algorithm for validating signatures in SAML responses. Options available are: - SHA256 - SHA384 - SHA512
    sessionAbsoluteTimeout Double
    The session cookie absolute timeout in seconds. Specifies how long the session can be used until it is no longer valid.
    sessionAudience String
    The session audience, for example "my-application"
    sessionCookieDomain String
    The session cookie domain flag.
    sessionCookieHttpOnly Boolean
    Forbids JavaScript from accessing the cookie, for example, through the Document.cookie property.
    sessionCookieName String
    The session cookie name.
    sessionCookiePath String
    A string representing a URL path, such as /path/to/resource. Must start with a forward slash (/) and must not contain empty segments (i.e., two consecutive forward slashes).
    sessionCookieSameSite String
    Controls whether a cookie is sent with cross-origin requests, providing some protection against cross-site request forgery attacks.
    sessionCookieSecure Boolean
    The cookie is only sent to the server when a request is made with the https:scheme (except on localhost), and therefore is more resistant to man-in-the-middle attacks.
    sessionEnforceSameSubject Boolean
    When set to true, audiences are forced to share the same subject.
    sessionHashStorageKey Boolean
    When set to true, the storage key (session ID) is hashed for extra security. Hashing the storage key means it is impossible to decrypt data from the storage without a cookie.
    sessionHashSubject Boolean
    When set to true, the value of subject is hashed before being stored. Only applies when session_store_metadata is enabled.
    sessionIdlingTimeout Double
    The session cookie idle time in seconds.
    sessionMemcachedHost String
    The memcached host.
    sessionMemcachedPort Double
    An integer representing a port number between 0 and 65535, inclusive.
    sessionMemcachedPrefix String
    The memcached session key prefix.
    sessionMemcachedSocket String
    The memcached unix socket path.
    sessionRemember Boolean
    Enables or disables persistent sessions
    sessionRememberAbsoluteTimeout Double
    Persistent session absolute timeout in seconds.
    sessionRememberCookieName String
    Persistent session cookie name
    sessionRememberRollingTimeout Double
    Persistent session rolling timeout in seconds.
    sessionRequestHeaders List<String>
    sessionResponseHeaders List<String>
    sessionRollingTimeout Double
    The session cookie absolute timeout in seconds. Specifies how long the session can be used until it is no longer valid.
    sessionSecret String
    The session secret. This must be a random string of 32 characters from the base64 alphabet (letters, numbers, /, _ and +). It is used as the secret key for encrypting session data as well as state information that is sent to the IdP in the authentication exchange.
    sessionStorage String
    The session storage for session data: - cookie: stores session data with the session cookie. The session cannot be invalidated or revoked without changing the session secret, but is stateless, and doesn't require a database. - memcached: stores session data in memcached - redis: stores session data in Redis
    sessionStoreMetadata Boolean
    Configures whether or not session metadata should be stored. This includes information about the active sessions for the specific_audience belonging to a specific subject.
    validateAssertionSignature Boolean
    Enable signature validation for SAML responses.
    anonymous string
    An optional string (consumer UUID or username) value to use as an “anonymous” consumer. If not set, a Kong Consumer must exist for the SAML IdP user credentials, mapping the username format to the Kong Consumer username.
    assertionConsumerPath string
    A string representing a URL path, such as /path/to/resource. Must start with a forward slash (/) and must not contain empty segments (i.e., two consecutive forward slashes).
    idpCertificate string
    The public certificate provided by the IdP. This is used to validate responses from the IdP. Only include the contents of the certificate. Do not include the header (BEGIN CERTIFICATE) and footer (END CERTIFICATE) lines.
    idpSsoUrl string
    A string representing a URL, such as https://example.com/path/to/resource?q=search.
    issuer string
    The unique identifier of the IdP application. Formatted as a URL containing information about the IdP so the SP can validate that the SAML assertions it receives are issued from the correct IdP.
    nameidFormat string
    The requested NameId format. Options available are: - Unspecified - EmailAddress - Persistent - Transient
    redis GetGatewayPluginSamlConfigRedis
    requestDigestAlgorithm string
    The digest algorithm for Authn requests: - SHA256 - SHA1
    requestSignatureAlgorithm string
    The signature algorithm for signing Authn requests. Options available are: - SHA256 - SHA384 - SHA512
    requestSigningCertificate string
    The certificate for signing requests.
    requestSigningKey string
    The private key for signing requests. If this parameter is set, requests sent to the IdP are signed. The request_signing_certificate parameter must be set as well.
    responseDigestAlgorithm string
    The algorithm for verifying digest in SAML responses: - SHA256 - SHA1
    responseEncryptionKey string
    The private encryption key required to decrypt encrypted assertions.
    responseSignatureAlgorithm string
    The algorithm for validating signatures in SAML responses. Options available are: - SHA256 - SHA384 - SHA512
    sessionAbsoluteTimeout number
    The session cookie absolute timeout in seconds. Specifies how long the session can be used until it is no longer valid.
    sessionAudience string
    The session audience, for example "my-application"
    sessionCookieDomain string
    The session cookie domain flag.
    sessionCookieHttpOnly boolean
    Forbids JavaScript from accessing the cookie, for example, through the Document.cookie property.
    sessionCookieName string
    The session cookie name.
    sessionCookiePath string
    A string representing a URL path, such as /path/to/resource. Must start with a forward slash (/) and must not contain empty segments (i.e., two consecutive forward slashes).
    sessionCookieSameSite string
    Controls whether a cookie is sent with cross-origin requests, providing some protection against cross-site request forgery attacks.
    sessionCookieSecure boolean
    The cookie is only sent to the server when a request is made with the https:scheme (except on localhost), and therefore is more resistant to man-in-the-middle attacks.
    sessionEnforceSameSubject boolean
    When set to true, audiences are forced to share the same subject.
    sessionHashStorageKey boolean
    When set to true, the storage key (session ID) is hashed for extra security. Hashing the storage key means it is impossible to decrypt data from the storage without a cookie.
    sessionHashSubject boolean
    When set to true, the value of subject is hashed before being stored. Only applies when session_store_metadata is enabled.
    sessionIdlingTimeout number
    The session cookie idle time in seconds.
    sessionMemcachedHost string
    The memcached host.
    sessionMemcachedPort number
    An integer representing a port number between 0 and 65535, inclusive.
    sessionMemcachedPrefix string
    The memcached session key prefix.
    sessionMemcachedSocket string
    The memcached unix socket path.
    sessionRemember boolean
    Enables or disables persistent sessions
    sessionRememberAbsoluteTimeout number
    Persistent session absolute timeout in seconds.
    sessionRememberCookieName string
    Persistent session cookie name
    sessionRememberRollingTimeout number
    Persistent session rolling timeout in seconds.
    sessionRequestHeaders string[]
    sessionResponseHeaders string[]
    sessionRollingTimeout number
    The session cookie absolute timeout in seconds. Specifies how long the session can be used until it is no longer valid.
    sessionSecret string
    The session secret. This must be a random string of 32 characters from the base64 alphabet (letters, numbers, /, _ and +). It is used as the secret key for encrypting session data as well as state information that is sent to the IdP in the authentication exchange.
    sessionStorage string
    The session storage for session data: - cookie: stores session data with the session cookie. The session cannot be invalidated or revoked without changing the session secret, but is stateless, and doesn't require a database. - memcached: stores session data in memcached - redis: stores session data in Redis
    sessionStoreMetadata boolean
    Configures whether or not session metadata should be stored. This includes information about the active sessions for the specific_audience belonging to a specific subject.
    validateAssertionSignature boolean
    Enable signature validation for SAML responses.
    anonymous str
    An optional string (consumer UUID or username) value to use as an “anonymous” consumer. If not set, a Kong Consumer must exist for the SAML IdP user credentials, mapping the username format to the Kong Consumer username.
    assertion_consumer_path str
    A string representing a URL path, such as /path/to/resource. Must start with a forward slash (/) and must not contain empty segments (i.e., two consecutive forward slashes).
    idp_certificate str
    The public certificate provided by the IdP. This is used to validate responses from the IdP. Only include the contents of the certificate. Do not include the header (BEGIN CERTIFICATE) and footer (END CERTIFICATE) lines.
    idp_sso_url str
    A string representing a URL, such as https://example.com/path/to/resource?q=search.
    issuer str
    The unique identifier of the IdP application. Formatted as a URL containing information about the IdP so the SP can validate that the SAML assertions it receives are issued from the correct IdP.
    nameid_format str
    The requested NameId format. Options available are: - Unspecified - EmailAddress - Persistent - Transient
    redis GetGatewayPluginSamlConfigRedis
    request_digest_algorithm str
    The digest algorithm for Authn requests: - SHA256 - SHA1
    request_signature_algorithm str
    The signature algorithm for signing Authn requests. Options available are: - SHA256 - SHA384 - SHA512
    request_signing_certificate str
    The certificate for signing requests.
    request_signing_key str
    The private key for signing requests. If this parameter is set, requests sent to the IdP are signed. The request_signing_certificate parameter must be set as well.
    response_digest_algorithm str
    The algorithm for verifying digest in SAML responses: - SHA256 - SHA1
    response_encryption_key str
    The private encryption key required to decrypt encrypted assertions.
    response_signature_algorithm str
    The algorithm for validating signatures in SAML responses. Options available are: - SHA256 - SHA384 - SHA512
    session_absolute_timeout float
    The session cookie absolute timeout in seconds. Specifies how long the session can be used until it is no longer valid.
    session_audience str
    The session audience, for example "my-application"
    session_cookie_domain str
    The session cookie domain flag.
    session_cookie_http_only bool
    Forbids JavaScript from accessing the cookie, for example, through the Document.cookie property.
    session_cookie_name str
    The session cookie name.
    session_cookie_path str
    A string representing a URL path, such as /path/to/resource. Must start with a forward slash (/) and must not contain empty segments (i.e., two consecutive forward slashes).
    session_cookie_same_site str
    Controls whether a cookie is sent with cross-origin requests, providing some protection against cross-site request forgery attacks.
    session_cookie_secure bool
    The cookie is only sent to the server when a request is made with the https:scheme (except on localhost), and therefore is more resistant to man-in-the-middle attacks.
    session_enforce_same_subject bool
    When set to true, audiences are forced to share the same subject.
    session_hash_storage_key bool
    When set to true, the storage key (session ID) is hashed for extra security. Hashing the storage key means it is impossible to decrypt data from the storage without a cookie.
    session_hash_subject bool
    When set to true, the value of subject is hashed before being stored. Only applies when session_store_metadata is enabled.
    session_idling_timeout float
    The session cookie idle time in seconds.
    session_memcached_host str
    The memcached host.
    session_memcached_port float
    An integer representing a port number between 0 and 65535, inclusive.
    session_memcached_prefix str
    The memcached session key prefix.
    session_memcached_socket str
    The memcached unix socket path.
    session_remember bool
    Enables or disables persistent sessions
    session_remember_absolute_timeout float
    Persistent session absolute timeout in seconds.
    session_remember_cookie_name str
    Persistent session cookie name
    session_remember_rolling_timeout float
    Persistent session rolling timeout in seconds.
    session_request_headers Sequence[str]
    session_response_headers Sequence[str]
    session_rolling_timeout float
    The session cookie absolute timeout in seconds. Specifies how long the session can be used until it is no longer valid.
    session_secret str
    The session secret. This must be a random string of 32 characters from the base64 alphabet (letters, numbers, /, _ and +). It is used as the secret key for encrypting session data as well as state information that is sent to the IdP in the authentication exchange.
    session_storage str
    The session storage for session data: - cookie: stores session data with the session cookie. The session cannot be invalidated or revoked without changing the session secret, but is stateless, and doesn't require a database. - memcached: stores session data in memcached - redis: stores session data in Redis
    session_store_metadata bool
    Configures whether or not session metadata should be stored. This includes information about the active sessions for the specific_audience belonging to a specific subject.
    validate_assertion_signature bool
    Enable signature validation for SAML responses.
    anonymous String
    An optional string (consumer UUID or username) value to use as an “anonymous” consumer. If not set, a Kong Consumer must exist for the SAML IdP user credentials, mapping the username format to the Kong Consumer username.
    assertionConsumerPath String
    A string representing a URL path, such as /path/to/resource. Must start with a forward slash (/) and must not contain empty segments (i.e., two consecutive forward slashes).
    idpCertificate String
    The public certificate provided by the IdP. This is used to validate responses from the IdP. Only include the contents of the certificate. Do not include the header (BEGIN CERTIFICATE) and footer (END CERTIFICATE) lines.
    idpSsoUrl String
    A string representing a URL, such as https://example.com/path/to/resource?q=search.
    issuer String
    The unique identifier of the IdP application. Formatted as a URL containing information about the IdP so the SP can validate that the SAML assertions it receives are issued from the correct IdP.
    nameidFormat String
    The requested NameId format. Options available are: - Unspecified - EmailAddress - Persistent - Transient
    redis Property Map
    requestDigestAlgorithm String
    The digest algorithm for Authn requests: - SHA256 - SHA1
    requestSignatureAlgorithm String
    The signature algorithm for signing Authn requests. Options available are: - SHA256 - SHA384 - SHA512
    requestSigningCertificate String
    The certificate for signing requests.
    requestSigningKey String
    The private key for signing requests. If this parameter is set, requests sent to the IdP are signed. The request_signing_certificate parameter must be set as well.
    responseDigestAlgorithm String
    The algorithm for verifying digest in SAML responses: - SHA256 - SHA1
    responseEncryptionKey String
    The private encryption key required to decrypt encrypted assertions.
    responseSignatureAlgorithm String
    The algorithm for validating signatures in SAML responses. Options available are: - SHA256 - SHA384 - SHA512
    sessionAbsoluteTimeout Number
    The session cookie absolute timeout in seconds. Specifies how long the session can be used until it is no longer valid.
    sessionAudience String
    The session audience, for example "my-application"
    sessionCookieDomain String
    The session cookie domain flag.
    sessionCookieHttpOnly Boolean
    Forbids JavaScript from accessing the cookie, for example, through the Document.cookie property.
    sessionCookieName String
    The session cookie name.
    sessionCookiePath String
    A string representing a URL path, such as /path/to/resource. Must start with a forward slash (/) and must not contain empty segments (i.e., two consecutive forward slashes).
    sessionCookieSameSite String
    Controls whether a cookie is sent with cross-origin requests, providing some protection against cross-site request forgery attacks.
    sessionCookieSecure Boolean
    The cookie is only sent to the server when a request is made with the https:scheme (except on localhost), and therefore is more resistant to man-in-the-middle attacks.
    sessionEnforceSameSubject Boolean
    When set to true, audiences are forced to share the same subject.
    sessionHashStorageKey Boolean
    When set to true, the storage key (session ID) is hashed for extra security. Hashing the storage key means it is impossible to decrypt data from the storage without a cookie.
    sessionHashSubject Boolean
    When set to true, the value of subject is hashed before being stored. Only applies when session_store_metadata is enabled.
    sessionIdlingTimeout Number
    The session cookie idle time in seconds.
    sessionMemcachedHost String
    The memcached host.
    sessionMemcachedPort Number
    An integer representing a port number between 0 and 65535, inclusive.
    sessionMemcachedPrefix String
    The memcached session key prefix.
    sessionMemcachedSocket String
    The memcached unix socket path.
    sessionRemember Boolean
    Enables or disables persistent sessions
    sessionRememberAbsoluteTimeout Number
    Persistent session absolute timeout in seconds.
    sessionRememberCookieName String
    Persistent session cookie name
    sessionRememberRollingTimeout Number
    Persistent session rolling timeout in seconds.
    sessionRequestHeaders List<String>
    sessionResponseHeaders List<String>
    sessionRollingTimeout Number
    The session cookie absolute timeout in seconds. Specifies how long the session can be used until it is no longer valid.
    sessionSecret String
    The session secret. This must be a random string of 32 characters from the base64 alphabet (letters, numbers, /, _ and +). It is used as the secret key for encrypting session data as well as state information that is sent to the IdP in the authentication exchange.
    sessionStorage String
    The session storage for session data: - cookie: stores session data with the session cookie. The session cannot be invalidated or revoked without changing the session secret, but is stateless, and doesn't require a database. - memcached: stores session data in memcached - redis: stores session data in Redis
    sessionStoreMetadata Boolean
    Configures whether or not session metadata should be stored. This includes information about the active sessions for the specific_audience belonging to a specific subject.
    validateAssertionSignature Boolean
    Enable signature validation for SAML responses.

    GetGatewayPluginSamlConfigRedis

    ClusterMaxRedirections double
    Maximum retry attempts for redirection.
    ClusterNodes List<GetGatewayPluginSamlConfigRedisClusterNode>
    Cluster addresses to use for Redis connections when the redis strategy is defined. Defining this field implies using a Redis Cluster. The minimum length of the array is 1 element.
    ConnectTimeout double
    An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
    ConnectionIsProxied bool
    If the connection to Redis is proxied (e.g. Envoy), set it true. Set the host and port to point to the proxy address.
    Database double
    Database to use for the Redis connection when using the redis strategy
    Host string
    A string representing a host name, such as example.com.
    KeepaliveBacklog double
    Limits the total number of opened connections for a pool. If the connection pool is full, connection queues above the limit go into the backlog queue. If the backlog queue is full, subsequent connect operations fail and return nil. Queued operations (subject to set timeouts) resume once the number of connections in the pool is less than keepalive_pool_size. If latency is high or throughput is low, try increasing this value. Empirically, this value is larger than keepalive_pool_size.
    KeepalivePoolSize double
    The size limit for every cosocket connection pool associated with every remote server, per worker process. If neither keepalive_pool_size nor keepalive_backlog is specified, no pool is created. If keepalive_pool_size isn't specified but keepalive_backlog is specified, then the pool uses the default value. Try to increase (e.g. 512) this value if latency is high or throughput is low.
    Password string
    Password to use for Redis connections. If undefined, no AUTH commands are sent to Redis.
    Port double
    An integer representing a port number between 0 and 65535, inclusive.
    Prefix string
    The Redis session key prefix.
    ReadTimeout double
    An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
    SendTimeout double
    An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
    SentinelMaster string
    Sentinel master to use for Redis connections. Defining this value implies using Redis Sentinel.
    SentinelNodes List<GetGatewayPluginSamlConfigRedisSentinelNode>
    Sentinel node addresses to use for Redis connections when the redis strategy is defined. Defining this field implies using a Redis Sentinel. The minimum length of the array is 1 element.
    SentinelPassword string
    Sentinel password to authenticate with a Redis Sentinel instance. If undefined, no AUTH commands are sent to Redis Sentinels.
    SentinelRole string
    Sentinel role to use for Redis connections when the redis strategy is defined. Defining this value implies using Redis Sentinel.
    SentinelUsername string
    Sentinel username to authenticate with a Redis Sentinel instance. If undefined, ACL authentication won't be performed. This requires Redis v6.2.0+.
    ServerName string
    A string representing an SNI (server name indication) value for TLS.
    Socket string
    The Redis unix socket path.
    Ssl bool
    If set to true, uses SSL to connect to Redis.
    SslVerify bool
    If set to true, verifies the validity of the server SSL certificate. If setting this parameter, also configure lua_ssl_trusted_certificate in kong.conf to specify the CA (or server) certificate used by your Redis server. You may also need to configure lua_ssl_verify_depth accordingly.
    Username string
    Username to use for Redis connections. If undefined, ACL authentication won't be performed. This requires Redis v6.0.0+. To be compatible with Redis v5.x.y, you can set it to default.
    ClusterMaxRedirections float64
    Maximum retry attempts for redirection.
    ClusterNodes []GetGatewayPluginSamlConfigRedisClusterNode
    Cluster addresses to use for Redis connections when the redis strategy is defined. Defining this field implies using a Redis Cluster. The minimum length of the array is 1 element.
    ConnectTimeout float64
    An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
    ConnectionIsProxied bool
    If the connection to Redis is proxied (e.g. Envoy), set it true. Set the host and port to point to the proxy address.
    Database float64
    Database to use for the Redis connection when using the redis strategy
    Host string
    A string representing a host name, such as example.com.
    KeepaliveBacklog float64
    Limits the total number of opened connections for a pool. If the connection pool is full, connection queues above the limit go into the backlog queue. If the backlog queue is full, subsequent connect operations fail and return nil. Queued operations (subject to set timeouts) resume once the number of connections in the pool is less than keepalive_pool_size. If latency is high or throughput is low, try increasing this value. Empirically, this value is larger than keepalive_pool_size.
    KeepalivePoolSize float64
    The size limit for every cosocket connection pool associated with every remote server, per worker process. If neither keepalive_pool_size nor keepalive_backlog is specified, no pool is created. If keepalive_pool_size isn't specified but keepalive_backlog is specified, then the pool uses the default value. Try to increase (e.g. 512) this value if latency is high or throughput is low.
    Password string
    Password to use for Redis connections. If undefined, no AUTH commands are sent to Redis.
    Port float64
    An integer representing a port number between 0 and 65535, inclusive.
    Prefix string
    The Redis session key prefix.
    ReadTimeout float64
    An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
    SendTimeout float64
    An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
    SentinelMaster string
    Sentinel master to use for Redis connections. Defining this value implies using Redis Sentinel.
    SentinelNodes []GetGatewayPluginSamlConfigRedisSentinelNode
    Sentinel node addresses to use for Redis connections when the redis strategy is defined. Defining this field implies using a Redis Sentinel. The minimum length of the array is 1 element.
    SentinelPassword string
    Sentinel password to authenticate with a Redis Sentinel instance. If undefined, no AUTH commands are sent to Redis Sentinels.
    SentinelRole string
    Sentinel role to use for Redis connections when the redis strategy is defined. Defining this value implies using Redis Sentinel.
    SentinelUsername string
    Sentinel username to authenticate with a Redis Sentinel instance. If undefined, ACL authentication won't be performed. This requires Redis v6.2.0+.
    ServerName string
    A string representing an SNI (server name indication) value for TLS.
    Socket string
    The Redis unix socket path.
    Ssl bool
    If set to true, uses SSL to connect to Redis.
    SslVerify bool
    If set to true, verifies the validity of the server SSL certificate. If setting this parameter, also configure lua_ssl_trusted_certificate in kong.conf to specify the CA (or server) certificate used by your Redis server. You may also need to configure lua_ssl_verify_depth accordingly.
    Username string
    Username to use for Redis connections. If undefined, ACL authentication won't be performed. This requires Redis v6.0.0+. To be compatible with Redis v5.x.y, you can set it to default.
    clusterMaxRedirections Double
    Maximum retry attempts for redirection.
    clusterNodes List<GetGatewayPluginSamlConfigRedisClusterNode>
    Cluster addresses to use for Redis connections when the redis strategy is defined. Defining this field implies using a Redis Cluster. The minimum length of the array is 1 element.
    connectTimeout Double
    An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
    connectionIsProxied Boolean
    If the connection to Redis is proxied (e.g. Envoy), set it true. Set the host and port to point to the proxy address.
    database Double
    Database to use for the Redis connection when using the redis strategy
    host String
    A string representing a host name, such as example.com.
    keepaliveBacklog Double
    Limits the total number of opened connections for a pool. If the connection pool is full, connection queues above the limit go into the backlog queue. If the backlog queue is full, subsequent connect operations fail and return nil. Queued operations (subject to set timeouts) resume once the number of connections in the pool is less than keepalive_pool_size. If latency is high or throughput is low, try increasing this value. Empirically, this value is larger than keepalive_pool_size.
    keepalivePoolSize Double
    The size limit for every cosocket connection pool associated with every remote server, per worker process. If neither keepalive_pool_size nor keepalive_backlog is specified, no pool is created. If keepalive_pool_size isn't specified but keepalive_backlog is specified, then the pool uses the default value. Try to increase (e.g. 512) this value if latency is high or throughput is low.
    password String
    Password to use for Redis connections. If undefined, no AUTH commands are sent to Redis.
    port Double
    An integer representing a port number between 0 and 65535, inclusive.
    prefix String
    The Redis session key prefix.
    readTimeout Double
    An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
    sendTimeout Double
    An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
    sentinelMaster String
    Sentinel master to use for Redis connections. Defining this value implies using Redis Sentinel.
    sentinelNodes List<GetGatewayPluginSamlConfigRedisSentinelNode>
    Sentinel node addresses to use for Redis connections when the redis strategy is defined. Defining this field implies using a Redis Sentinel. The minimum length of the array is 1 element.
    sentinelPassword String
    Sentinel password to authenticate with a Redis Sentinel instance. If undefined, no AUTH commands are sent to Redis Sentinels.
    sentinelRole String
    Sentinel role to use for Redis connections when the redis strategy is defined. Defining this value implies using Redis Sentinel.
    sentinelUsername String
    Sentinel username to authenticate with a Redis Sentinel instance. If undefined, ACL authentication won't be performed. This requires Redis v6.2.0+.
    serverName String
    A string representing an SNI (server name indication) value for TLS.
    socket String
    The Redis unix socket path.
    ssl Boolean
    If set to true, uses SSL to connect to Redis.
    sslVerify Boolean
    If set to true, verifies the validity of the server SSL certificate. If setting this parameter, also configure lua_ssl_trusted_certificate in kong.conf to specify the CA (or server) certificate used by your Redis server. You may also need to configure lua_ssl_verify_depth accordingly.
    username String
    Username to use for Redis connections. If undefined, ACL authentication won't be performed. This requires Redis v6.0.0+. To be compatible with Redis v5.x.y, you can set it to default.
    clusterMaxRedirections number
    Maximum retry attempts for redirection.
    clusterNodes GetGatewayPluginSamlConfigRedisClusterNode[]
    Cluster addresses to use for Redis connections when the redis strategy is defined. Defining this field implies using a Redis Cluster. The minimum length of the array is 1 element.
    connectTimeout number
    An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
    connectionIsProxied boolean
    If the connection to Redis is proxied (e.g. Envoy), set it true. Set the host and port to point to the proxy address.
    database number
    Database to use for the Redis connection when using the redis strategy
    host string
    A string representing a host name, such as example.com.
    keepaliveBacklog number
    Limits the total number of opened connections for a pool. If the connection pool is full, connection queues above the limit go into the backlog queue. If the backlog queue is full, subsequent connect operations fail and return nil. Queued operations (subject to set timeouts) resume once the number of connections in the pool is less than keepalive_pool_size. If latency is high or throughput is low, try increasing this value. Empirically, this value is larger than keepalive_pool_size.
    keepalivePoolSize number
    The size limit for every cosocket connection pool associated with every remote server, per worker process. If neither keepalive_pool_size nor keepalive_backlog is specified, no pool is created. If keepalive_pool_size isn't specified but keepalive_backlog is specified, then the pool uses the default value. Try to increase (e.g. 512) this value if latency is high or throughput is low.
    password string
    Password to use for Redis connections. If undefined, no AUTH commands are sent to Redis.
    port number
    An integer representing a port number between 0 and 65535, inclusive.
    prefix string
    The Redis session key prefix.
    readTimeout number
    An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
    sendTimeout number
    An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
    sentinelMaster string
    Sentinel master to use for Redis connections. Defining this value implies using Redis Sentinel.
    sentinelNodes GetGatewayPluginSamlConfigRedisSentinelNode[]
    Sentinel node addresses to use for Redis connections when the redis strategy is defined. Defining this field implies using a Redis Sentinel. The minimum length of the array is 1 element.
    sentinelPassword string
    Sentinel password to authenticate with a Redis Sentinel instance. If undefined, no AUTH commands are sent to Redis Sentinels.
    sentinelRole string
    Sentinel role to use for Redis connections when the redis strategy is defined. Defining this value implies using Redis Sentinel.
    sentinelUsername string
    Sentinel username to authenticate with a Redis Sentinel instance. If undefined, ACL authentication won't be performed. This requires Redis v6.2.0+.
    serverName string
    A string representing an SNI (server name indication) value for TLS.
    socket string
    The Redis unix socket path.
    ssl boolean
    If set to true, uses SSL to connect to Redis.
    sslVerify boolean
    If set to true, verifies the validity of the server SSL certificate. If setting this parameter, also configure lua_ssl_trusted_certificate in kong.conf to specify the CA (or server) certificate used by your Redis server. You may also need to configure lua_ssl_verify_depth accordingly.
    username string
    Username to use for Redis connections. If undefined, ACL authentication won't be performed. This requires Redis v6.0.0+. To be compatible with Redis v5.x.y, you can set it to default.
    cluster_max_redirections float
    Maximum retry attempts for redirection.
    cluster_nodes Sequence[GetGatewayPluginSamlConfigRedisClusterNode]
    Cluster addresses to use for Redis connections when the redis strategy is defined. Defining this field implies using a Redis Cluster. The minimum length of the array is 1 element.
    connect_timeout float
    An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
    connection_is_proxied bool
    If the connection to Redis is proxied (e.g. Envoy), set it true. Set the host and port to point to the proxy address.
    database float
    Database to use for the Redis connection when using the redis strategy
    host str
    A string representing a host name, such as example.com.
    keepalive_backlog float
    Limits the total number of opened connections for a pool. If the connection pool is full, connection queues above the limit go into the backlog queue. If the backlog queue is full, subsequent connect operations fail and return nil. Queued operations (subject to set timeouts) resume once the number of connections in the pool is less than keepalive_pool_size. If latency is high or throughput is low, try increasing this value. Empirically, this value is larger than keepalive_pool_size.
    keepalive_pool_size float
    The size limit for every cosocket connection pool associated with every remote server, per worker process. If neither keepalive_pool_size nor keepalive_backlog is specified, no pool is created. If keepalive_pool_size isn't specified but keepalive_backlog is specified, then the pool uses the default value. Try to increase (e.g. 512) this value if latency is high or throughput is low.
    password str
    Password to use for Redis connections. If undefined, no AUTH commands are sent to Redis.
    port float
    An integer representing a port number between 0 and 65535, inclusive.
    prefix str
    The Redis session key prefix.
    read_timeout float
    An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
    send_timeout float
    An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
    sentinel_master str
    Sentinel master to use for Redis connections. Defining this value implies using Redis Sentinel.
    sentinel_nodes Sequence[GetGatewayPluginSamlConfigRedisSentinelNode]
    Sentinel node addresses to use for Redis connections when the redis strategy is defined. Defining this field implies using a Redis Sentinel. The minimum length of the array is 1 element.
    sentinel_password str
    Sentinel password to authenticate with a Redis Sentinel instance. If undefined, no AUTH commands are sent to Redis Sentinels.
    sentinel_role str
    Sentinel role to use for Redis connections when the redis strategy is defined. Defining this value implies using Redis Sentinel.
    sentinel_username str
    Sentinel username to authenticate with a Redis Sentinel instance. If undefined, ACL authentication won't be performed. This requires Redis v6.2.0+.
    server_name str
    A string representing an SNI (server name indication) value for TLS.
    socket str
    The Redis unix socket path.
    ssl bool
    If set to true, uses SSL to connect to Redis.
    ssl_verify bool
    If set to true, verifies the validity of the server SSL certificate. If setting this parameter, also configure lua_ssl_trusted_certificate in kong.conf to specify the CA (or server) certificate used by your Redis server. You may also need to configure lua_ssl_verify_depth accordingly.
    username str
    Username to use for Redis connections. If undefined, ACL authentication won't be performed. This requires Redis v6.0.0+. To be compatible with Redis v5.x.y, you can set it to default.
    clusterMaxRedirections Number
    Maximum retry attempts for redirection.
    clusterNodes List<Property Map>
    Cluster addresses to use for Redis connections when the redis strategy is defined. Defining this field implies using a Redis Cluster. The minimum length of the array is 1 element.
    connectTimeout Number
    An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
    connectionIsProxied Boolean
    If the connection to Redis is proxied (e.g. Envoy), set it true. Set the host and port to point to the proxy address.
    database Number
    Database to use for the Redis connection when using the redis strategy
    host String
    A string representing a host name, such as example.com.
    keepaliveBacklog Number
    Limits the total number of opened connections for a pool. If the connection pool is full, connection queues above the limit go into the backlog queue. If the backlog queue is full, subsequent connect operations fail and return nil. Queued operations (subject to set timeouts) resume once the number of connections in the pool is less than keepalive_pool_size. If latency is high or throughput is low, try increasing this value. Empirically, this value is larger than keepalive_pool_size.
    keepalivePoolSize Number
    The size limit for every cosocket connection pool associated with every remote server, per worker process. If neither keepalive_pool_size nor keepalive_backlog is specified, no pool is created. If keepalive_pool_size isn't specified but keepalive_backlog is specified, then the pool uses the default value. Try to increase (e.g. 512) this value if latency is high or throughput is low.
    password String
    Password to use for Redis connections. If undefined, no AUTH commands are sent to Redis.
    port Number
    An integer representing a port number between 0 and 65535, inclusive.
    prefix String
    The Redis session key prefix.
    readTimeout Number
    An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
    sendTimeout Number
    An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
    sentinelMaster String
    Sentinel master to use for Redis connections. Defining this value implies using Redis Sentinel.
    sentinelNodes List<Property Map>
    Sentinel node addresses to use for Redis connections when the redis strategy is defined. Defining this field implies using a Redis Sentinel. The minimum length of the array is 1 element.
    sentinelPassword String
    Sentinel password to authenticate with a Redis Sentinel instance. If undefined, no AUTH commands are sent to Redis Sentinels.
    sentinelRole String
    Sentinel role to use for Redis connections when the redis strategy is defined. Defining this value implies using Redis Sentinel.
    sentinelUsername String
    Sentinel username to authenticate with a Redis Sentinel instance. If undefined, ACL authentication won't be performed. This requires Redis v6.2.0+.
    serverName String
    A string representing an SNI (server name indication) value for TLS.
    socket String
    The Redis unix socket path.
    ssl Boolean
    If set to true, uses SSL to connect to Redis.
    sslVerify Boolean
    If set to true, verifies the validity of the server SSL certificate. If setting this parameter, also configure lua_ssl_trusted_certificate in kong.conf to specify the CA (or server) certificate used by your Redis server. You may also need to configure lua_ssl_verify_depth accordingly.
    username String
    Username to use for Redis connections. If undefined, ACL authentication won't be performed. This requires Redis v6.0.0+. To be compatible with Redis v5.x.y, you can set it to default.

    GetGatewayPluginSamlConfigRedisClusterNode

    Ip string
    A string representing a host name, such as example.com.
    Port double
    An integer representing a port number between 0 and 65535, inclusive.
    Ip string
    A string representing a host name, such as example.com.
    Port float64
    An integer representing a port number between 0 and 65535, inclusive.
    ip String
    A string representing a host name, such as example.com.
    port Double
    An integer representing a port number between 0 and 65535, inclusive.
    ip string
    A string representing a host name, such as example.com.
    port number
    An integer representing a port number between 0 and 65535, inclusive.
    ip str
    A string representing a host name, such as example.com.
    port float
    An integer representing a port number between 0 and 65535, inclusive.
    ip String
    A string representing a host name, such as example.com.
    port Number
    An integer representing a port number between 0 and 65535, inclusive.

    GetGatewayPluginSamlConfigRedisSentinelNode

    Host string
    A string representing a host name, such as example.com.
    Port double
    An integer representing a port number between 0 and 65535, inclusive.
    Host string
    A string representing a host name, such as example.com.
    Port float64
    An integer representing a port number between 0 and 65535, inclusive.
    host String
    A string representing a host name, such as example.com.
    port Double
    An integer representing a port number between 0 and 65535, inclusive.
    host string
    A string representing a host name, such as example.com.
    port number
    An integer representing a port number between 0 and 65535, inclusive.
    host str
    A string representing a host name, such as example.com.
    port float
    An integer representing a port number between 0 and 65535, inclusive.
    host String
    A string representing a host name, such as example.com.
    port Number
    An integer representing a port number between 0 and 65535, inclusive.

    GetGatewayPluginSamlOrdering

    GetGatewayPluginSamlOrderingAfter

    Accesses List<string>
    Accesses []string
    accesses List<String>
    accesses string[]
    accesses Sequence[str]
    accesses List<String>

    GetGatewayPluginSamlOrderingBefore

    Accesses List<string>
    Accesses []string
    accesses List<String>
    accesses string[]
    accesses Sequence[str]
    accesses List<String>

    GetGatewayPluginSamlRoute

    Id string
    Id string
    id String
    id string
    id str
    id String

    GetGatewayPluginSamlService

    Id string
    Id string
    id String
    id string
    id str
    id String

    Package Details

    Repository
    konnect kong/terraform-provider-konnect
    License
    Notes
    This Pulumi package is based on the konnect Terraform Provider.
    konnect logo
    konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong