Snowflake v1.3.0 published on Wednesday, Apr 23, 2025 by Pulumi
snowflake.getSecurityIntegrations
Explore with Pulumi AI
Data source 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)
public static Output<GetSecurityIntegrationsResult> getSecurityIntegrations(GetSecurityIntegrationsArgs args, InvokeOptions options)
fn::invoke:
  function: snowflake:index/getSecurityIntegrations:getSecurityIntegrations
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Like string
- Filters the output with case-insensitive pattern, with support for SQL wildcard characters (%and_).
- WithDescribe bool
- (Default: true) 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
- (Default: true) 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
- (Default: true) 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
- (Default: true) 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
- (Default: true) 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
- (Default: true) 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<GetSecurity Integrations Security Integration> 
- 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
- (Default: true) 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 []GetSecurity Integrations Security Integration 
- 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
- (Default: true) 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<GetSecurity Integrations Security Integration> 
- 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
- (Default: true) 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 GetSecurity Integrations Security Integration[] 
- 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
- (Default: true) 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[GetSecurity Integrations Security Integration] 
- 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
- (Default: true) 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
- (Default: true) 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<GetSecurity Integrations Security Integration Describe Output> 
- Holds the output of DESCRIBE SECURITY INTEGRATIONS.
- ShowOutputs List<GetSecurity Integrations Security Integration Show Output> 
- Holds the output of SHOW SECURITY INTEGRATIONS.
- DescribeOutputs []GetSecurity Integrations Security Integration Describe Output 
- Holds the output of DESCRIBE SECURITY INTEGRATIONS.
- ShowOutputs []GetSecurity Integrations Security Integration Show Output 
- Holds the output of SHOW SECURITY INTEGRATIONS.
- describeOutputs List<GetSecurity Integrations Security Integration Describe Output> 
- Holds the output of DESCRIBE SECURITY INTEGRATIONS.
- showOutputs List<GetSecurity Integrations Security Integration Show Output> 
- Holds the output of SHOW SECURITY INTEGRATIONS.
- describeOutputs GetSecurity Integrations Security Integration Describe Output[] 
- Holds the output of DESCRIBE SECURITY INTEGRATIONS.
- showOutputs GetSecurity Integrations Security Integration Show Output[] 
- Holds the output of SHOW SECURITY INTEGRATIONS.
- describe_outputs Sequence[GetSecurity Integrations Security Integration Describe Output] 
- Holds the output of DESCRIBE SECURITY INTEGRATIONS.
- show_outputs Sequence[GetSecurity Integrations Security Integration Show Output] 
- 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      
- AllowedEmail List<GetPatterns Security Integrations Security Integration Describe Output Allowed Email Pattern> 
- AllowedUser List<GetDomains Security Integrations Security Integration Describe Output Allowed User Domain> 
- AuthTypes List<GetSecurity Integrations Security Integration Describe Output Auth Type> 
- BlockedRoles List<GetLists Security Integrations Security Integration Describe Output Blocked Roles List> 
- Comments
List<GetSecurity Integrations Security Integration Describe Output Comment> 
- Enableds
List<GetSecurity Integrations Security Integration Describe Output Enabled> 
- ExternalOauth List<GetAllowed Roles Lists Security Integrations Security Integration Describe Output External Oauth Allowed Roles List> 
- ExternalOauth List<GetAny Role Modes Security Integrations Security Integration Describe Output External Oauth Any Role Mode> 
- ExternalOauth List<GetAudience Lists Security Integrations Security Integration Describe Output External Oauth Audience List> 
- ExternalOauth List<GetBlocked Roles Lists Security Integrations Security Integration Describe Output External Oauth Blocked Roles List> 
- ExternalOauth List<GetIssuers Security Integrations Security Integration Describe Output External Oauth Issuer> 
- ExternalOauth List<GetJws Keys Urls Security Integrations Security Integration Describe Output External Oauth Jws Keys Url> 
- ExternalOauth List<GetRsa Public Key2s Security Integrations Security Integration Describe Output External Oauth Rsa Public Key2> 
- ExternalOauth List<GetRsa Public Keys Security Integrations Security Integration Describe Output External Oauth Rsa Public Key> 
- ExternalOauth List<GetScope Delimiters Security Integrations Security Integration Describe Output External Oauth Scope Delimiter> 
- ExternalOauth List<GetSnowflake User Mapping Attributes Security Integrations Security Integration Describe Output External Oauth Snowflake User Mapping Attribute> 
- ExternalOauth List<GetToken User Mapping Claims Security Integrations Security Integration Describe Output External Oauth Token User Mapping Claim> 
- NetworkPolicies List<GetSecurity Integrations Security Integration Describe Output Network Policy> 
- OauthAccess List<GetToken Validities Security Integrations Security Integration Describe Output Oauth Access Token Validity> 
- OauthAllow List<GetNon Tls Redirect Uris Security Integrations Security Integration Describe Output Oauth Allow Non Tls Redirect Uri> 
- 
List<GetSecurity Integrations Security Integration Describe Output Oauth Allowed Authorization Endpoint> 
- OauthAllowed List<GetScopes Security Integrations Security Integration Describe Output Oauth Allowed Scope> 
- OauthAllowed List<GetToken Endpoints Security Integrations Security Integration Describe Output Oauth Allowed Token Endpoint> 
- 
List<GetSecurity Integrations Security Integration Describe Output Oauth Authorization Endpoint> 
- OauthClient List<GetAuth Methods Security Integrations Security Integration Describe Output Oauth Client Auth Method> 
- OauthClient List<GetIds Security Integrations Security Integration Describe Output Oauth Client Id> 
- OauthClient List<GetRsa Public Key2Fps Security Integrations Security Integration Describe Output Oauth Client Rsa Public Key2Fp> 
- OauthClient List<GetRsa Public Key Fps Security Integrations Security Integration Describe Output Oauth Client Rsa Public Key Fp> 
- OauthClient List<GetTypes Security Integrations Security Integration Describe Output Oauth Client Type> 
- OauthEnforce List<GetPkces Security Integrations Security Integration Describe Output Oauth Enforce Pkce> 
- OauthGrants List<GetSecurity Integrations Security Integration Describe Output Oauth Grant> 
- OauthIssue List<GetRefresh Tokens Security Integrations Security Integration Describe Output Oauth Issue Refresh Token> 
- OauthRedirect List<GetUris Security Integrations Security Integration Describe Output Oauth Redirect Uri> 
- OauthRefresh List<GetToken Validities Security Integrations Security Integration Describe Output Oauth Refresh Token Validity> 
- OauthToken List<GetEndpoints Security Integrations Security Integration Describe Output Oauth Token Endpoint> 
- OauthUse List<GetSecondary Roles Security Integrations Security Integration Describe Output Oauth Use Secondary Role> 
- ParentIntegrations List<GetSecurity Integrations Security Integration Describe Output Parent Integration> 
- 
List<GetSecurity Integrations Security Integration Describe Output Pre Authorized Roles List> 
- RunAs List<GetRoles Security Integrations Security Integration Describe Output Run As Role> 
- Saml2DigestMethods List<GetUseds Security Integrations Security Integration Describe Output Saml2Digest Methods Used> 
- Saml2EnableSp List<GetInitiateds Security Integrations Security Integration Describe Output Saml2Enable Sp Initiated> 
- Saml2ForceAuthns List<GetSecurity Integrations Security Integration Describe Output Saml2Force Authn> 
- Saml2Issuers
List<GetSecurity Integrations Security Integration Describe Output Saml2Issuer> 
- Saml2PostLogout List<GetRedirect Urls Security Integrations Security Integration Describe Output Saml2Post Logout Redirect Url> 
- Saml2Providers
List<GetSecurity Integrations Security Integration Describe Output Saml2Provider> 
- Saml2RequestedNameid List<GetFormats Security Integrations Security Integration Describe Output Saml2Requested Nameid Format> 
- Saml2SignRequests List<GetSecurity Integrations Security Integration Describe Output Saml2Sign Request> 
- Saml2SignatureMethods List<GetUseds Security Integrations Security Integration Describe Output Saml2Signature Methods Used> 
- Saml2SnowflakeAcs List<GetUrls Security Integrations Security Integration Describe Output Saml2Snowflake Acs Url> 
- Saml2SnowflakeIssuer List<GetUrls Security Integrations Security Integration Describe Output Saml2Snowflake Issuer Url> 
- Saml2SnowflakeMetadatas List<GetSecurity Integrations Security Integration Describe Output Saml2Snowflake Metadata> 
- Saml2SnowflakeX509Certs List<GetSecurity Integrations Security Integration Describe Output Saml2Snowflake X509Cert> 
- Saml2SpInitiated List<GetLogin Page Labels Security Integrations Security Integration Describe Output Saml2Sp Initiated Login Page Label> 
- Saml2SsoUrls List<GetSecurity Integrations Security Integration Describe Output Saml2Sso Url> 
- Saml2X509Certs
List<GetSecurity Integrations Security Integration Describe Output Saml2X509Cert> 
- SyncPasswords List<GetSecurity Integrations Security Integration Describe Output Sync Password> 
- AllowedEmail []GetPatterns Security Integrations Security Integration Describe Output Allowed Email Pattern 
- AllowedUser []GetDomains Security Integrations Security Integration Describe Output Allowed User Domain 
- AuthTypes []GetSecurity Integrations Security Integration Describe Output Auth Type 
- BlockedRoles []GetLists Security Integrations Security Integration Describe Output Blocked Roles List 
- Comments
[]GetSecurity Integrations Security Integration Describe Output Comment 
- Enableds
[]GetSecurity Integrations Security Integration Describe Output Enabled 
- ExternalOauth []GetAllowed Roles Lists Security Integrations Security Integration Describe Output External Oauth Allowed Roles List 
- ExternalOauth []GetAny Role Modes Security Integrations Security Integration Describe Output External Oauth Any Role Mode 
- ExternalOauth []GetAudience Lists Security Integrations Security Integration Describe Output External Oauth Audience List 
- ExternalOauth []GetBlocked Roles Lists Security Integrations Security Integration Describe Output External Oauth Blocked Roles List 
- ExternalOauth []GetIssuers Security Integrations Security Integration Describe Output External Oauth Issuer 
- ExternalOauth []GetJws Keys Urls Security Integrations Security Integration Describe Output External Oauth Jws Keys Url 
- ExternalOauth []GetRsa Public Key2s Security Integrations Security Integration Describe Output External Oauth Rsa Public Key2 
- ExternalOauth []GetRsa Public Keys Security Integrations Security Integration Describe Output External Oauth Rsa Public Key 
- ExternalOauth []GetScope Delimiters Security Integrations Security Integration Describe Output External Oauth Scope Delimiter 
- ExternalOauth []GetSnowflake User Mapping Attributes Security Integrations Security Integration Describe Output External Oauth Snowflake User Mapping Attribute 
- ExternalOauth []GetToken User Mapping Claims Security Integrations Security Integration Describe Output External Oauth Token User Mapping Claim 
- NetworkPolicies []GetSecurity Integrations Security Integration Describe Output Network Policy 
- OauthAccess []GetToken Validities Security Integrations Security Integration Describe Output Oauth Access Token Validity 
- OauthAllow []GetNon Tls Redirect Uris Security Integrations Security Integration Describe Output Oauth Allow Non Tls Redirect Uri 
- 
[]GetSecurity Integrations Security Integration Describe Output Oauth Allowed Authorization Endpoint 
- OauthAllowed []GetScopes Security Integrations Security Integration Describe Output Oauth Allowed Scope 
- OauthAllowed []GetToken Endpoints Security Integrations Security Integration Describe Output Oauth Allowed Token Endpoint 
- 
[]GetSecurity Integrations Security Integration Describe Output Oauth Authorization Endpoint 
- OauthClient []GetAuth Methods Security Integrations Security Integration Describe Output Oauth Client Auth Method 
- OauthClient []GetIds Security Integrations Security Integration Describe Output Oauth Client Id 
- OauthClient []GetRsa Public Key2Fps Security Integrations Security Integration Describe Output Oauth Client Rsa Public Key2Fp 
- OauthClient []GetRsa Public Key Fps Security Integrations Security Integration Describe Output Oauth Client Rsa Public Key Fp 
- OauthClient []GetTypes Security Integrations Security Integration Describe Output Oauth Client Type 
- OauthEnforce []GetPkces Security Integrations Security Integration Describe Output Oauth Enforce Pkce 
- OauthGrants []GetSecurity Integrations Security Integration Describe Output Oauth Grant 
- OauthIssue []GetRefresh Tokens Security Integrations Security Integration Describe Output Oauth Issue Refresh Token 
- OauthRedirect []GetUris Security Integrations Security Integration Describe Output Oauth Redirect Uri 
- OauthRefresh []GetToken Validities Security Integrations Security Integration Describe Output Oauth Refresh Token Validity 
- OauthToken []GetEndpoints Security Integrations Security Integration Describe Output Oauth Token Endpoint 
- OauthUse []GetSecondary Roles Security Integrations Security Integration Describe Output Oauth Use Secondary Role 
- ParentIntegrations []GetSecurity Integrations Security Integration Describe Output Parent Integration 
- 
[]GetSecurity Integrations Security Integration Describe Output Pre Authorized Roles List 
- RunAs []GetRoles Security Integrations Security Integration Describe Output Run As Role 
- Saml2DigestMethods []GetUseds Security Integrations Security Integration Describe Output Saml2Digest Methods Used 
- Saml2EnableSp []GetInitiateds Security Integrations Security Integration Describe Output Saml2Enable Sp Initiated 
- Saml2ForceAuthns []GetSecurity Integrations Security Integration Describe Output Saml2Force Authn 
- Saml2Issuers
[]GetSecurity Integrations Security Integration Describe Output Saml2Issuer 
- Saml2PostLogout []GetRedirect Urls Security Integrations Security Integration Describe Output Saml2Post Logout Redirect Url 
- Saml2Providers
[]GetSecurity Integrations Security Integration Describe Output Saml2Provider 
- Saml2RequestedNameid []GetFormats Security Integrations Security Integration Describe Output Saml2Requested Nameid Format 
- Saml2SignRequests []GetSecurity Integrations Security Integration Describe Output Saml2Sign Request 
- Saml2SignatureMethods []GetUseds Security Integrations Security Integration Describe Output Saml2Signature Methods Used 
- Saml2SnowflakeAcs []GetUrls Security Integrations Security Integration Describe Output Saml2Snowflake Acs Url 
- Saml2SnowflakeIssuer []GetUrls Security Integrations Security Integration Describe Output Saml2Snowflake Issuer Url 
- Saml2SnowflakeMetadatas []GetSecurity Integrations Security Integration Describe Output Saml2Snowflake Metadata 
- Saml2SnowflakeX509Certs []GetSecurity Integrations Security Integration Describe Output Saml2Snowflake X509Cert 
- Saml2SpInitiated []GetLogin Page Labels Security Integrations Security Integration Describe Output Saml2Sp Initiated Login Page Label 
- Saml2SsoUrls []GetSecurity Integrations Security Integration Describe Output Saml2Sso Url 
- Saml2X509Certs
[]GetSecurity Integrations Security Integration Describe Output Saml2X509Cert 
- SyncPasswords []GetSecurity Integrations Security Integration Describe Output Sync Password 
- allowedEmail List<GetPatterns Security Integrations Security Integration Describe Output Allowed Email Pattern> 
- allowedUser List<GetDomains Security Integrations Security Integration Describe Output Allowed User Domain> 
- authTypes List<GetSecurity Integrations Security Integration Describe Output Auth Type> 
- blockedRoles List<GetLists Security Integrations Security Integration Describe Output Blocked Roles List> 
- comments
List<GetSecurity Integrations Security Integration Describe Output Comment> 
- enableds
List<GetSecurity Integrations Security Integration Describe Output Enabled> 
- externalOauth List<GetAllowed Roles Lists Security Integrations Security Integration Describe Output External Oauth Allowed Roles List> 
- externalOauth List<GetAny Role Modes Security Integrations Security Integration Describe Output External Oauth Any Role Mode> 
- externalOauth List<GetAudience Lists Security Integrations Security Integration Describe Output External Oauth Audience List> 
- externalOauth List<GetBlocked Roles Lists Security Integrations Security Integration Describe Output External Oauth Blocked Roles List> 
- externalOauth List<GetIssuers Security Integrations Security Integration Describe Output External Oauth Issuer> 
- externalOauth List<GetJws Keys Urls Security Integrations Security Integration Describe Output External Oauth Jws Keys Url> 
- externalOauth List<GetRsa Public Key2s Security Integrations Security Integration Describe Output External Oauth Rsa Public Key2> 
- externalOauth List<GetRsa Public Keys Security Integrations Security Integration Describe Output External Oauth Rsa Public Key> 
- externalOauth List<GetScope Delimiters Security Integrations Security Integration Describe Output External Oauth Scope Delimiter> 
- externalOauth List<GetSnowflake User Mapping Attributes Security Integrations Security Integration Describe Output External Oauth Snowflake User Mapping Attribute> 
- externalOauth List<GetToken User Mapping Claims Security Integrations Security Integration Describe Output External Oauth Token User Mapping Claim> 
- networkPolicies List<GetSecurity Integrations Security Integration Describe Output Network Policy> 
- oauthAccess List<GetToken Validities Security Integrations Security Integration Describe Output Oauth Access Token Validity> 
- oauthAllow List<GetNon Tls Redirect Uris Security Integrations Security Integration Describe Output Oauth Allow Non Tls Redirect Uri> 
- 
List<GetSecurity Integrations Security Integration Describe Output Oauth Allowed Authorization Endpoint> 
- oauthAllowed List<GetScopes Security Integrations Security Integration Describe Output Oauth Allowed Scope> 
- oauthAllowed List<GetToken Endpoints Security Integrations Security Integration Describe Output Oauth Allowed Token Endpoint> 
- 
List<GetSecurity Integrations Security Integration Describe Output Oauth Authorization Endpoint> 
- oauthClient List<GetAuth Methods Security Integrations Security Integration Describe Output Oauth Client Auth Method> 
- oauthClient List<GetIds Security Integrations Security Integration Describe Output Oauth Client Id> 
- oauthClient List<GetRsa Public Key2Fps Security Integrations Security Integration Describe Output Oauth Client Rsa Public Key2Fp> 
- oauthClient List<GetRsa Public Key Fps Security Integrations Security Integration Describe Output Oauth Client Rsa Public Key Fp> 
- oauthClient List<GetTypes Security Integrations Security Integration Describe Output Oauth Client Type> 
- oauthEnforce List<GetPkces Security Integrations Security Integration Describe Output Oauth Enforce Pkce> 
- oauthGrants List<GetSecurity Integrations Security Integration Describe Output Oauth Grant> 
- oauthIssue List<GetRefresh Tokens Security Integrations Security Integration Describe Output Oauth Issue Refresh Token> 
- oauthRedirect List<GetUris Security Integrations Security Integration Describe Output Oauth Redirect Uri> 
- oauthRefresh List<GetToken Validities Security Integrations Security Integration Describe Output Oauth Refresh Token Validity> 
- oauthToken List<GetEndpoints Security Integrations Security Integration Describe Output Oauth Token Endpoint> 
- oauthUse List<GetSecondary Roles Security Integrations Security Integration Describe Output Oauth Use Secondary Role> 
- parentIntegrations List<GetSecurity Integrations Security Integration Describe Output Parent Integration> 
- 
List<GetSecurity Integrations Security Integration Describe Output Pre Authorized Roles List> 
- runAs List<GetRoles Security Integrations Security Integration Describe Output Run As Role> 
- saml2DigestMethods List<GetUseds Security Integrations Security Integration Describe Output Saml2Digest Methods Used> 
- saml2EnableSp List<GetInitiateds Security Integrations Security Integration Describe Output Saml2Enable Sp Initiated> 
- saml2ForceAuthns List<GetSecurity Integrations Security Integration Describe Output Saml2Force Authn> 
- saml2Issuers
List<GetSecurity Integrations Security Integration Describe Output Saml2Issuer> 
- saml2PostLogout List<GetRedirect Urls Security Integrations Security Integration Describe Output Saml2Post Logout Redirect Url> 
- saml2Providers
List<GetSecurity Integrations Security Integration Describe Output Saml2Provider> 
- saml2RequestedNameid List<GetFormats Security Integrations Security Integration Describe Output Saml2Requested Nameid Format> 
- saml2SignRequests List<GetSecurity Integrations Security Integration Describe Output Saml2Sign Request> 
- saml2SignatureMethods List<GetUseds Security Integrations Security Integration Describe Output Saml2Signature Methods Used> 
- saml2SnowflakeAcs List<GetUrls Security Integrations Security Integration Describe Output Saml2Snowflake Acs Url> 
- saml2SnowflakeIssuer List<GetUrls Security Integrations Security Integration Describe Output Saml2Snowflake Issuer Url> 
- saml2SnowflakeMetadatas List<GetSecurity Integrations Security Integration Describe Output Saml2Snowflake Metadata> 
- saml2SnowflakeX509Certs List<GetSecurity Integrations Security Integration Describe Output Saml2Snowflake X509Cert> 
- saml2SpInitiated List<GetLogin Page Labels Security Integrations Security Integration Describe Output Saml2Sp Initiated Login Page Label> 
- saml2SsoUrls List<GetSecurity Integrations Security Integration Describe Output Saml2Sso Url> 
- saml2X509Certs
List<GetSecurity Integrations Security Integration Describe Output Saml2X509Cert> 
- syncPasswords List<GetSecurity Integrations Security Integration Describe Output Sync Password> 
- allowedEmail GetPatterns Security Integrations Security Integration Describe Output Allowed Email Pattern[] 
- allowedUser GetDomains Security Integrations Security Integration Describe Output Allowed User Domain[] 
- authTypes GetSecurity Integrations Security Integration Describe Output Auth Type[] 
- blockedRoles GetLists Security Integrations Security Integration Describe Output Blocked Roles List[] 
- comments
GetSecurity Integrations Security Integration Describe Output Comment[] 
- enableds
GetSecurity Integrations Security Integration Describe Output Enabled[] 
- externalOauth GetAllowed Roles Lists Security Integrations Security Integration Describe Output External Oauth Allowed Roles List[] 
- externalOauth GetAny Role Modes Security Integrations Security Integration Describe Output External Oauth Any Role Mode[] 
- externalOauth GetAudience Lists Security Integrations Security Integration Describe Output External Oauth Audience List[] 
- externalOauth GetBlocked Roles Lists Security Integrations Security Integration Describe Output External Oauth Blocked Roles List[] 
- externalOauth GetIssuers Security Integrations Security Integration Describe Output External Oauth Issuer[] 
- externalOauth GetJws Keys Urls Security Integrations Security Integration Describe Output External Oauth Jws Keys Url[] 
- externalOauth GetRsa Public Key2s Security Integrations Security Integration Describe Output External Oauth Rsa Public Key2[] 
- externalOauth GetRsa Public Keys Security Integrations Security Integration Describe Output External Oauth Rsa Public Key[] 
- externalOauth GetScope Delimiters Security Integrations Security Integration Describe Output External Oauth Scope Delimiter[] 
- externalOauth GetSnowflake User Mapping Attributes Security Integrations Security Integration Describe Output External Oauth Snowflake User Mapping Attribute[] 
- externalOauth GetToken User Mapping Claims Security Integrations Security Integration Describe Output External Oauth Token User Mapping Claim[] 
- networkPolicies GetSecurity Integrations Security Integration Describe Output Network Policy[] 
- oauthAccess GetToken Validities Security Integrations Security Integration Describe Output Oauth Access Token Validity[] 
- oauthAllow GetNon Tls Redirect Uris Security Integrations Security Integration Describe Output Oauth Allow Non Tls Redirect Uri[] 
- 
GetSecurity Integrations Security Integration Describe Output Oauth Allowed Authorization Endpoint[] 
- oauthAllowed GetScopes Security Integrations Security Integration Describe Output Oauth Allowed Scope[] 
- oauthAllowed GetToken Endpoints Security Integrations Security Integration Describe Output Oauth Allowed Token Endpoint[] 
- 
GetSecurity Integrations Security Integration Describe Output Oauth Authorization Endpoint[] 
- oauthClient GetAuth Methods Security Integrations Security Integration Describe Output Oauth Client Auth Method[] 
- oauthClient GetIds Security Integrations Security Integration Describe Output Oauth Client Id[] 
- oauthClient GetRsa Public Key2Fps Security Integrations Security Integration Describe Output Oauth Client Rsa Public Key2Fp[] 
- oauthClient GetRsa Public Key Fps Security Integrations Security Integration Describe Output Oauth Client Rsa Public Key Fp[] 
- oauthClient GetTypes Security Integrations Security Integration Describe Output Oauth Client Type[] 
- oauthEnforce GetPkces Security Integrations Security Integration Describe Output Oauth Enforce Pkce[] 
- oauthGrants GetSecurity Integrations Security Integration Describe Output Oauth Grant[] 
- oauthIssue GetRefresh Tokens Security Integrations Security Integration Describe Output Oauth Issue Refresh Token[] 
- oauthRedirect GetUris Security Integrations Security Integration Describe Output Oauth Redirect Uri[] 
- oauthRefresh GetToken Validities Security Integrations Security Integration Describe Output Oauth Refresh Token Validity[] 
- oauthToken GetEndpoints Security Integrations Security Integration Describe Output Oauth Token Endpoint[] 
- oauthUse GetSecondary Roles Security Integrations Security Integration Describe Output Oauth Use Secondary Role[] 
- parentIntegrations GetSecurity Integrations Security Integration Describe Output Parent Integration[] 
- 
GetSecurity Integrations Security Integration Describe Output Pre Authorized Roles List[] 
- runAs GetRoles Security Integrations Security Integration Describe Output Run As Role[] 
- saml2DigestMethods GetUseds Security Integrations Security Integration Describe Output Saml2Digest Methods Used[] 
- saml2EnableSp GetInitiateds Security Integrations Security Integration Describe Output Saml2Enable Sp Initiated[] 
- saml2ForceAuthns GetSecurity Integrations Security Integration Describe Output Saml2Force Authn[] 
- saml2Issuers
GetSecurity Integrations Security Integration Describe Output Saml2Issuer[] 
- saml2PostLogout GetRedirect Urls Security Integrations Security Integration Describe Output Saml2Post Logout Redirect Url[] 
- saml2Providers
GetSecurity Integrations Security Integration Describe Output Saml2Provider[] 
- saml2RequestedNameid GetFormats Security Integrations Security Integration Describe Output Saml2Requested Nameid Format[] 
- saml2SignRequests GetSecurity Integrations Security Integration Describe Output Saml2Sign Request[] 
- saml2SignatureMethods GetUseds Security Integrations Security Integration Describe Output Saml2Signature Methods Used[] 
- saml2SnowflakeAcs GetUrls Security Integrations Security Integration Describe Output Saml2Snowflake Acs Url[] 
- saml2SnowflakeIssuer GetUrls Security Integrations Security Integration Describe Output Saml2Snowflake Issuer Url[] 
- saml2SnowflakeMetadatas GetSecurity Integrations Security Integration Describe Output Saml2Snowflake Metadata[] 
- saml2SnowflakeX509Certs GetSecurity Integrations Security Integration Describe Output Saml2Snowflake X509Cert[] 
- saml2SpInitiated GetLogin Page Labels Security Integrations Security Integration Describe Output Saml2Sp Initiated Login Page Label[] 
- saml2SsoUrls GetSecurity Integrations Security Integration Describe Output Saml2Sso Url[] 
- saml2X509Certs
GetSecurity Integrations Security Integration Describe Output Saml2X509Cert[] 
- syncPasswords GetSecurity Integrations Security Integration Describe Output Sync Password[] 
- allowed_email_ Sequence[Getpatterns Security Integrations Security Integration Describe Output Allowed Email Pattern] 
- allowed_user_ Sequence[Getdomains Security Integrations Security Integration Describe Output Allowed User Domain] 
- auth_types Sequence[GetSecurity Integrations Security Integration Describe Output Auth Type] 
- blocked_roles_ Sequence[Getlists Security Integrations Security Integration Describe Output Blocked Roles List] 
- comments
Sequence[GetSecurity Integrations Security Integration Describe Output Comment] 
- enableds
Sequence[GetSecurity Integrations Security Integration Describe Output Enabled] 
- external_oauth_ Sequence[Getallowed_ roles_ lists Security Integrations Security Integration Describe Output External Oauth Allowed Roles List] 
- external_oauth_ Sequence[Getany_ role_ modes Security Integrations Security Integration Describe Output External Oauth Any Role Mode] 
- external_oauth_ Sequence[Getaudience_ lists Security Integrations Security Integration Describe Output External Oauth Audience List] 
- external_oauth_ Sequence[Getblocked_ roles_ lists Security Integrations Security Integration Describe Output External Oauth Blocked Roles List] 
- external_oauth_ Sequence[Getissuers Security Integrations Security Integration Describe Output External Oauth Issuer] 
- external_oauth_ Sequence[Getjws_ keys_ urls Security Integrations Security Integration Describe Output External Oauth Jws Keys Url] 
- external_oauth_ Sequence[Getrsa_ public_ key2s Security Integrations Security Integration Describe Output External Oauth Rsa Public Key2] 
- external_oauth_ Sequence[Getrsa_ public_ keys Security Integrations Security Integration Describe Output External Oauth Rsa Public Key] 
- external_oauth_ Sequence[Getscope_ delimiters Security Integrations Security Integration Describe Output External Oauth Scope Delimiter] 
- external_oauth_ Sequence[Getsnowflake_ user_ mapping_ attributes Security Integrations Security Integration Describe Output External Oauth Snowflake User Mapping Attribute] 
- external_oauth_ Sequence[Gettoken_ user_ mapping_ claims Security Integrations Security Integration Describe Output External Oauth Token User Mapping Claim] 
- network_policies Sequence[GetSecurity Integrations Security Integration Describe Output Network Policy] 
- oauth_access_ Sequence[Gettoken_ validities Security Integrations Security Integration Describe Output Oauth Access Token Validity] 
- oauth_allow_ Sequence[Getnon_ tls_ redirect_ uris Security Integrations Security Integration Describe Output Oauth Allow Non Tls Redirect Uri] 
- 
Sequence[GetSecurity Integrations Security Integration Describe Output Oauth Allowed Authorization Endpoint] 
- oauth_allowed_ Sequence[Getscopes Security Integrations Security Integration Describe Output Oauth Allowed Scope] 
- oauth_allowed_ Sequence[Gettoken_ endpoints Security Integrations Security Integration Describe Output Oauth Allowed Token Endpoint] 
- 
Sequence[GetSecurity Integrations Security Integration Describe Output Oauth Authorization Endpoint] 
- oauth_client_ Sequence[Getauth_ methods Security Integrations Security Integration Describe Output Oauth Client Auth Method] 
- oauth_client_ Sequence[Getids Security Integrations Security Integration Describe Output Oauth Client Id] 
- oauth_client_ Sequence[Getrsa_ public_ key2_ fps Security Integrations Security Integration Describe Output Oauth Client Rsa Public Key2Fp] 
- oauth_client_ Sequence[Getrsa_ public_ key_ fps Security Integrations Security Integration Describe Output Oauth Client Rsa Public Key Fp] 
- oauth_client_ Sequence[Gettypes Security Integrations Security Integration Describe Output Oauth Client Type] 
- oauth_enforce_ Sequence[Getpkces Security Integrations Security Integration Describe Output Oauth Enforce Pkce] 
- oauth_grants Sequence[GetSecurity Integrations Security Integration Describe Output Oauth Grant] 
- oauth_issue_ Sequence[Getrefresh_ tokens Security Integrations Security Integration Describe Output Oauth Issue Refresh Token] 
- oauth_redirect_ Sequence[Geturis Security Integrations Security Integration Describe Output Oauth Redirect Uri] 
- oauth_refresh_ Sequence[Gettoken_ validities Security Integrations Security Integration Describe Output Oauth Refresh Token Validity] 
- oauth_token_ Sequence[Getendpoints Security Integrations Security Integration Describe Output Oauth Token Endpoint] 
- oauth_use_ Sequence[Getsecondary_ roles Security Integrations Security Integration Describe Output Oauth Use Secondary Role] 
- parent_integrations Sequence[GetSecurity Integrations Security Integration Describe Output Parent Integration] 
- 
Sequence[GetSecurity Integrations Security Integration Describe Output Pre Authorized Roles List] 
- run_as_ Sequence[Getroles Security Integrations Security Integration Describe Output Run As Role] 
- saml2_digest_ Sequence[Getmethods_ useds Security Integrations Security Integration Describe Output Saml2Digest Methods Used] 
- saml2_enable_ Sequence[Getsp_ initiateds Security Integrations Security Integration Describe Output Saml2Enable Sp Initiated] 
- saml2_force_ Sequence[Getauthns Security Integrations Security Integration Describe Output Saml2Force Authn] 
- saml2_issuers Sequence[GetSecurity Integrations Security Integration Describe Output Saml2Issuer] 
- saml2_post_ Sequence[Getlogout_ redirect_ urls Security Integrations Security Integration Describe Output Saml2Post Logout Redirect Url] 
- saml2_providers Sequence[GetSecurity Integrations Security Integration Describe Output Saml2Provider] 
- saml2_requested_ Sequence[Getnameid_ formats Security Integrations Security Integration Describe Output Saml2Requested Nameid Format] 
- saml2_sign_ Sequence[Getrequests Security Integrations Security Integration Describe Output Saml2Sign Request] 
- saml2_signature_ Sequence[Getmethods_ useds Security Integrations Security Integration Describe Output Saml2Signature Methods Used] 
- saml2_snowflake_ Sequence[Getacs_ urls Security Integrations Security Integration Describe Output Saml2Snowflake Acs Url] 
- saml2_snowflake_ Sequence[Getissuer_ urls Security Integrations Security Integration Describe Output Saml2Snowflake Issuer Url] 
- saml2_snowflake_ Sequence[Getmetadatas Security Integrations Security Integration Describe Output Saml2Snowflake Metadata] 
- saml2_snowflake_ Sequence[Getx509_ certs Security Integrations Security Integration Describe Output Saml2Snowflake X509Cert] 
- saml2_sp_ Sequence[Getinitiated_ login_ page_ labels Security Integrations Security Integration Describe Output Saml2Sp Initiated Login Page Label] 
- saml2_sso_ Sequence[Geturls Security Integrations Security Integration Describe Output Saml2Sso Url] 
- saml2_x509_ Sequence[Getcerts Security Integrations Security Integration Describe Output Saml2X509Cert] 
- sync_passwords Sequence[GetSecurity Integrations Security Integration Describe Output Sync Password] 
- allowedEmail List<Property Map>Patterns 
- allowedUser List<Property Map>Domains 
- authTypes List<Property Map>
- blockedRoles List<Property Map>Lists 
- comments List<Property Map>
- enableds List<Property Map>
- externalOauth List<Property Map>Allowed Roles Lists 
- externalOauth List<Property Map>Any Role Modes 
- externalOauth List<Property Map>Audience Lists 
- externalOauth List<Property Map>Blocked Roles Lists 
- externalOauth List<Property Map>Issuers 
- externalOauth List<Property Map>Jws Keys Urls 
- externalOauth List<Property Map>Rsa Public Key2s 
- externalOauth List<Property Map>Rsa Public Keys 
- externalOauth List<Property Map>Scope Delimiters 
- externalOauth List<Property Map>Snowflake User Mapping Attributes 
- externalOauth List<Property Map>Token User Mapping Claims 
- networkPolicies List<Property Map>
- oauthAccess List<Property Map>Token Validities 
- oauthAllow List<Property Map>Non Tls Redirect Uris 
- List<Property Map>
- oauthAllowed List<Property Map>Scopes 
- oauthAllowed List<Property Map>Token Endpoints 
- List<Property Map>
- oauthClient List<Property Map>Auth Methods 
- oauthClient List<Property Map>Ids 
- oauthClient List<Property Map>Rsa Public Key2Fps 
- oauthClient List<Property Map>Rsa Public Key Fps 
- oauthClient List<Property Map>Types 
- oauthEnforce List<Property Map>Pkces 
- oauthGrants List<Property Map>
- oauthIssue List<Property Map>Refresh Tokens 
- oauthRedirect List<Property Map>Uris 
- oauthRefresh List<Property Map>Token Validities 
- oauthToken List<Property Map>Endpoints 
- oauthUse List<Property Map>Secondary Roles 
- parentIntegrations List<Property Map>
- List<Property Map>
- runAs List<Property Map>Roles 
- saml2DigestMethods List<Property Map>Useds 
- saml2EnableSp List<Property Map>Initiateds 
- saml2ForceAuthns List<Property Map>
- saml2Issuers List<Property Map>
- saml2PostLogout List<Property Map>Redirect Urls 
- saml2Providers List<Property Map>
- saml2RequestedNameid List<Property Map>Formats 
- saml2SignRequests List<Property Map>
- saml2SignatureMethods List<Property Map>Useds 
- saml2SnowflakeAcs List<Property Map>Urls 
- saml2SnowflakeIssuer List<Property Map>Urls 
- saml2SnowflakeMetadatas List<Property Map>
- saml2SnowflakeX509Certs List<Property Map>
- saml2SpInitiated List<Property Map>Login Page Labels 
- saml2SsoUrls List<Property Map>
- saml2X509Certs List<Property Map>
- syncPasswords List<Property Map>
GetSecurityIntegrationsSecurityIntegrationDescribeOutputAllowedEmailPattern         
GetSecurityIntegrationsSecurityIntegrationDescribeOutputAllowedUserDomain         
GetSecurityIntegrationsSecurityIntegrationDescribeOutputAuthType        
GetSecurityIntegrationsSecurityIntegrationDescribeOutputBlockedRolesList         
GetSecurityIntegrationsSecurityIntegrationDescribeOutputComment       
GetSecurityIntegrationsSecurityIntegrationDescribeOutputEnabled       
GetSecurityIntegrationsSecurityIntegrationDescribeOutputExternalOauthAllowedRolesList           
GetSecurityIntegrationsSecurityIntegrationDescribeOutputExternalOauthAnyRoleMode           
GetSecurityIntegrationsSecurityIntegrationDescribeOutputExternalOauthAudienceList          
GetSecurityIntegrationsSecurityIntegrationDescribeOutputExternalOauthBlockedRolesList           
GetSecurityIntegrationsSecurityIntegrationDescribeOutputExternalOauthIssuer         
GetSecurityIntegrationsSecurityIntegrationDescribeOutputExternalOauthJwsKeysUrl           
GetSecurityIntegrationsSecurityIntegrationDescribeOutputExternalOauthRsaPublicKey           
GetSecurityIntegrationsSecurityIntegrationDescribeOutputExternalOauthRsaPublicKey2           
GetSecurityIntegrationsSecurityIntegrationDescribeOutputExternalOauthScopeDelimiter          
GetSecurityIntegrationsSecurityIntegrationDescribeOutputExternalOauthSnowflakeUserMappingAttribute            
GetSecurityIntegrationsSecurityIntegrationDescribeOutputExternalOauthTokenUserMappingClaim            
GetSecurityIntegrationsSecurityIntegrationDescribeOutputNetworkPolicy        
GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthAccessTokenValidity          
GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthAllowNonTlsRedirectUri            
GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthAllowedAuthorizationEndpoint          
GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthAllowedScope         
GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthAllowedTokenEndpoint          
GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthAuthorizationEndpoint         
GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthClientAuthMethod          
GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthClientId         
GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthClientRsaPublicKey2Fp           
GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthClientRsaPublicKeyFp            
GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthClientType         
GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthEnforcePkce         
GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthGrant        
GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthIssueRefreshToken          
GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthRedirectUri         
GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthRefreshTokenValidity          
GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthTokenEndpoint         
GetSecurityIntegrationsSecurityIntegrationDescribeOutputOauthUseSecondaryRole          
GetSecurityIntegrationsSecurityIntegrationDescribeOutputParentIntegration        
GetSecurityIntegrationsSecurityIntegrationDescribeOutputPreAuthorizedRolesList          
GetSecurityIntegrationsSecurityIntegrationDescribeOutputRunAsRole         
GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2DigestMethodsUsed         
GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2EnableSpInitiated         
GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2ForceAuthn        
GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2Issuer       
GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2PostLogoutRedirectUrl          
GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2Provider       
GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2RequestedNameidFormat         
GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2SignRequest        
GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2SignatureMethodsUsed         
GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2SnowflakeAcsUrl         
GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2SnowflakeIssuerUrl         
GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2SnowflakeMetadata        
GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2SnowflakeX509Cert        
GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2SpInitiatedLoginPageLabel           
GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2SsoUrl        
GetSecurityIntegrationsSecurityIntegrationDescribeOutputSaml2X509Cert       
GetSecurityIntegrationsSecurityIntegrationDescribeOutputSyncPassword        
GetSecurityIntegrationsSecurityIntegrationShowOutput      
- category str
- comment str
- created_on str
- enabled bool
- integration_type str
- name str
Package Details
- Repository
- Snowflake pulumi/pulumi-snowflake
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the snowflakeTerraform Provider.