snowflake.getSecurityIntegrations
Explore with Pulumi AI
!> 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_
). - 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_
). - 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_
). - with
Describe 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_
). - with
Describe 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_
). - with
Describe 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.
- Security
Integrations 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_
). - 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.
- Security
Integrations []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_
). - 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.
- security
Integrations 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_
). - with
Describe 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.
- security
Integrations 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_
). - with
Describe 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[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 - 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.
- security
Integrations 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_
). - with
Describe 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
- Describe
Outputs List<GetSecurity Integrations Security Integration Describe Output> - Holds the output of DESCRIBE SECURITY INTEGRATIONS.
- Show
Outputs List<GetSecurity Integrations Security Integration Show Output> - Holds the output of SHOW SECURITY INTEGRATIONS.
- Describe
Outputs []GetSecurity Integrations Security Integration Describe Output - Holds the output of DESCRIBE SECURITY INTEGRATIONS.
- Show
Outputs []GetSecurity Integrations Security Integration Show Output - Holds the output of SHOW SECURITY INTEGRATIONS.
- describe
Outputs List<GetSecurity Integrations Security Integration Describe Output> - Holds the output of DESCRIBE SECURITY INTEGRATIONS.
- show
Outputs List<GetSecurity Integrations Security Integration Show Output> - Holds the output of SHOW SECURITY INTEGRATIONS.
- describe
Outputs GetSecurity Integrations Security Integration Describe Output[] - Holds the output of DESCRIBE SECURITY INTEGRATIONS.
- show
Outputs 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.
- describe
Outputs List<Property Map> - Holds the output of DESCRIBE SECURITY INTEGRATIONS.
- show
Outputs List<Property Map> - Holds the output of SHOW SECURITY INTEGRATIONS.
GetSecurityIntegrationsSecurityIntegrationDescribeOutput
- Allowed
Email List<GetPatterns Security Integrations Security Integration Describe Output Allowed Email Pattern> - Allowed
User List<GetDomains Security Integrations Security Integration Describe Output Allowed User Domain> - Auth
Types List<GetSecurity Integrations Security Integration Describe Output Auth Type> - Blocked
Roles List<GetLists Security Integrations Security Integration Describe Output Blocked Roles List> - Comments
List<Get
Security Integrations Security Integration Describe Output Comment> - Enableds
List<Get
Security Integrations Security Integration Describe Output Enabled> - External
Oauth List<GetAllowed Roles Lists Security Integrations Security Integration Describe Output External Oauth Allowed Roles List> - External
Oauth List<GetAny Role Modes Security Integrations Security Integration Describe Output External Oauth Any Role Mode> - External
Oauth List<GetAudience Lists Security Integrations Security Integration Describe Output External Oauth Audience List> - External
Oauth List<GetBlocked Roles Lists Security Integrations Security Integration Describe Output External Oauth Blocked Roles List> - External
Oauth List<GetIssuers Security Integrations Security Integration Describe Output External Oauth Issuer> - External
Oauth List<GetJws Keys Urls Security Integrations Security Integration Describe Output External Oauth Jws Keys Url> - External
Oauth List<GetRsa Public Key2s Security Integrations Security Integration Describe Output External Oauth Rsa Public Key2> - External
Oauth List<GetRsa Public Keys Security Integrations Security Integration Describe Output External Oauth Rsa Public Key> - External
Oauth List<GetScope Delimiters Security Integrations Security Integration Describe Output External Oauth Scope Delimiter> - External
Oauth List<GetSnowflake User Mapping Attributes Security Integrations Security Integration Describe Output External Oauth Snowflake User Mapping Attribute> - External
Oauth List<GetToken User Mapping Claims Security Integrations Security Integration Describe Output External Oauth Token User Mapping Claim> - Network
Policies List<GetSecurity Integrations Security Integration Describe Output Network Policy> - Oauth
Access List<GetToken Validities Security Integrations Security Integration Describe Output Oauth Access Token Validity> - Oauth
Allow List<GetNon Tls Redirect Uris Security Integrations Security Integration Describe Output Oauth Allow Non Tls Redirect Uri> - List<Get
Security Integrations Security Integration Describe Output Oauth Allowed Authorization Endpoint> - Oauth
Allowed List<GetScopes Security Integrations Security Integration Describe Output Oauth Allowed Scope> - Oauth
Allowed List<GetToken Endpoints Security Integrations Security Integration Describe Output Oauth Allowed Token Endpoint> - List<Get
Security Integrations Security Integration Describe Output Oauth Authorization Endpoint> - Oauth
Client List<GetAuth Methods Security Integrations Security Integration Describe Output Oauth Client Auth Method> - Oauth
Client List<GetIds Security Integrations Security Integration Describe Output Oauth Client Id> - Oauth
Client List<GetRsa Public Key2Fps Security Integrations Security Integration Describe Output Oauth Client Rsa Public Key2Fp> - Oauth
Client List<GetRsa Public Key Fps Security Integrations Security Integration Describe Output Oauth Client Rsa Public Key Fp> - Oauth
Client List<GetTypes Security Integrations Security Integration Describe Output Oauth Client Type> - Oauth
Enforce List<GetPkces Security Integrations Security Integration Describe Output Oauth Enforce Pkce> - Oauth
Grants List<GetSecurity Integrations Security Integration Describe Output Oauth Grant> - Oauth
Issue List<GetRefresh Tokens Security Integrations Security Integration Describe Output Oauth Issue Refresh Token> - Oauth
Redirect List<GetUris Security Integrations Security Integration Describe Output Oauth Redirect Uri> - Oauth
Refresh List<GetToken Validities Security Integrations Security Integration Describe Output Oauth Refresh Token Validity> - Oauth
Token List<GetEndpoints Security Integrations Security Integration Describe Output Oauth Token Endpoint> - Oauth
Use List<GetSecondary Roles Security Integrations Security Integration Describe Output Oauth Use Secondary Role> - Parent
Integrations List<GetSecurity Integrations Security Integration Describe Output Parent Integration> - List<Get
Security Integrations Security Integration Describe Output Pre Authorized Roles List> - Run
As List<GetRoles Security Integrations Security Integration Describe Output Run As Role> - Saml2Digest
Methods List<GetUseds Security Integrations Security Integration Describe Output Saml2Digest Methods Used> - Saml2Enable
Sp List<GetInitiateds Security Integrations Security Integration Describe Output Saml2Enable Sp Initiated> - Saml2Force
Authns List<GetSecurity Integrations Security Integration Describe Output Saml2Force Authn> - Saml2Issuers
List<Get
Security Integrations Security Integration Describe Output Saml2Issuer> - Saml2Post
Logout List<GetRedirect Urls Security Integrations Security Integration Describe Output Saml2Post Logout Redirect Url> - Saml2Providers
List<Get
Security Integrations Security Integration Describe Output Saml2Provider> - Saml2Requested
Nameid List<GetFormats Security Integrations Security Integration Describe Output Saml2Requested Nameid Format> - Saml2Sign
Requests List<GetSecurity Integrations Security Integration Describe Output Saml2Sign Request> - Saml2Signature
Methods List<GetUseds Security Integrations Security Integration Describe Output Saml2Signature Methods Used> - Saml2Snowflake
Acs List<GetUrls Security Integrations Security Integration Describe Output Saml2Snowflake Acs Url> - Saml2Snowflake
Issuer List<GetUrls Security Integrations Security Integration Describe Output Saml2Snowflake Issuer Url> - Saml2Snowflake
Metadatas List<GetSecurity Integrations Security Integration Describe Output Saml2Snowflake Metadata> - Saml2Snowflake
X509Certs List<GetSecurity Integrations Security Integration Describe Output Saml2Snowflake X509Cert> - Saml2Sp
Initiated List<GetLogin Page Labels Security Integrations Security Integration Describe Output Saml2Sp Initiated Login Page Label> - Saml2Sso
Urls List<GetSecurity Integrations Security Integration Describe Output Saml2Sso Url> - Saml2X509Certs
List<Get
Security Integrations Security Integration Describe Output Saml2X509Cert> - Sync
Passwords List<GetSecurity Integrations Security Integration Describe Output Sync Password>
- Allowed
Email []GetPatterns Security Integrations Security Integration Describe Output Allowed Email Pattern - Allowed
User []GetDomains Security Integrations Security Integration Describe Output Allowed User Domain - Auth
Types []GetSecurity Integrations Security Integration Describe Output Auth Type - Blocked
Roles []GetLists Security Integrations Security Integration Describe Output Blocked Roles List - Comments
[]Get
Security Integrations Security Integration Describe Output Comment - Enableds
[]Get
Security Integrations Security Integration Describe Output Enabled - External
Oauth []GetAllowed Roles Lists Security Integrations Security Integration Describe Output External Oauth Allowed Roles List - External
Oauth []GetAny Role Modes Security Integrations Security Integration Describe Output External Oauth Any Role Mode - External
Oauth []GetAudience Lists Security Integrations Security Integration Describe Output External Oauth Audience List - External
Oauth []GetBlocked Roles Lists Security Integrations Security Integration Describe Output External Oauth Blocked Roles List - External
Oauth []GetIssuers Security Integrations Security Integration Describe Output External Oauth Issuer - External
Oauth []GetJws Keys Urls Security Integrations Security Integration Describe Output External Oauth Jws Keys Url - External
Oauth []GetRsa Public Key2s Security Integrations Security Integration Describe Output External Oauth Rsa Public Key2 - External
Oauth []GetRsa Public Keys Security Integrations Security Integration Describe Output External Oauth Rsa Public Key - External
Oauth []GetScope Delimiters Security Integrations Security Integration Describe Output External Oauth Scope Delimiter - External
Oauth []GetSnowflake User Mapping Attributes Security Integrations Security Integration Describe Output External Oauth Snowflake User Mapping Attribute - External
Oauth []GetToken User Mapping Claims Security Integrations Security Integration Describe Output External Oauth Token User Mapping Claim - Network
Policies []GetSecurity Integrations Security Integration Describe Output Network Policy - Oauth
Access []GetToken Validities Security Integrations Security Integration Describe Output Oauth Access Token Validity - Oauth
Allow []GetNon Tls Redirect Uris Security Integrations Security Integration Describe Output Oauth Allow Non Tls Redirect Uri - []Get
Security Integrations Security Integration Describe Output Oauth Allowed Authorization Endpoint - Oauth
Allowed []GetScopes Security Integrations Security Integration Describe Output Oauth Allowed Scope - Oauth
Allowed []GetToken Endpoints Security Integrations Security Integration Describe Output Oauth Allowed Token Endpoint - []Get
Security Integrations Security Integration Describe Output Oauth Authorization Endpoint - Oauth
Client []GetAuth Methods Security Integrations Security Integration Describe Output Oauth Client Auth Method - Oauth
Client []GetIds Security Integrations Security Integration Describe Output Oauth Client Id - Oauth
Client []GetRsa Public Key2Fps Security Integrations Security Integration Describe Output Oauth Client Rsa Public Key2Fp - Oauth
Client []GetRsa Public Key Fps Security Integrations Security Integration Describe Output Oauth Client Rsa Public Key Fp - Oauth
Client []GetTypes Security Integrations Security Integration Describe Output Oauth Client Type - Oauth
Enforce []GetPkces Security Integrations Security Integration Describe Output Oauth Enforce Pkce - Oauth
Grants []GetSecurity Integrations Security Integration Describe Output Oauth Grant - Oauth
Issue []GetRefresh Tokens Security Integrations Security Integration Describe Output Oauth Issue Refresh Token - Oauth
Redirect []GetUris Security Integrations Security Integration Describe Output Oauth Redirect Uri - Oauth
Refresh []GetToken Validities Security Integrations Security Integration Describe Output Oauth Refresh Token Validity - Oauth
Token []GetEndpoints Security Integrations Security Integration Describe Output Oauth Token Endpoint - Oauth
Use []GetSecondary Roles Security Integrations Security Integration Describe Output Oauth Use Secondary Role - Parent
Integrations []GetSecurity Integrations Security Integration Describe Output Parent Integration - []Get
Security Integrations Security Integration Describe Output Pre Authorized Roles List - Run
As []GetRoles Security Integrations Security Integration Describe Output Run As Role - Saml2Digest
Methods []GetUseds Security Integrations Security Integration Describe Output Saml2Digest Methods Used - Saml2Enable
Sp []GetInitiateds Security Integrations Security Integration Describe Output Saml2Enable Sp Initiated - Saml2Force
Authns []GetSecurity Integrations Security Integration Describe Output Saml2Force Authn - Saml2Issuers
[]Get
Security Integrations Security Integration Describe Output Saml2Issuer - Saml2Post
Logout []GetRedirect Urls Security Integrations Security Integration Describe Output Saml2Post Logout Redirect Url - Saml2Providers
[]Get
Security Integrations Security Integration Describe Output Saml2Provider - Saml2Requested
Nameid []GetFormats Security Integrations Security Integration Describe Output Saml2Requested Nameid Format - Saml2Sign
Requests []GetSecurity Integrations Security Integration Describe Output Saml2Sign Request - Saml2Signature
Methods []GetUseds Security Integrations Security Integration Describe Output Saml2Signature Methods Used - Saml2Snowflake
Acs []GetUrls Security Integrations Security Integration Describe Output Saml2Snowflake Acs Url - Saml2Snowflake
Issuer []GetUrls Security Integrations Security Integration Describe Output Saml2Snowflake Issuer Url - Saml2Snowflake
Metadatas []GetSecurity Integrations Security Integration Describe Output Saml2Snowflake Metadata - Saml2Snowflake
X509Certs []GetSecurity Integrations Security Integration Describe Output Saml2Snowflake X509Cert - Saml2Sp
Initiated []GetLogin Page Labels Security Integrations Security Integration Describe Output Saml2Sp Initiated Login Page Label - Saml2Sso
Urls []GetSecurity Integrations Security Integration Describe Output Saml2Sso Url - Saml2X509Certs
[]Get
Security Integrations Security Integration Describe Output Saml2X509Cert - Sync
Passwords []GetSecurity Integrations Security Integration Describe Output Sync Password
- allowed
Email List<GetPatterns Security Integrations Security Integration Describe Output Allowed Email Pattern> - allowed
User List<GetDomains Security Integrations Security Integration Describe Output Allowed User Domain> - auth
Types List<GetSecurity Integrations Security Integration Describe Output Auth Type> - blocked
Roles List<GetLists Security Integrations Security Integration Describe Output Blocked Roles List> - comments
List<Get
Security Integrations Security Integration Describe Output Comment> - enableds
List<Get
Security Integrations Security Integration Describe Output Enabled> - external
Oauth List<GetAllowed Roles Lists Security Integrations Security Integration Describe Output External Oauth Allowed Roles List> - external
Oauth List<GetAny Role Modes Security Integrations Security Integration Describe Output External Oauth Any Role Mode> - external
Oauth List<GetAudience Lists Security Integrations Security Integration Describe Output External Oauth Audience List> - external
Oauth List<GetBlocked Roles Lists Security Integrations Security Integration Describe Output External Oauth Blocked Roles List> - external
Oauth List<GetIssuers Security Integrations Security Integration Describe Output External Oauth Issuer> - external
Oauth List<GetJws Keys Urls Security Integrations Security Integration Describe Output External Oauth Jws Keys Url> - external
Oauth List<GetRsa Public Key2s Security Integrations Security Integration Describe Output External Oauth Rsa Public Key2> - external
Oauth List<GetRsa Public Keys Security Integrations Security Integration Describe Output External Oauth Rsa Public Key> - external
Oauth List<GetScope Delimiters Security Integrations Security Integration Describe Output External Oauth Scope Delimiter> - external
Oauth List<GetSnowflake User Mapping Attributes Security Integrations Security Integration Describe Output External Oauth Snowflake User Mapping Attribute> - external
Oauth List<GetToken User Mapping Claims Security Integrations Security Integration Describe Output External Oauth Token User Mapping Claim> - network
Policies List<GetSecurity Integrations Security Integration Describe Output Network Policy> - oauth
Access List<GetToken Validities Security Integrations Security Integration Describe Output Oauth Access Token Validity> - oauth
Allow List<GetNon Tls Redirect Uris Security Integrations Security Integration Describe Output Oauth Allow Non Tls Redirect Uri> - List<Get
Security Integrations Security Integration Describe Output Oauth Allowed Authorization Endpoint> - oauth
Allowed List<GetScopes Security Integrations Security Integration Describe Output Oauth Allowed Scope> - oauth
Allowed List<GetToken Endpoints Security Integrations Security Integration Describe Output Oauth Allowed Token Endpoint> - List<Get
Security Integrations Security Integration Describe Output Oauth Authorization Endpoint> - oauth
Client List<GetAuth Methods Security Integrations Security Integration Describe Output Oauth Client Auth Method> - oauth
Client List<GetIds Security Integrations Security Integration Describe Output Oauth Client Id> - oauth
Client List<GetRsa Public Key2Fps Security Integrations Security Integration Describe Output Oauth Client Rsa Public Key2Fp> - oauth
Client List<GetRsa Public Key Fps Security Integrations Security Integration Describe Output Oauth Client Rsa Public Key Fp> - oauth
Client List<GetTypes Security Integrations Security Integration Describe Output Oauth Client Type> - oauth
Enforce List<GetPkces Security Integrations Security Integration Describe Output Oauth Enforce Pkce> - oauth
Grants List<GetSecurity Integrations Security Integration Describe Output Oauth Grant> - oauth
Issue List<GetRefresh Tokens Security Integrations Security Integration Describe Output Oauth Issue Refresh Token> - oauth
Redirect List<GetUris Security Integrations Security Integration Describe Output Oauth Redirect Uri> - oauth
Refresh List<GetToken Validities Security Integrations Security Integration Describe Output Oauth Refresh Token Validity> - oauth
Token List<GetEndpoints Security Integrations Security Integration Describe Output Oauth Token Endpoint> - oauth
Use List<GetSecondary Roles Security Integrations Security Integration Describe Output Oauth Use Secondary Role> - parent
Integrations List<GetSecurity Integrations Security Integration Describe Output Parent Integration> - List<Get
Security Integrations Security Integration Describe Output Pre Authorized Roles List> - run
As List<GetRoles Security Integrations Security Integration Describe Output Run As Role> - saml2Digest
Methods List<GetUseds Security Integrations Security Integration Describe Output Saml2Digest Methods Used> - saml2Enable
Sp List<GetInitiateds Security Integrations Security Integration Describe Output Saml2Enable Sp Initiated> - saml2Force
Authns List<GetSecurity Integrations Security Integration Describe Output Saml2Force Authn> - saml2Issuers
List<Get
Security Integrations Security Integration Describe Output Saml2Issuer> - saml2Post
Logout List<GetRedirect Urls Security Integrations Security Integration Describe Output Saml2Post Logout Redirect Url> - saml2Providers
List<Get
Security Integrations Security Integration Describe Output Saml2Provider> - saml2Requested
Nameid List<GetFormats Security Integrations Security Integration Describe Output Saml2Requested Nameid Format> - saml2Sign
Requests List<GetSecurity Integrations Security Integration Describe Output Saml2Sign Request> - saml2Signature
Methods List<GetUseds Security Integrations Security Integration Describe Output Saml2Signature Methods Used> - saml2Snowflake
Acs List<GetUrls Security Integrations Security Integration Describe Output Saml2Snowflake Acs Url> - saml2Snowflake
Issuer List<GetUrls Security Integrations Security Integration Describe Output Saml2Snowflake Issuer Url> - saml2Snowflake
Metadatas List<GetSecurity Integrations Security Integration Describe Output Saml2Snowflake Metadata> - saml2Snowflake
X509Certs List<GetSecurity Integrations Security Integration Describe Output Saml2Snowflake X509Cert> - saml2Sp
Initiated List<GetLogin Page Labels Security Integrations Security Integration Describe Output Saml2Sp Initiated Login Page Label> - saml2Sso
Urls List<GetSecurity Integrations Security Integration Describe Output Saml2Sso Url> - saml2X509Certs
List<Get
Security Integrations Security Integration Describe Output Saml2X509Cert> - sync
Passwords List<GetSecurity Integrations Security Integration Describe Output Sync Password>
- allowed
Email GetPatterns Security Integrations Security Integration Describe Output Allowed Email Pattern[] - allowed
User GetDomains Security Integrations Security Integration Describe Output Allowed User Domain[] - auth
Types GetSecurity Integrations Security Integration Describe Output Auth Type[] - blocked
Roles GetLists Security Integrations Security Integration Describe Output Blocked Roles List[] - comments
Get
Security Integrations Security Integration Describe Output Comment[] - enableds
Get
Security Integrations Security Integration Describe Output Enabled[] - external
Oauth GetAllowed Roles Lists Security Integrations Security Integration Describe Output External Oauth Allowed Roles List[] - external
Oauth GetAny Role Modes Security Integrations Security Integration Describe Output External Oauth Any Role Mode[] - external
Oauth GetAudience Lists Security Integrations Security Integration Describe Output External Oauth Audience List[] - external
Oauth GetBlocked Roles Lists Security Integrations Security Integration Describe Output External Oauth Blocked Roles List[] - external
Oauth GetIssuers Security Integrations Security Integration Describe Output External Oauth Issuer[] - external
Oauth GetJws Keys Urls Security Integrations Security Integration Describe Output External Oauth Jws Keys Url[] - external
Oauth GetRsa Public Key2s Security Integrations Security Integration Describe Output External Oauth Rsa Public Key2[] - external
Oauth GetRsa Public Keys Security Integrations Security Integration Describe Output External Oauth Rsa Public Key[] - external
Oauth GetScope Delimiters Security Integrations Security Integration Describe Output External Oauth Scope Delimiter[] - external
Oauth GetSnowflake User Mapping Attributes Security Integrations Security Integration Describe Output External Oauth Snowflake User Mapping Attribute[] - external
Oauth GetToken User Mapping Claims Security Integrations Security Integration Describe Output External Oauth Token User Mapping Claim[] - network
Policies GetSecurity Integrations Security Integration Describe Output Network Policy[] - oauth
Access GetToken Validities Security Integrations Security Integration Describe Output Oauth Access Token Validity[] - oauth
Allow GetNon Tls Redirect Uris Security Integrations Security Integration Describe Output Oauth Allow Non Tls Redirect Uri[] - Get
Security Integrations Security Integration Describe Output Oauth Allowed Authorization Endpoint[] - oauth
Allowed GetScopes Security Integrations Security Integration Describe Output Oauth Allowed Scope[] - oauth
Allowed GetToken Endpoints Security Integrations Security Integration Describe Output Oauth Allowed Token Endpoint[] - Get
Security Integrations Security Integration Describe Output Oauth Authorization Endpoint[] - oauth
Client GetAuth Methods Security Integrations Security Integration Describe Output Oauth Client Auth Method[] - oauth
Client GetIds Security Integrations Security Integration Describe Output Oauth Client Id[] - oauth
Client GetRsa Public Key2Fps Security Integrations Security Integration Describe Output Oauth Client Rsa Public Key2Fp[] - oauth
Client GetRsa Public Key Fps Security Integrations Security Integration Describe Output Oauth Client Rsa Public Key Fp[] - oauth
Client GetTypes Security Integrations Security Integration Describe Output Oauth Client Type[] - oauth
Enforce GetPkces Security Integrations Security Integration Describe Output Oauth Enforce Pkce[] - oauth
Grants GetSecurity Integrations Security Integration Describe Output Oauth Grant[] - oauth
Issue GetRefresh Tokens Security Integrations Security Integration Describe Output Oauth Issue Refresh Token[] - oauth
Redirect GetUris Security Integrations Security Integration Describe Output Oauth Redirect Uri[] - oauth
Refresh GetToken Validities Security Integrations Security Integration Describe Output Oauth Refresh Token Validity[] - oauth
Token GetEndpoints Security Integrations Security Integration Describe Output Oauth Token Endpoint[] - oauth
Use GetSecondary Roles Security Integrations Security Integration Describe Output Oauth Use Secondary Role[] - parent
Integrations GetSecurity Integrations Security Integration Describe Output Parent Integration[] - Get
Security Integrations Security Integration Describe Output Pre Authorized Roles List[] - run
As GetRoles Security Integrations Security Integration Describe Output Run As Role[] - saml2Digest
Methods GetUseds Security Integrations Security Integration Describe Output Saml2Digest Methods Used[] - saml2Enable
Sp GetInitiateds Security Integrations Security Integration Describe Output Saml2Enable Sp Initiated[] - saml2Force
Authns GetSecurity Integrations Security Integration Describe Output Saml2Force Authn[] - saml2Issuers
Get
Security Integrations Security Integration Describe Output Saml2Issuer[] - saml2Post
Logout GetRedirect Urls Security Integrations Security Integration Describe Output Saml2Post Logout Redirect Url[] - saml2Providers
Get
Security Integrations Security Integration Describe Output Saml2Provider[] - saml2Requested
Nameid GetFormats Security Integrations Security Integration Describe Output Saml2Requested Nameid Format[] - saml2Sign
Requests GetSecurity Integrations Security Integration Describe Output Saml2Sign Request[] - saml2Signature
Methods GetUseds Security Integrations Security Integration Describe Output Saml2Signature Methods Used[] - saml2Snowflake
Acs GetUrls Security Integrations Security Integration Describe Output Saml2Snowflake Acs Url[] - saml2Snowflake
Issuer GetUrls Security Integrations Security Integration Describe Output Saml2Snowflake Issuer Url[] - saml2Snowflake
Metadatas GetSecurity Integrations Security Integration Describe Output Saml2Snowflake Metadata[] - saml2Snowflake
X509Certs GetSecurity Integrations Security Integration Describe Output Saml2Snowflake X509Cert[] - saml2Sp
Initiated GetLogin Page Labels Security Integrations Security Integration Describe Output Saml2Sp Initiated Login Page Label[] - saml2Sso
Urls GetSecurity Integrations Security Integration Describe Output Saml2Sso Url[] - saml2X509Certs
Get
Security Integrations Security Integration Describe Output Saml2X509Cert[] - sync
Passwords 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[Get
Security Integrations Security Integration Describe Output Comment] - enableds
Sequence[Get
Security 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[Get
Security 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[Get
Security 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[Get
Security 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]
- allowed
Email List<Property Map>Patterns - allowed
User List<Property Map>Domains - auth
Types List<Property Map> - blocked
Roles List<Property Map>Lists - comments List<Property Map>
- enableds List<Property Map>
- external
Oauth List<Property Map>Allowed Roles Lists - external
Oauth List<Property Map>Any Role Modes - external
Oauth List<Property Map>Audience Lists - external
Oauth List<Property Map>Blocked Roles Lists - external
Oauth List<Property Map>Issuers - external
Oauth List<Property Map>Jws Keys Urls - external
Oauth List<Property Map>Rsa Public Key2s - external
Oauth List<Property Map>Rsa Public Keys - external
Oauth List<Property Map>Scope Delimiters - external
Oauth List<Property Map>Snowflake User Mapping Attributes - external
Oauth List<Property Map>Token User Mapping Claims - network
Policies List<Property Map> - oauth
Access List<Property Map>Token Validities - oauth
Allow List<Property Map>Non Tls Redirect Uris - List<Property Map>
- oauth
Allowed List<Property Map>Scopes - oauth
Allowed List<Property Map>Token Endpoints - List<Property Map>
- oauth
Client List<Property Map>Auth Methods - oauth
Client List<Property Map>Ids - oauth
Client List<Property Map>Rsa Public Key2Fps - oauth
Client List<Property Map>Rsa Public Key Fps - oauth
Client List<Property Map>Types - oauth
Enforce List<Property Map>Pkces - oauth
Grants List<Property Map> - oauth
Issue List<Property Map>Refresh Tokens - oauth
Redirect List<Property Map>Uris - oauth
Refresh List<Property Map>Token Validities - oauth
Token List<Property Map>Endpoints - oauth
Use List<Property Map>Secondary Roles - parent
Integrations List<Property Map> - List<Property Map>
- run
As List<Property Map>Roles - saml2Digest
Methods List<Property Map>Useds - saml2Enable
Sp List<Property Map>Initiateds - saml2Force
Authns List<Property Map> - saml2Issuers List<Property Map>
- saml2Post
Logout List<Property Map>Redirect Urls - saml2Providers List<Property Map>
- saml2Requested
Nameid List<Property Map>Formats - saml2Sign
Requests List<Property Map> - saml2Signature
Methods List<Property Map>Useds - saml2Snowflake
Acs List<Property Map>Urls - saml2Snowflake
Issuer List<Property Map>Urls - saml2Snowflake
Metadatas List<Property Map> - saml2Snowflake
X509Certs List<Property Map> - saml2Sp
Initiated List<Property Map>Login Page Labels - saml2Sso
Urls List<Property Map> - saml2X509Certs List<Property Map>
- sync
Passwords 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
snowflake
Terraform Provider.