1. Packages
  2. Snowflake
  3. API Docs
  4. getSecurityIntegrations
Snowflake v0.59.0 published on Friday, Sep 20, 2024 by Pulumi

snowflake.getSecurityIntegrations

Explore with Pulumi AI

snowflake logo
Snowflake v0.59.0 published on Friday, Sep 20, 2024 by Pulumi

    !> V1 release candidate This data source was reworked and is a release candidate for the V1. We do not expect significant changes in it before the V1. We will welcome any feedback and adjust the data source if needed. Any errors reported will be resolved with a higher priority. We encourage checking this data source out before the V1 release. Please follow the migration guide to use it.

    Datasource used to get details of filtered security integrations. Filtering is aligned with the current possibilities for SHOW SECURITY INTEGRATIONS query (only like is supported). The results of SHOW and DESCRIBE are encapsulated in one output collection security_integrations.

    Using getSecurityIntegrations

    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 getSecurityIntegrations(args: GetSecurityIntegrationsArgs, opts?: InvokeOptions): Promise<GetSecurityIntegrationsResult>
    function getSecurityIntegrationsOutput(args: GetSecurityIntegrationsOutputArgs, opts?: InvokeOptions): Output<GetSecurityIntegrationsResult>
    def get_security_integrations(like: Optional[str] = None,
                                  with_describe: Optional[bool] = None,
                                  opts: Optional[InvokeOptions] = None) -> GetSecurityIntegrationsResult
    def get_security_integrations_output(like: Optional[pulumi.Input[str]] = None,
                                  with_describe: Optional[pulumi.Input[bool]] = None,
                                  opts: Optional[InvokeOptions] = None) -> Output[GetSecurityIntegrationsResult]
    func GetSecurityIntegrations(ctx *Context, args *GetSecurityIntegrationsArgs, opts ...InvokeOption) (*GetSecurityIntegrationsResult, error)
    func GetSecurityIntegrationsOutput(ctx *Context, args *GetSecurityIntegrationsOutputArgs, opts ...InvokeOption) GetSecurityIntegrationsResultOutput

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

    public static class GetSecurityIntegrations 
    {
        public static Task<GetSecurityIntegrationsResult> InvokeAsync(GetSecurityIntegrationsArgs args, InvokeOptions? opts = null)
        public static Output<GetSecurityIntegrationsResult> Invoke(GetSecurityIntegrationsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetSecurityIntegrationsResult> getSecurityIntegrations(GetSecurityIntegrationsArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: snowflake:index/getSecurityIntegrations:getSecurityIntegrations
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Like string
    Filters the output with case-insensitive pattern, with support for SQL wildcard characters (% and _).
    WithDescribe bool
    Runs DESC SECURITY INTEGRATION for each security integration returned by SHOW SECURITY INTEGRATIONS. The output of describe is saved to the description field. By default this value is set to true.
    Like string
    Filters the output with case-insensitive pattern, with support for SQL wildcard characters (% and _).
    WithDescribe bool
    Runs DESC SECURITY INTEGRATION for each security integration returned by SHOW SECURITY INTEGRATIONS. The output of describe is saved to the description field. By default this value is set to true.
    like String
    Filters the output with case-insensitive pattern, with support for SQL wildcard characters (% and _).
    withDescribe Boolean
    Runs DESC SECURITY INTEGRATION for each security integration returned by SHOW SECURITY INTEGRATIONS. The output of describe is saved to the description field. By default this value is set to true.
    like string
    Filters the output with case-insensitive pattern, with support for SQL wildcard characters (% and _).
    withDescribe boolean
    Runs DESC SECURITY INTEGRATION for each security integration returned by SHOW SECURITY INTEGRATIONS. The output of describe is saved to the description field. By default this value is set to true.
    like str
    Filters the output with case-insensitive pattern, with support for SQL wildcard characters (% and _).
    with_describe bool
    Runs DESC SECURITY INTEGRATION for each security integration returned by SHOW SECURITY INTEGRATIONS. The output of describe is saved to the description field. By default this value is set to true.
    like String
    Filters the output with case-insensitive pattern, with support for SQL wildcard characters (% and _).
    withDescribe Boolean
    Runs DESC SECURITY INTEGRATION for each security integration returned by SHOW SECURITY INTEGRATIONS. The output of describe is saved to the description field. By default this value is set to true.

    getSecurityIntegrations Result

    The following output properties are available:

    Id string
    The provider-assigned unique ID for this managed resource.
    SecurityIntegrations List<GetSecurityIntegrationsSecurityIntegration>
    Holds the aggregated output of all security integrations details queries.
    Like string
    Filters the output with case-insensitive pattern, with support for SQL wildcard characters (% and _).
    WithDescribe bool
    Runs DESC SECURITY INTEGRATION for each security integration returned by SHOW SECURITY INTEGRATIONS. The output of describe is saved to the description field. By default this value is set to true.
    Id string
    The provider-assigned unique ID for this managed resource.
    SecurityIntegrations []GetSecurityIntegrationsSecurityIntegration
    Holds the aggregated output of all security integrations details queries.
    Like string
    Filters the output with case-insensitive pattern, with support for SQL wildcard characters (% and _).
    WithDescribe bool
    Runs DESC SECURITY INTEGRATION for each security integration returned by SHOW SECURITY INTEGRATIONS. The output of describe is saved to the description field. By default this value is set to true.
    id String
    The provider-assigned unique ID for this managed resource.
    securityIntegrations List<GetSecurityIntegrationsSecurityIntegration>
    Holds the aggregated output of all security integrations details queries.
    like String
    Filters the output with case-insensitive pattern, with support for SQL wildcard characters (% and _).
    withDescribe Boolean
    Runs DESC SECURITY INTEGRATION for each security integration returned by SHOW SECURITY INTEGRATIONS. The output of describe is saved to the description field. By default this value is set to true.
    id string
    The provider-assigned unique ID for this managed resource.
    securityIntegrations GetSecurityIntegrationsSecurityIntegration[]
    Holds the aggregated output of all security integrations details queries.
    like string
    Filters the output with case-insensitive pattern, with support for SQL wildcard characters (% and _).
    withDescribe boolean
    Runs DESC SECURITY INTEGRATION for each security integration returned by SHOW SECURITY INTEGRATIONS. The output of describe is saved to the description field. By default this value is set to true.
    id str
    The provider-assigned unique ID for this managed resource.
    security_integrations Sequence[GetSecurityIntegrationsSecurityIntegration]
    Holds the aggregated output of all security integrations details queries.
    like str
    Filters the output with case-insensitive pattern, with support for SQL wildcard characters (% and _).
    with_describe bool
    Runs DESC SECURITY INTEGRATION for each security integration returned by SHOW SECURITY INTEGRATIONS. The output of describe is saved to the description field. By default this value is set to true.
    id String
    The provider-assigned unique ID for this managed resource.
    securityIntegrations List<Property Map>
    Holds the aggregated output of all security integrations details queries.
    like String
    Filters the output with case-insensitive pattern, with support for SQL wildcard characters (% and _).
    withDescribe Boolean
    Runs DESC SECURITY INTEGRATION for each security integration returned by SHOW SECURITY INTEGRATIONS. The output of describe is saved to the description field. By default this value is set to true.

    Supporting Types

    GetSecurityIntegrationsSecurityIntegration

    DescribeOutputs List<GetSecurityIntegrationsSecurityIntegrationDescribeOutput>
    Holds the output of DESCRIBE SECURITY INTEGRATIONS.
    ShowOutputs List<GetSecurityIntegrationsSecurityIntegrationShowOutput>
    Holds the output of SHOW SECURITY INTEGRATIONS.
    DescribeOutputs []GetSecurityIntegrationsSecurityIntegrationDescribeOutput
    Holds the output of DESCRIBE SECURITY INTEGRATIONS.
    ShowOutputs []GetSecurityIntegrationsSecurityIntegrationShowOutput
    Holds the output of SHOW SECURITY INTEGRATIONS.
    describeOutputs List<GetSecurityIntegrationsSecurityIntegrationDescribeOutput>
    Holds the output of DESCRIBE SECURITY INTEGRATIONS.
    showOutputs List<GetSecurityIntegrationsSecurityIntegrationShowOutput>
    Holds the output of SHOW SECURITY INTEGRATIONS.
    describeOutputs GetSecurityIntegrationsSecurityIntegrationDescribeOutput[]
    Holds the output of DESCRIBE SECURITY INTEGRATIONS.
    showOutputs GetSecurityIntegrationsSecurityIntegrationShowOutput[]
    Holds the output of SHOW SECURITY INTEGRATIONS.
    describeOutputs List<Property Map>
    Holds the output of DESCRIBE SECURITY INTEGRATIONS.
    showOutputs List<Property Map>
    Holds the output of SHOW SECURITY INTEGRATIONS.

    GetSecurityIntegrationsSecurityIntegrationDescribeOutput

    AllowedEmailPatterns List<GetSecurityIntegrationsSecurityIntegrationDescribeOutputAllowedEmailPattern>
    AllowedUserDomains List<GetSecurityIntegrationsSecurityIntegrationDescribeOutputAllowedUserDomain>
    AuthTypes List<GetSecurityIntegrationsSecurityIntegrationDescribeOutputAuthType>
    BlockedRolesLists List<GetSecurityIntegrationsSecurityIntegrationDescribeOutputBlockedRolesList>
    Comments List<GetSecurityIntegrationsSecurityIntegrationDescribeOutputComment>
    Enableds List<GetSecurityIntegrationsSecurityIntegrationDescribeOutputEnabled>
    ExternalOauthAllowedRolesLists List<GetSecurityIntegrationsSecurityIntegrationDescribeOutputExternalOauthAllowedRolesList>
    ExternalOauthAnyRoleModes List<GetSecurityIntegrationsSecurityIntegrationDescribeOutputExternalOauthAnyRoleMode>
    ExternalOauthAudienceLists List<GetSecurityIntegrationsSecurityIntegrationDescribeOutputExternalOauthAudienceList>
    ExternalOauthBlockedRolesLists List<GetSecurityIntegrationsSecurityIntegrationDescribeOutputExternalOauthBlockedRolesList>
    ExternalOauthIssuers List<GetSecurityIntegrationsSecurityIntegrationDescribeOutputExternalOauthIssuer>
    ExternalOauthJwsKeysUrls List<GetSecurityIntegrationsSecurityIntegrationDescribeOutputExternalOauthJwsKeysUrl>
    ExternalOauthRsaPublicKey2s List<GetSecurityIntegrationsSecurityIntegrationDescribeOutputExternalOauthRsaPublicKey2>
    ExternalOauthRsaPublicKeys List<GetSecurityIntegrationsSecurityIntegrationDescribeOutputExternalOauthRsaPublicKey>
    ExternalOauthScopeDelimiters List<GetSecurityIntegrationsSecurityIntegrationDescribeOutputExternalOauthScopeDelimiter>
    ExternalOauthSnowflakeUserMappingAttributes List<GetSecurityIntegrationsSecurityIntegrationDescribeOutputExternalOauthSnowflakeUserMappingAttribute>
    ExternalOauthTokenUserMappingClaims List<GetSecurityIntegrationsSecurityIntegrationDescribeOutputExternalOauthTokenUserMappingClaim>
    NetworkPolicies List<GetSecurityIntegrationsSecurityIntegrationDescribeOutputNetworkPolicy>
    OauthAccessTokenValidities List<GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthAccessTokenValidity>
    OauthAllowNonTlsRedirectUris List<GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthAllowNonTlsRedirectUri>
    OauthAllowedAuthorizationEndpoints List<GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthAllowedAuthorizationEndpoint>
    OauthAllowedScopes List<GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthAllowedScope>
    OauthAllowedTokenEndpoints List<GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthAllowedTokenEndpoint>
    OauthAuthorizationEndpoints List<GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthAuthorizationEndpoint>
    OauthClientAuthMethods List<GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthClientAuthMethod>
    OauthClientIds List<GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthClientId>
    OauthClientRsaPublicKey2Fps List<GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthClientRsaPublicKey2Fp>
    OauthClientRsaPublicKeyFps List<GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthClientRsaPublicKeyFp>
    OauthClientTypes List<GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthClientType>
    OauthEnforcePkces List<GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthEnforcePkce>
    OauthGrants List<GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthGrant>
    OauthIssueRefreshTokens List<GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthIssueRefreshToken>
    OauthRedirectUris List<GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthRedirectUri>
    OauthRefreshTokenValidities List<GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthRefreshTokenValidity>
    OauthTokenEndpoints List<GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthTokenEndpoint>
    OauthUseSecondaryRoles List<GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthUseSecondaryRole>
    ParentIntegrations List<GetSecurityIntegrationsSecurityIntegrationDescribeOutputParentIntegration>
    PreAuthorizedRolesLists List<GetSecurityIntegrationsSecurityIntegrationDescribeOutputPreAuthorizedRolesList>
    RunAsRoles List<GetSecurityIntegrationsSecurityIntegrationDescribeOutputRunAsRole>
    Saml2DigestMethodsUseds List<GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2DigestMethodsUsed>
    Saml2EnableSpInitiateds List<GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2EnableSpInitiated>
    Saml2ForceAuthns List<GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2ForceAuthn>
    Saml2Issuers List<GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2Issuer>
    Saml2PostLogoutRedirectUrls List<GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2PostLogoutRedirectUrl>
    Saml2Providers List<GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2Provider>
    Saml2RequestedNameidFormats List<GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2RequestedNameidFormat>
    Saml2SignRequests List<GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2SignRequest>
    Saml2SignatureMethodsUseds List<GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2SignatureMethodsUsed>
    Saml2SnowflakeAcsUrls List<GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2SnowflakeAcsUrl>
    Saml2SnowflakeIssuerUrls List<GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2SnowflakeIssuerUrl>
    Saml2SnowflakeMetadatas List<GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2SnowflakeMetadata>
    Saml2SnowflakeX509Certs List<GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2SnowflakeX509Cert>
    Saml2SpInitiatedLoginPageLabels List<GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2SpInitiatedLoginPageLabel>
    Saml2SsoUrls List<GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2SsoUrl>
    Saml2X509Certs List<GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2X509Cert>
    SyncPasswords List<GetSecurityIntegrationsSecurityIntegrationDescribeOutputSyncPassword>
    AllowedEmailPatterns []GetSecurityIntegrationsSecurityIntegrationDescribeOutputAllowedEmailPattern
    AllowedUserDomains []GetSecurityIntegrationsSecurityIntegrationDescribeOutputAllowedUserDomain
    AuthTypes []GetSecurityIntegrationsSecurityIntegrationDescribeOutputAuthType
    BlockedRolesLists []GetSecurityIntegrationsSecurityIntegrationDescribeOutputBlockedRolesList
    Comments []GetSecurityIntegrationsSecurityIntegrationDescribeOutputComment
    Enableds []GetSecurityIntegrationsSecurityIntegrationDescribeOutputEnabled
    ExternalOauthAllowedRolesLists []GetSecurityIntegrationsSecurityIntegrationDescribeOutputExternalOauthAllowedRolesList
    ExternalOauthAnyRoleModes []GetSecurityIntegrationsSecurityIntegrationDescribeOutputExternalOauthAnyRoleMode
    ExternalOauthAudienceLists []GetSecurityIntegrationsSecurityIntegrationDescribeOutputExternalOauthAudienceList
    ExternalOauthBlockedRolesLists []GetSecurityIntegrationsSecurityIntegrationDescribeOutputExternalOauthBlockedRolesList
    ExternalOauthIssuers []GetSecurityIntegrationsSecurityIntegrationDescribeOutputExternalOauthIssuer
    ExternalOauthJwsKeysUrls []GetSecurityIntegrationsSecurityIntegrationDescribeOutputExternalOauthJwsKeysUrl
    ExternalOauthRsaPublicKey2s []GetSecurityIntegrationsSecurityIntegrationDescribeOutputExternalOauthRsaPublicKey2
    ExternalOauthRsaPublicKeys []GetSecurityIntegrationsSecurityIntegrationDescribeOutputExternalOauthRsaPublicKey
    ExternalOauthScopeDelimiters []GetSecurityIntegrationsSecurityIntegrationDescribeOutputExternalOauthScopeDelimiter
    ExternalOauthSnowflakeUserMappingAttributes []GetSecurityIntegrationsSecurityIntegrationDescribeOutputExternalOauthSnowflakeUserMappingAttribute
    ExternalOauthTokenUserMappingClaims []GetSecurityIntegrationsSecurityIntegrationDescribeOutputExternalOauthTokenUserMappingClaim
    NetworkPolicies []GetSecurityIntegrationsSecurityIntegrationDescribeOutputNetworkPolicy
    OauthAccessTokenValidities []GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthAccessTokenValidity
    OauthAllowNonTlsRedirectUris []GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthAllowNonTlsRedirectUri
    OauthAllowedAuthorizationEndpoints []GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthAllowedAuthorizationEndpoint
    OauthAllowedScopes []GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthAllowedScope
    OauthAllowedTokenEndpoints []GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthAllowedTokenEndpoint
    OauthAuthorizationEndpoints []GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthAuthorizationEndpoint
    OauthClientAuthMethods []GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthClientAuthMethod
    OauthClientIds []GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthClientId
    OauthClientRsaPublicKey2Fps []GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthClientRsaPublicKey2Fp
    OauthClientRsaPublicKeyFps []GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthClientRsaPublicKeyFp
    OauthClientTypes []GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthClientType
    OauthEnforcePkces []GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthEnforcePkce
    OauthGrants []GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthGrant
    OauthIssueRefreshTokens []GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthIssueRefreshToken
    OauthRedirectUris []GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthRedirectUri
    OauthRefreshTokenValidities []GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthRefreshTokenValidity
    OauthTokenEndpoints []GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthTokenEndpoint
    OauthUseSecondaryRoles []GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthUseSecondaryRole
    ParentIntegrations []GetSecurityIntegrationsSecurityIntegrationDescribeOutputParentIntegration
    PreAuthorizedRolesLists []GetSecurityIntegrationsSecurityIntegrationDescribeOutputPreAuthorizedRolesList
    RunAsRoles []GetSecurityIntegrationsSecurityIntegrationDescribeOutputRunAsRole
    Saml2DigestMethodsUseds []GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2DigestMethodsUsed
    Saml2EnableSpInitiateds []GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2EnableSpInitiated
    Saml2ForceAuthns []GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2ForceAuthn
    Saml2Issuers []GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2Issuer
    Saml2PostLogoutRedirectUrls []GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2PostLogoutRedirectUrl
    Saml2Providers []GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2Provider
    Saml2RequestedNameidFormats []GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2RequestedNameidFormat
    Saml2SignRequests []GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2SignRequest
    Saml2SignatureMethodsUseds []GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2SignatureMethodsUsed
    Saml2SnowflakeAcsUrls []GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2SnowflakeAcsUrl
    Saml2SnowflakeIssuerUrls []GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2SnowflakeIssuerUrl
    Saml2SnowflakeMetadatas []GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2SnowflakeMetadata
    Saml2SnowflakeX509Certs []GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2SnowflakeX509Cert
    Saml2SpInitiatedLoginPageLabels []GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2SpInitiatedLoginPageLabel
    Saml2SsoUrls []GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2SsoUrl
    Saml2X509Certs []GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2X509Cert
    SyncPasswords []GetSecurityIntegrationsSecurityIntegrationDescribeOutputSyncPassword
    allowedEmailPatterns List<GetSecurityIntegrationsSecurityIntegrationDescribeOutputAllowedEmailPattern>
    allowedUserDomains List<GetSecurityIntegrationsSecurityIntegrationDescribeOutputAllowedUserDomain>
    authTypes List<GetSecurityIntegrationsSecurityIntegrationDescribeOutputAuthType>
    blockedRolesLists List<GetSecurityIntegrationsSecurityIntegrationDescribeOutputBlockedRolesList>
    comments List<GetSecurityIntegrationsSecurityIntegrationDescribeOutputComment>
    enableds List<GetSecurityIntegrationsSecurityIntegrationDescribeOutputEnabled>
    externalOauthAllowedRolesLists List<GetSecurityIntegrationsSecurityIntegrationDescribeOutputExternalOauthAllowedRolesList>
    externalOauthAnyRoleModes List<GetSecurityIntegrationsSecurityIntegrationDescribeOutputExternalOauthAnyRoleMode>
    externalOauthAudienceLists List<GetSecurityIntegrationsSecurityIntegrationDescribeOutputExternalOauthAudienceList>
    externalOauthBlockedRolesLists List<GetSecurityIntegrationsSecurityIntegrationDescribeOutputExternalOauthBlockedRolesList>
    externalOauthIssuers List<GetSecurityIntegrationsSecurityIntegrationDescribeOutputExternalOauthIssuer>
    externalOauthJwsKeysUrls List<GetSecurityIntegrationsSecurityIntegrationDescribeOutputExternalOauthJwsKeysUrl>
    externalOauthRsaPublicKey2s List<GetSecurityIntegrationsSecurityIntegrationDescribeOutputExternalOauthRsaPublicKey2>
    externalOauthRsaPublicKeys List<GetSecurityIntegrationsSecurityIntegrationDescribeOutputExternalOauthRsaPublicKey>
    externalOauthScopeDelimiters List<GetSecurityIntegrationsSecurityIntegrationDescribeOutputExternalOauthScopeDelimiter>
    externalOauthSnowflakeUserMappingAttributes List<GetSecurityIntegrationsSecurityIntegrationDescribeOutputExternalOauthSnowflakeUserMappingAttribute>
    externalOauthTokenUserMappingClaims List<GetSecurityIntegrationsSecurityIntegrationDescribeOutputExternalOauthTokenUserMappingClaim>
    networkPolicies List<GetSecurityIntegrationsSecurityIntegrationDescribeOutputNetworkPolicy>
    oauthAccessTokenValidities List<GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthAccessTokenValidity>
    oauthAllowNonTlsRedirectUris List<GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthAllowNonTlsRedirectUri>
    oauthAllowedAuthorizationEndpoints List<GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthAllowedAuthorizationEndpoint>
    oauthAllowedScopes List<GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthAllowedScope>
    oauthAllowedTokenEndpoints List<GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthAllowedTokenEndpoint>
    oauthAuthorizationEndpoints List<GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthAuthorizationEndpoint>
    oauthClientAuthMethods List<GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthClientAuthMethod>
    oauthClientIds List<GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthClientId>
    oauthClientRsaPublicKey2Fps List<GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthClientRsaPublicKey2Fp>
    oauthClientRsaPublicKeyFps List<GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthClientRsaPublicKeyFp>
    oauthClientTypes List<GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthClientType>
    oauthEnforcePkces List<GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthEnforcePkce>
    oauthGrants List<GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthGrant>
    oauthIssueRefreshTokens List<GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthIssueRefreshToken>
    oauthRedirectUris List<GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthRedirectUri>
    oauthRefreshTokenValidities List<GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthRefreshTokenValidity>
    oauthTokenEndpoints List<GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthTokenEndpoint>
    oauthUseSecondaryRoles List<GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthUseSecondaryRole>
    parentIntegrations List<GetSecurityIntegrationsSecurityIntegrationDescribeOutputParentIntegration>
    preAuthorizedRolesLists List<GetSecurityIntegrationsSecurityIntegrationDescribeOutputPreAuthorizedRolesList>
    runAsRoles List<GetSecurityIntegrationsSecurityIntegrationDescribeOutputRunAsRole>
    saml2DigestMethodsUseds List<GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2DigestMethodsUsed>
    saml2EnableSpInitiateds List<GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2EnableSpInitiated>
    saml2ForceAuthns List<GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2ForceAuthn>
    saml2Issuers List<GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2Issuer>
    saml2PostLogoutRedirectUrls List<GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2PostLogoutRedirectUrl>
    saml2Providers List<GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2Provider>
    saml2RequestedNameidFormats List<GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2RequestedNameidFormat>
    saml2SignRequests List<GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2SignRequest>
    saml2SignatureMethodsUseds List<GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2SignatureMethodsUsed>
    saml2SnowflakeAcsUrls List<GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2SnowflakeAcsUrl>
    saml2SnowflakeIssuerUrls List<GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2SnowflakeIssuerUrl>
    saml2SnowflakeMetadatas List<GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2SnowflakeMetadata>
    saml2SnowflakeX509Certs List<GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2SnowflakeX509Cert>
    saml2SpInitiatedLoginPageLabels List<GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2SpInitiatedLoginPageLabel>
    saml2SsoUrls List<GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2SsoUrl>
    saml2X509Certs List<GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2X509Cert>
    syncPasswords List<GetSecurityIntegrationsSecurityIntegrationDescribeOutputSyncPassword>
    allowedEmailPatterns GetSecurityIntegrationsSecurityIntegrationDescribeOutputAllowedEmailPattern[]
    allowedUserDomains GetSecurityIntegrationsSecurityIntegrationDescribeOutputAllowedUserDomain[]
    authTypes GetSecurityIntegrationsSecurityIntegrationDescribeOutputAuthType[]
    blockedRolesLists GetSecurityIntegrationsSecurityIntegrationDescribeOutputBlockedRolesList[]
    comments GetSecurityIntegrationsSecurityIntegrationDescribeOutputComment[]
    enableds GetSecurityIntegrationsSecurityIntegrationDescribeOutputEnabled[]
    externalOauthAllowedRolesLists GetSecurityIntegrationsSecurityIntegrationDescribeOutputExternalOauthAllowedRolesList[]
    externalOauthAnyRoleModes GetSecurityIntegrationsSecurityIntegrationDescribeOutputExternalOauthAnyRoleMode[]
    externalOauthAudienceLists GetSecurityIntegrationsSecurityIntegrationDescribeOutputExternalOauthAudienceList[]
    externalOauthBlockedRolesLists GetSecurityIntegrationsSecurityIntegrationDescribeOutputExternalOauthBlockedRolesList[]
    externalOauthIssuers GetSecurityIntegrationsSecurityIntegrationDescribeOutputExternalOauthIssuer[]
    externalOauthJwsKeysUrls GetSecurityIntegrationsSecurityIntegrationDescribeOutputExternalOauthJwsKeysUrl[]
    externalOauthRsaPublicKey2s GetSecurityIntegrationsSecurityIntegrationDescribeOutputExternalOauthRsaPublicKey2[]
    externalOauthRsaPublicKeys GetSecurityIntegrationsSecurityIntegrationDescribeOutputExternalOauthRsaPublicKey[]
    externalOauthScopeDelimiters GetSecurityIntegrationsSecurityIntegrationDescribeOutputExternalOauthScopeDelimiter[]
    externalOauthSnowflakeUserMappingAttributes GetSecurityIntegrationsSecurityIntegrationDescribeOutputExternalOauthSnowflakeUserMappingAttribute[]
    externalOauthTokenUserMappingClaims GetSecurityIntegrationsSecurityIntegrationDescribeOutputExternalOauthTokenUserMappingClaim[]
    networkPolicies GetSecurityIntegrationsSecurityIntegrationDescribeOutputNetworkPolicy[]
    oauthAccessTokenValidities GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthAccessTokenValidity[]
    oauthAllowNonTlsRedirectUris GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthAllowNonTlsRedirectUri[]
    oauthAllowedAuthorizationEndpoints GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthAllowedAuthorizationEndpoint[]
    oauthAllowedScopes GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthAllowedScope[]
    oauthAllowedTokenEndpoints GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthAllowedTokenEndpoint[]
    oauthAuthorizationEndpoints GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthAuthorizationEndpoint[]
    oauthClientAuthMethods GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthClientAuthMethod[]
    oauthClientIds GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthClientId[]
    oauthClientRsaPublicKey2Fps GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthClientRsaPublicKey2Fp[]
    oauthClientRsaPublicKeyFps GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthClientRsaPublicKeyFp[]
    oauthClientTypes GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthClientType[]
    oauthEnforcePkces GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthEnforcePkce[]
    oauthGrants GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthGrant[]
    oauthIssueRefreshTokens GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthIssueRefreshToken[]
    oauthRedirectUris GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthRedirectUri[]
    oauthRefreshTokenValidities GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthRefreshTokenValidity[]
    oauthTokenEndpoints GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthTokenEndpoint[]
    oauthUseSecondaryRoles GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthUseSecondaryRole[]
    parentIntegrations GetSecurityIntegrationsSecurityIntegrationDescribeOutputParentIntegration[]
    preAuthorizedRolesLists GetSecurityIntegrationsSecurityIntegrationDescribeOutputPreAuthorizedRolesList[]
    runAsRoles GetSecurityIntegrationsSecurityIntegrationDescribeOutputRunAsRole[]
    saml2DigestMethodsUseds GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2DigestMethodsUsed[]
    saml2EnableSpInitiateds GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2EnableSpInitiated[]
    saml2ForceAuthns GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2ForceAuthn[]
    saml2Issuers GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2Issuer[]
    saml2PostLogoutRedirectUrls GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2PostLogoutRedirectUrl[]
    saml2Providers GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2Provider[]
    saml2RequestedNameidFormats GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2RequestedNameidFormat[]
    saml2SignRequests GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2SignRequest[]
    saml2SignatureMethodsUseds GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2SignatureMethodsUsed[]
    saml2SnowflakeAcsUrls GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2SnowflakeAcsUrl[]
    saml2SnowflakeIssuerUrls GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2SnowflakeIssuerUrl[]
    saml2SnowflakeMetadatas GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2SnowflakeMetadata[]
    saml2SnowflakeX509Certs GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2SnowflakeX509Cert[]
    saml2SpInitiatedLoginPageLabels GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2SpInitiatedLoginPageLabel[]
    saml2SsoUrls GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2SsoUrl[]
    saml2X509Certs GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2X509Cert[]
    syncPasswords GetSecurityIntegrationsSecurityIntegrationDescribeOutputSyncPassword[]
    allowed_email_patterns Sequence[GetSecurityIntegrationsSecurityIntegrationDescribeOutputAllowedEmailPattern]
    allowed_user_domains Sequence[GetSecurityIntegrationsSecurityIntegrationDescribeOutputAllowedUserDomain]
    auth_types Sequence[GetSecurityIntegrationsSecurityIntegrationDescribeOutputAuthType]
    blocked_roles_lists Sequence[GetSecurityIntegrationsSecurityIntegrationDescribeOutputBlockedRolesList]
    comments Sequence[GetSecurityIntegrationsSecurityIntegrationDescribeOutputComment]
    enableds Sequence[GetSecurityIntegrationsSecurityIntegrationDescribeOutputEnabled]
    external_oauth_allowed_roles_lists Sequence[GetSecurityIntegrationsSecurityIntegrationDescribeOutputExternalOauthAllowedRolesList]
    external_oauth_any_role_modes Sequence[GetSecurityIntegrationsSecurityIntegrationDescribeOutputExternalOauthAnyRoleMode]
    external_oauth_audience_lists Sequence[GetSecurityIntegrationsSecurityIntegrationDescribeOutputExternalOauthAudienceList]
    external_oauth_blocked_roles_lists Sequence[GetSecurityIntegrationsSecurityIntegrationDescribeOutputExternalOauthBlockedRolesList]
    external_oauth_issuers Sequence[GetSecurityIntegrationsSecurityIntegrationDescribeOutputExternalOauthIssuer]
    external_oauth_jws_keys_urls Sequence[GetSecurityIntegrationsSecurityIntegrationDescribeOutputExternalOauthJwsKeysUrl]
    external_oauth_rsa_public_key2s Sequence[GetSecurityIntegrationsSecurityIntegrationDescribeOutputExternalOauthRsaPublicKey2]
    external_oauth_rsa_public_keys Sequence[GetSecurityIntegrationsSecurityIntegrationDescribeOutputExternalOauthRsaPublicKey]
    external_oauth_scope_delimiters Sequence[GetSecurityIntegrationsSecurityIntegrationDescribeOutputExternalOauthScopeDelimiter]
    external_oauth_snowflake_user_mapping_attributes Sequence[GetSecurityIntegrationsSecurityIntegrationDescribeOutputExternalOauthSnowflakeUserMappingAttribute]
    external_oauth_token_user_mapping_claims Sequence[GetSecurityIntegrationsSecurityIntegrationDescribeOutputExternalOauthTokenUserMappingClaim]
    network_policies Sequence[GetSecurityIntegrationsSecurityIntegrationDescribeOutputNetworkPolicy]
    oauth_access_token_validities Sequence[GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthAccessTokenValidity]
    oauth_allow_non_tls_redirect_uris Sequence[GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthAllowNonTlsRedirectUri]
    oauth_allowed_authorization_endpoints Sequence[GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthAllowedAuthorizationEndpoint]
    oauth_allowed_scopes Sequence[GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthAllowedScope]
    oauth_allowed_token_endpoints Sequence[GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthAllowedTokenEndpoint]
    oauth_authorization_endpoints Sequence[GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthAuthorizationEndpoint]
    oauth_client_auth_methods Sequence[GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthClientAuthMethod]
    oauth_client_ids Sequence[GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthClientId]
    oauth_client_rsa_public_key2_fps Sequence[GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthClientRsaPublicKey2Fp]
    oauth_client_rsa_public_key_fps Sequence[GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthClientRsaPublicKeyFp]
    oauth_client_types Sequence[GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthClientType]
    oauth_enforce_pkces Sequence[GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthEnforcePkce]
    oauth_grants Sequence[GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthGrant]
    oauth_issue_refresh_tokens Sequence[GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthIssueRefreshToken]
    oauth_redirect_uris Sequence[GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthRedirectUri]
    oauth_refresh_token_validities Sequence[GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthRefreshTokenValidity]
    oauth_token_endpoints Sequence[GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthTokenEndpoint]
    oauth_use_secondary_roles Sequence[GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthUseSecondaryRole]
    parent_integrations Sequence[GetSecurityIntegrationsSecurityIntegrationDescribeOutputParentIntegration]
    pre_authorized_roles_lists Sequence[GetSecurityIntegrationsSecurityIntegrationDescribeOutputPreAuthorizedRolesList]
    run_as_roles Sequence[GetSecurityIntegrationsSecurityIntegrationDescribeOutputRunAsRole]
    saml2_digest_methods_useds Sequence[GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2DigestMethodsUsed]
    saml2_enable_sp_initiateds Sequence[GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2EnableSpInitiated]
    saml2_force_authns Sequence[GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2ForceAuthn]
    saml2_issuers Sequence[GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2Issuer]
    saml2_post_logout_redirect_urls Sequence[GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2PostLogoutRedirectUrl]
    saml2_providers Sequence[GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2Provider]
    saml2_requested_nameid_formats Sequence[GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2RequestedNameidFormat]
    saml2_sign_requests Sequence[GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2SignRequest]
    saml2_signature_methods_useds Sequence[GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2SignatureMethodsUsed]
    saml2_snowflake_acs_urls Sequence[GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2SnowflakeAcsUrl]
    saml2_snowflake_issuer_urls Sequence[GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2SnowflakeIssuerUrl]
    saml2_snowflake_metadatas Sequence[GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2SnowflakeMetadata]
    saml2_snowflake_x509_certs Sequence[GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2SnowflakeX509Cert]
    saml2_sp_initiated_login_page_labels Sequence[GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2SpInitiatedLoginPageLabel]
    saml2_sso_urls Sequence[GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2SsoUrl]
    saml2_x509_certs Sequence[GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2X509Cert]
    sync_passwords Sequence[GetSecurityIntegrationsSecurityIntegrationDescribeOutputSyncPassword]
    allowedEmailPatterns List<Property Map>
    allowedUserDomains List<Property Map>
    authTypes List<Property Map>
    blockedRolesLists List<Property Map>
    comments List<Property Map>
    enableds List<Property Map>
    externalOauthAllowedRolesLists List<Property Map>
    externalOauthAnyRoleModes List<Property Map>
    externalOauthAudienceLists List<Property Map>
    externalOauthBlockedRolesLists List<Property Map>
    externalOauthIssuers List<Property Map>
    externalOauthJwsKeysUrls List<Property Map>
    externalOauthRsaPublicKey2s List<Property Map>
    externalOauthRsaPublicKeys List<Property Map>
    externalOauthScopeDelimiters List<Property Map>
    externalOauthSnowflakeUserMappingAttributes List<Property Map>
    externalOauthTokenUserMappingClaims List<Property Map>
    networkPolicies List<Property Map>
    oauthAccessTokenValidities List<Property Map>
    oauthAllowNonTlsRedirectUris List<Property Map>
    oauthAllowedAuthorizationEndpoints List<Property Map>
    oauthAllowedScopes List<Property Map>
    oauthAllowedTokenEndpoints List<Property Map>
    oauthAuthorizationEndpoints List<Property Map>
    oauthClientAuthMethods List<Property Map>
    oauthClientIds List<Property Map>
    oauthClientRsaPublicKey2Fps List<Property Map>
    oauthClientRsaPublicKeyFps List<Property Map>
    oauthClientTypes List<Property Map>
    oauthEnforcePkces List<Property Map>
    oauthGrants List<Property Map>
    oauthIssueRefreshTokens List<Property Map>
    oauthRedirectUris List<Property Map>
    oauthRefreshTokenValidities List<Property Map>
    oauthTokenEndpoints List<Property Map>
    oauthUseSecondaryRoles List<Property Map>
    parentIntegrations List<Property Map>
    preAuthorizedRolesLists List<Property Map>
    runAsRoles List<Property Map>
    saml2DigestMethodsUseds List<Property Map>
    saml2EnableSpInitiateds List<Property Map>
    saml2ForceAuthns List<Property Map>
    saml2Issuers List<Property Map>
    saml2PostLogoutRedirectUrls List<Property Map>
    saml2Providers List<Property Map>
    saml2RequestedNameidFormats List<Property Map>
    saml2SignRequests List<Property Map>
    saml2SignatureMethodsUseds List<Property Map>
    saml2SnowflakeAcsUrls List<Property Map>
    saml2SnowflakeIssuerUrls List<Property Map>
    saml2SnowflakeMetadatas List<Property Map>
    saml2SnowflakeX509Certs List<Property Map>
    saml2SpInitiatedLoginPageLabels List<Property Map>
    saml2SsoUrls List<Property Map>
    saml2X509Certs List<Property Map>
    syncPasswords List<Property Map>

    GetSecurityIntegrationsSecurityIntegrationDescribeOutputAllowedEmailPattern

    Default string
    Name string
    Type string
    Value string
    Default string
    Name string
    Type string
    Value string
    default_ String
    name String
    type String
    value String
    default string
    name string
    type string
    value string
    default str
    name str
    type str
    value str
    default String
    name String
    type String
    value String

    GetSecurityIntegrationsSecurityIntegrationDescribeOutputAllowedUserDomain

    Default string
    Name string
    Type string
    Value string
    Default string
    Name string
    Type string
    Value string
    default_ String
    name String
    type String
    value String
    default string
    name string
    type string
    value string
    default str
    name str
    type str
    value str
    default String
    name String
    type String
    value String

    GetSecurityIntegrationsSecurityIntegrationDescribeOutputAuthType

    Default string
    Name string
    Type string
    Value string
    Default string
    Name string
    Type string
    Value string
    default_ String
    name String
    type String
    value String
    default string
    name string
    type string
    value string
    default str
    name str
    type str
    value str
    default String
    name String
    type String
    value String

    GetSecurityIntegrationsSecurityIntegrationDescribeOutputBlockedRolesList

    Default string
    Name string
    Type string
    Value string
    Default string
    Name string
    Type string
    Value string
    default_ String
    name String
    type String
    value String
    default string
    name string
    type string
    value string
    default str
    name str
    type str
    value str
    default String
    name String
    type String
    value String

    GetSecurityIntegrationsSecurityIntegrationDescribeOutputComment

    Default string
    Name string
    Type string
    Value string
    Default string
    Name string
    Type string
    Value string
    default_ String
    name String
    type String
    value String
    default string
    name string
    type string
    value string
    default str
    name str
    type str
    value str
    default String
    name String
    type String
    value String

    GetSecurityIntegrationsSecurityIntegrationDescribeOutputEnabled

    Default string
    Name string
    Type string
    Value string
    Default string
    Name string
    Type string
    Value string
    default_ String
    name String
    type String
    value String
    default string
    name string
    type string
    value string
    default str
    name str
    type str
    value str
    default String
    name String
    type String
    value String

    GetSecurityIntegrationsSecurityIntegrationDescribeOutputExternalOauthAllowedRolesList

    Default string
    Name string
    Type string
    Value string
    Default string
    Name string
    Type string
    Value string
    default_ String
    name String
    type String
    value String
    default string
    name string
    type string
    value string
    default str
    name str
    type str
    value str
    default String
    name String
    type String
    value String

    GetSecurityIntegrationsSecurityIntegrationDescribeOutputExternalOauthAnyRoleMode

    Default string
    Name string
    Type string
    Value string
    Default string
    Name string
    Type string
    Value string
    default_ String
    name String
    type String
    value String
    default string
    name string
    type string
    value string
    default str
    name str
    type str
    value str
    default String
    name String
    type String
    value String

    GetSecurityIntegrationsSecurityIntegrationDescribeOutputExternalOauthAudienceList

    Default string
    Name string
    Type string
    Value string
    Default string
    Name string
    Type string
    Value string
    default_ String
    name String
    type String
    value String
    default string
    name string
    type string
    value string
    default str
    name str
    type str
    value str
    default String
    name String
    type String
    value String

    GetSecurityIntegrationsSecurityIntegrationDescribeOutputExternalOauthBlockedRolesList

    Default string
    Name string
    Type string
    Value string
    Default string
    Name string
    Type string
    Value string
    default_ String
    name String
    type String
    value String
    default string
    name string
    type string
    value string
    default str
    name str
    type str
    value str
    default String
    name String
    type String
    value String

    GetSecurityIntegrationsSecurityIntegrationDescribeOutputExternalOauthIssuer

    Default string
    Name string
    Type string
    Value string
    Default string
    Name string
    Type string
    Value string
    default_ String
    name String
    type String
    value String
    default string
    name string
    type string
    value string
    default str
    name str
    type str
    value str
    default String
    name String
    type String
    value String

    GetSecurityIntegrationsSecurityIntegrationDescribeOutputExternalOauthJwsKeysUrl

    Default string
    Name string
    Type string
    Value string
    Default string
    Name string
    Type string
    Value string
    default_ String
    name String
    type String
    value String
    default string
    name string
    type string
    value string
    default str
    name str
    type str
    value str
    default String
    name String
    type String
    value String

    GetSecurityIntegrationsSecurityIntegrationDescribeOutputExternalOauthRsaPublicKey

    Default string
    Name string
    Type string
    Value string
    Default string
    Name string
    Type string
    Value string
    default_ String
    name String
    type String
    value String
    default string
    name string
    type string
    value string
    default str
    name str
    type str
    value str
    default String
    name String
    type String
    value String

    GetSecurityIntegrationsSecurityIntegrationDescribeOutputExternalOauthRsaPublicKey2

    Default string
    Name string
    Type string
    Value string
    Default string
    Name string
    Type string
    Value string
    default_ String
    name String
    type String
    value String
    default string
    name string
    type string
    value string
    default str
    name str
    type str
    value str
    default String
    name String
    type String
    value String

    GetSecurityIntegrationsSecurityIntegrationDescribeOutputExternalOauthScopeDelimiter

    Default string
    Name string
    Type string
    Value string
    Default string
    Name string
    Type string
    Value string
    default_ String
    name String
    type String
    value String
    default string
    name string
    type string
    value string
    default str
    name str
    type str
    value str
    default String
    name String
    type String
    value String

    GetSecurityIntegrationsSecurityIntegrationDescribeOutputExternalOauthSnowflakeUserMappingAttribute

    Default string
    Name string
    Type string
    Value string
    Default string
    Name string
    Type string
    Value string
    default_ String
    name String
    type String
    value String
    default string
    name string
    type string
    value string
    default str
    name str
    type str
    value str
    default String
    name String
    type String
    value String

    GetSecurityIntegrationsSecurityIntegrationDescribeOutputExternalOauthTokenUserMappingClaim

    Default string
    Name string
    Type string
    Value string
    Default string
    Name string
    Type string
    Value string
    default_ String
    name String
    type String
    value String
    default string
    name string
    type string
    value string
    default str
    name str
    type str
    value str
    default String
    name String
    type String
    value String

    GetSecurityIntegrationsSecurityIntegrationDescribeOutputNetworkPolicy

    Default string
    Name string
    Type string
    Value string
    Default string
    Name string
    Type string
    Value string
    default_ String
    name String
    type String
    value String
    default string
    name string
    type string
    value string
    default str
    name str
    type str
    value str
    default String
    name String
    type String
    value String

    GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthAccessTokenValidity

    Default string
    Name string
    Type string
    Value string
    Default string
    Name string
    Type string
    Value string
    default_ String
    name String
    type String
    value String
    default string
    name string
    type string
    value string
    default str
    name str
    type str
    value str
    default String
    name String
    type String
    value String

    GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthAllowNonTlsRedirectUri

    Default string
    Name string
    Type string
    Value string
    Default string
    Name string
    Type string
    Value string
    default_ String
    name String
    type String
    value String
    default string
    name string
    type string
    value string
    default str
    name str
    type str
    value str
    default String
    name String
    type String
    value String

    GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthAllowedAuthorizationEndpoint

    Default string
    Name string
    Type string
    Value string
    Default string
    Name string
    Type string
    Value string
    default_ String
    name String
    type String
    value String
    default string
    name string
    type string
    value string
    default str
    name str
    type str
    value str
    default String
    name String
    type String
    value String

    GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthAllowedScope

    Default string
    Name string
    Type string
    Value string
    Default string
    Name string
    Type string
    Value string
    default_ String
    name String
    type String
    value String
    default string
    name string
    type string
    value string
    default str
    name str
    type str
    value str
    default String
    name String
    type String
    value String

    GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthAllowedTokenEndpoint

    Default string
    Name string
    Type string
    Value string
    Default string
    Name string
    Type string
    Value string
    default_ String
    name String
    type String
    value String
    default string
    name string
    type string
    value string
    default str
    name str
    type str
    value str
    default String
    name String
    type String
    value String

    GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthAuthorizationEndpoint

    Default string
    Name string
    Type string
    Value string
    Default string
    Name string
    Type string
    Value string
    default_ String
    name String
    type String
    value String
    default string
    name string
    type string
    value string
    default str
    name str
    type str
    value str
    default String
    name String
    type String
    value String

    GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthClientAuthMethod

    Default string
    Name string
    Type string
    Value string
    Default string
    Name string
    Type string
    Value string
    default_ String
    name String
    type String
    value String
    default string
    name string
    type string
    value string
    default str
    name str
    type str
    value str
    default String
    name String
    type String
    value String

    GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthClientId

    Default string
    Name string
    Type string
    Value string
    Default string
    Name string
    Type string
    Value string
    default_ String
    name String
    type String
    value String
    default string
    name string
    type string
    value string
    default str
    name str
    type str
    value str
    default String
    name String
    type String
    value String

    GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthClientRsaPublicKey2Fp

    Default string
    Name string
    Type string
    Value string
    Default string
    Name string
    Type string
    Value string
    default_ String
    name String
    type String
    value String
    default string
    name string
    type string
    value string
    default str
    name str
    type str
    value str
    default String
    name String
    type String
    value String

    GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthClientRsaPublicKeyFp

    Default string
    Name string
    Type string
    Value string
    Default string
    Name string
    Type string
    Value string
    default_ String
    name String
    type String
    value String
    default string
    name string
    type string
    value string
    default str
    name str
    type str
    value str
    default String
    name String
    type String
    value String

    GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthClientType

    Default string
    Name string
    Type string
    Value string
    Default string
    Name string
    Type string
    Value string
    default_ String
    name String
    type String
    value String
    default string
    name string
    type string
    value string
    default str
    name str
    type str
    value str
    default String
    name String
    type String
    value String

    GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthEnforcePkce

    Default string
    Name string
    Type string
    Value string
    Default string
    Name string
    Type string
    Value string
    default_ String
    name String
    type String
    value String
    default string
    name string
    type string
    value string
    default str
    name str
    type str
    value str
    default String
    name String
    type String
    value String

    GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthGrant

    Default string
    Name string
    Type string
    Value string
    Default string
    Name string
    Type string
    Value string
    default_ String
    name String
    type String
    value String
    default string
    name string
    type string
    value string
    default str
    name str
    type str
    value str
    default String
    name String
    type String
    value String

    GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthIssueRefreshToken

    Default string
    Name string
    Type string
    Value string
    Default string
    Name string
    Type string
    Value string
    default_ String
    name String
    type String
    value String
    default string
    name string
    type string
    value string
    default str
    name str
    type str
    value str
    default String
    name String
    type String
    value String

    GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthRedirectUri

    Default string
    Name string
    Type string
    Value string
    Default string
    Name string
    Type string
    Value string
    default_ String
    name String
    type String
    value String
    default string
    name string
    type string
    value string
    default str
    name str
    type str
    value str
    default String
    name String
    type String
    value String

    GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthRefreshTokenValidity

    Default string
    Name string
    Type string
    Value string
    Default string
    Name string
    Type string
    Value string
    default_ String
    name String
    type String
    value String
    default string
    name string
    type string
    value string
    default str
    name str
    type str
    value str
    default String
    name String
    type String
    value String

    GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthTokenEndpoint

    Default string
    Name string
    Type string
    Value string
    Default string
    Name string
    Type string
    Value string
    default_ String
    name String
    type String
    value String
    default string
    name string
    type string
    value string
    default str
    name str
    type str
    value str
    default String
    name String
    type String
    value String

    GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthUseSecondaryRole

    Default string
    Name string
    Type string
    Value string
    Default string
    Name string
    Type string
    Value string
    default_ String
    name String
    type String
    value String
    default string
    name string
    type string
    value string
    default str
    name str
    type str
    value str
    default String
    name String
    type String
    value String

    GetSecurityIntegrationsSecurityIntegrationDescribeOutputParentIntegration

    Default string
    Name string
    Type string
    Value string
    Default string
    Name string
    Type string
    Value string
    default_ String
    name String
    type String
    value String
    default string
    name string
    type string
    value string
    default str
    name str
    type str
    value str
    default String
    name String
    type String
    value String

    GetSecurityIntegrationsSecurityIntegrationDescribeOutputPreAuthorizedRolesList

    Default string
    Name string
    Type string
    Value string
    Default string
    Name string
    Type string
    Value string
    default_ String
    name String
    type String
    value String
    default string
    name string
    type string
    value string
    default str
    name str
    type str
    value str
    default String
    name String
    type String
    value String

    GetSecurityIntegrationsSecurityIntegrationDescribeOutputRunAsRole

    Default string
    Name string
    Type string
    Value string
    Default string
    Name string
    Type string
    Value string
    default_ String
    name String
    type String
    value String
    default string
    name string
    type string
    value string
    default str
    name str
    type str
    value str
    default String
    name String
    type String
    value String

    GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2DigestMethodsUsed

    Default string
    Name string
    Type string
    Value string
    Default string
    Name string
    Type string
    Value string
    default_ String
    name String
    type String
    value String
    default string
    name string
    type string
    value string
    default str
    name str
    type str
    value str
    default String
    name String
    type String
    value String

    GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2EnableSpInitiated

    Default string
    Name string
    Type string
    Value string
    Default string
    Name string
    Type string
    Value string
    default_ String
    name String
    type String
    value String
    default string
    name string
    type string
    value string
    default str
    name str
    type str
    value str
    default String
    name String
    type String
    value String

    GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2ForceAuthn

    Default string
    Name string
    Type string
    Value string
    Default string
    Name string
    Type string
    Value string
    default_ String
    name String
    type String
    value String
    default string
    name string
    type string
    value string
    default str
    name str
    type str
    value str
    default String
    name String
    type String
    value String

    GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2Issuer

    Default string
    Name string
    Type string
    Value string
    Default string
    Name string
    Type string
    Value string
    default_ String
    name String
    type String
    value String
    default string
    name string
    type string
    value string
    default str
    name str
    type str
    value str
    default String
    name String
    type String
    value String

    GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2PostLogoutRedirectUrl

    Default string
    Name string
    Type string
    Value string
    Default string
    Name string
    Type string
    Value string
    default_ String
    name String
    type String
    value String
    default string
    name string
    type string
    value string
    default str
    name str
    type str
    value str
    default String
    name String
    type String
    value String

    GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2Provider

    Default string
    Name string
    Type string
    Value string
    Default string
    Name string
    Type string
    Value string
    default_ String
    name String
    type String
    value String
    default string
    name string
    type string
    value string
    default str
    name str
    type str
    value str
    default String
    name String
    type String
    value String

    GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2RequestedNameidFormat

    Default string
    Name string
    Type string
    Value string
    Default string
    Name string
    Type string
    Value string
    default_ String
    name String
    type String
    value String
    default string
    name string
    type string
    value string
    default str
    name str
    type str
    value str
    default String
    name String
    type String
    value String

    GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2SignRequest

    Default string
    Name string
    Type string
    Value string
    Default string
    Name string
    Type string
    Value string
    default_ String
    name String
    type String
    value String
    default string
    name string
    type string
    value string
    default str
    name str
    type str
    value str
    default String
    name String
    type String
    value String

    GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2SignatureMethodsUsed

    Default string
    Name string
    Type string
    Value string
    Default string
    Name string
    Type string
    Value string
    default_ String
    name String
    type String
    value String
    default string
    name string
    type string
    value string
    default str
    name str
    type str
    value str
    default String
    name String
    type String
    value String

    GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2SnowflakeAcsUrl

    Default string
    Name string
    Type string
    Value string
    Default string
    Name string
    Type string
    Value string
    default_ String
    name String
    type String
    value String
    default string
    name string
    type string
    value string
    default str
    name str
    type str
    value str
    default String
    name String
    type String
    value String

    GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2SnowflakeIssuerUrl

    Default string
    Name string
    Type string
    Value string
    Default string
    Name string
    Type string
    Value string
    default_ String
    name String
    type String
    value String
    default string
    name string
    type string
    value string
    default str
    name str
    type str
    value str
    default String
    name String
    type String
    value String

    GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2SnowflakeMetadata

    Default string
    Name string
    Type string
    Value string
    Default string
    Name string
    Type string
    Value string
    default_ String
    name String
    type String
    value String
    default string
    name string
    type string
    value string
    default str
    name str
    type str
    value str
    default String
    name String
    type String
    value String

    GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2SnowflakeX509Cert

    Default string
    Name string
    Type string
    Value string
    Default string
    Name string
    Type string
    Value string
    default_ String
    name String
    type String
    value String
    default string
    name string
    type string
    value string
    default str
    name str
    type str
    value str
    default String
    name String
    type String
    value String

    GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2SpInitiatedLoginPageLabel

    Default string
    Name string
    Type string
    Value string
    Default string
    Name string
    Type string
    Value string
    default_ String
    name String
    type String
    value String
    default string
    name string
    type string
    value string
    default str
    name str
    type str
    value str
    default String
    name String
    type String
    value String

    GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2SsoUrl

    Default string
    Name string
    Type string
    Value string
    Default string
    Name string
    Type string
    Value string
    default_ String
    name String
    type String
    value String
    default string
    name string
    type string
    value string
    default str
    name str
    type str
    value str
    default String
    name String
    type String
    value String

    GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2X509Cert

    Default string
    Name string
    Type string
    Value string
    Default string
    Name string
    Type string
    Value string
    default_ String
    name String
    type String
    value String
    default string
    name string
    type string
    value string
    default str
    name str
    type str
    value str
    default String
    name String
    type String
    value String

    GetSecurityIntegrationsSecurityIntegrationDescribeOutputSyncPassword

    Default string
    Name string
    Type string
    Value string
    Default string
    Name string
    Type string
    Value string
    default_ String
    name String
    type String
    value String
    default string
    name string
    type string
    value string
    default str
    name str
    type str
    value str
    default String
    name String
    type String
    value String

    GetSecurityIntegrationsSecurityIntegrationShowOutput

    Category string
    Comment string
    CreatedOn string
    Enabled bool
    IntegrationType string
    Name string
    Category string
    Comment string
    CreatedOn string
    Enabled bool
    IntegrationType string
    Name string
    category String
    comment String
    createdOn String
    enabled Boolean
    integrationType String
    name String
    category string
    comment string
    createdOn string
    enabled boolean
    integrationType string
    name string
    category String
    comment String
    createdOn String
    enabled Boolean
    integrationType String
    name String

    Package Details

    Repository
    Snowflake pulumi/pulumi-snowflake
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the snowflake Terraform Provider.
    snowflake logo
    Snowflake v0.59.0 published on Friday, Sep 20, 2024 by Pulumi