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

snowflake.ScimIntegration

Explore with Pulumi AI

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

    Import

    $ pulumi import snowflake:index/scimIntegration:ScimIntegration example "name"
    

    Create ScimIntegration Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new ScimIntegration(name: string, args: ScimIntegrationArgs, opts?: CustomResourceOptions);
    @overload
    def ScimIntegration(resource_name: str,
                        args: ScimIntegrationArgs,
                        opts: Optional[ResourceOptions] = None)
    
    @overload
    def ScimIntegration(resource_name: str,
                        opts: Optional[ResourceOptions] = None,
                        enabled: Optional[bool] = None,
                        run_as_role: Optional[str] = None,
                        scim_client: Optional[str] = None,
                        comment: Optional[str] = None,
                        name: Optional[str] = None,
                        network_policy: Optional[str] = None,
                        sync_password: Optional[str] = None)
    func NewScimIntegration(ctx *Context, name string, args ScimIntegrationArgs, opts ...ResourceOption) (*ScimIntegration, error)
    public ScimIntegration(string name, ScimIntegrationArgs args, CustomResourceOptions? opts = null)
    public ScimIntegration(String name, ScimIntegrationArgs args)
    public ScimIntegration(String name, ScimIntegrationArgs args, CustomResourceOptions options)
    
    type: snowflake:ScimIntegration
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args ScimIntegrationArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args ScimIntegrationArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args ScimIntegrationArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ScimIntegrationArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ScimIntegrationArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Constructor example

    The following reference example uses placeholder values for all input properties.

    var scimIntegrationResource = new Snowflake.ScimIntegration("scimIntegrationResource", new()
    {
        Enabled = false,
        RunAsRole = "string",
        ScimClient = "string",
        Comment = "string",
        Name = "string",
        NetworkPolicy = "string",
        SyncPassword = "string",
    });
    
    example, err := snowflake.NewScimIntegration(ctx, "scimIntegrationResource", &snowflake.ScimIntegrationArgs{
    	Enabled:       pulumi.Bool(false),
    	RunAsRole:     pulumi.String("string"),
    	ScimClient:    pulumi.String("string"),
    	Comment:       pulumi.String("string"),
    	Name:          pulumi.String("string"),
    	NetworkPolicy: pulumi.String("string"),
    	SyncPassword:  pulumi.String("string"),
    })
    
    var scimIntegrationResource = new ScimIntegration("scimIntegrationResource", ScimIntegrationArgs.builder()
        .enabled(false)
        .runAsRole("string")
        .scimClient("string")
        .comment("string")
        .name("string")
        .networkPolicy("string")
        .syncPassword("string")
        .build());
    
    scim_integration_resource = snowflake.ScimIntegration("scimIntegrationResource",
        enabled=False,
        run_as_role="string",
        scim_client="string",
        comment="string",
        name="string",
        network_policy="string",
        sync_password="string")
    
    const scimIntegrationResource = new snowflake.ScimIntegration("scimIntegrationResource", {
        enabled: false,
        runAsRole: "string",
        scimClient: "string",
        comment: "string",
        name: "string",
        networkPolicy: "string",
        syncPassword: "string",
    });
    
    type: snowflake:ScimIntegration
    properties:
        comment: string
        enabled: false
        name: string
        networkPolicy: string
        runAsRole: string
        scimClient: string
        syncPassword: string
    

    ScimIntegration Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The ScimIntegration resource accepts the following input properties:

    Enabled bool
    Specify whether the security integration is enabled.
    RunAsRole string
    Specify the SCIM role in Snowflake that owns any users and roles that are imported from the identity provider into Snowflake using SCIM. Provider assumes that the specified role is already provided. Valid options are: OKTA_PROVISIONER | AAD_PROVISIONER | GENERIC_SCIM_PROVISIONER.
    ScimClient string
    Specifies the client type for the scim integration. Valid options are: OKTA | AZURE | GENERIC.
    Comment string
    Specifies a comment for the integration.
    Name string
    String that specifies the identifier (i.e. name) for the integration; must be unique in your account. Due to technical limitations (read more here), avoid using the following characters: |, ., (, ), "
    NetworkPolicy string
    Specifies an existing network policy that controls SCIM network traffic.
    SyncPassword string
    Specifies whether to enable or disable the synchronization of a user password from an Okta SCIM client as part of the API request to Snowflake. This property is not supported for Azure SCIM. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
    Enabled bool
    Specify whether the security integration is enabled.
    RunAsRole string
    Specify the SCIM role in Snowflake that owns any users and roles that are imported from the identity provider into Snowflake using SCIM. Provider assumes that the specified role is already provided. Valid options are: OKTA_PROVISIONER | AAD_PROVISIONER | GENERIC_SCIM_PROVISIONER.
    ScimClient string
    Specifies the client type for the scim integration. Valid options are: OKTA | AZURE | GENERIC.
    Comment string
    Specifies a comment for the integration.
    Name string
    String that specifies the identifier (i.e. name) for the integration; must be unique in your account. Due to technical limitations (read more here), avoid using the following characters: |, ., (, ), "
    NetworkPolicy string
    Specifies an existing network policy that controls SCIM network traffic.
    SyncPassword string
    Specifies whether to enable or disable the synchronization of a user password from an Okta SCIM client as part of the API request to Snowflake. This property is not supported for Azure SCIM. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
    enabled Boolean
    Specify whether the security integration is enabled.
    runAsRole String
    Specify the SCIM role in Snowflake that owns any users and roles that are imported from the identity provider into Snowflake using SCIM. Provider assumes that the specified role is already provided. Valid options are: OKTA_PROVISIONER | AAD_PROVISIONER | GENERIC_SCIM_PROVISIONER.
    scimClient String
    Specifies the client type for the scim integration. Valid options are: OKTA | AZURE | GENERIC.
    comment String
    Specifies a comment for the integration.
    name String
    String that specifies the identifier (i.e. name) for the integration; must be unique in your account. Due to technical limitations (read more here), avoid using the following characters: |, ., (, ), "
    networkPolicy String
    Specifies an existing network policy that controls SCIM network traffic.
    syncPassword String
    Specifies whether to enable or disable the synchronization of a user password from an Okta SCIM client as part of the API request to Snowflake. This property is not supported for Azure SCIM. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
    enabled boolean
    Specify whether the security integration is enabled.
    runAsRole string
    Specify the SCIM role in Snowflake that owns any users and roles that are imported from the identity provider into Snowflake using SCIM. Provider assumes that the specified role is already provided. Valid options are: OKTA_PROVISIONER | AAD_PROVISIONER | GENERIC_SCIM_PROVISIONER.
    scimClient string
    Specifies the client type for the scim integration. Valid options are: OKTA | AZURE | GENERIC.
    comment string
    Specifies a comment for the integration.
    name string
    String that specifies the identifier (i.e. name) for the integration; must be unique in your account. Due to technical limitations (read more here), avoid using the following characters: |, ., (, ), "
    networkPolicy string
    Specifies an existing network policy that controls SCIM network traffic.
    syncPassword string
    Specifies whether to enable or disable the synchronization of a user password from an Okta SCIM client as part of the API request to Snowflake. This property is not supported for Azure SCIM. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
    enabled bool
    Specify whether the security integration is enabled.
    run_as_role str
    Specify the SCIM role in Snowflake that owns any users and roles that are imported from the identity provider into Snowflake using SCIM. Provider assumes that the specified role is already provided. Valid options are: OKTA_PROVISIONER | AAD_PROVISIONER | GENERIC_SCIM_PROVISIONER.
    scim_client str
    Specifies the client type for the scim integration. Valid options are: OKTA | AZURE | GENERIC.
    comment str
    Specifies a comment for the integration.
    name str
    String that specifies the identifier (i.e. name) for the integration; must be unique in your account. Due to technical limitations (read more here), avoid using the following characters: |, ., (, ), "
    network_policy str
    Specifies an existing network policy that controls SCIM network traffic.
    sync_password str
    Specifies whether to enable or disable the synchronization of a user password from an Okta SCIM client as part of the API request to Snowflake. This property is not supported for Azure SCIM. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
    enabled Boolean
    Specify whether the security integration is enabled.
    runAsRole String
    Specify the SCIM role in Snowflake that owns any users and roles that are imported from the identity provider into Snowflake using SCIM. Provider assumes that the specified role is already provided. Valid options are: OKTA_PROVISIONER | AAD_PROVISIONER | GENERIC_SCIM_PROVISIONER.
    scimClient String
    Specifies the client type for the scim integration. Valid options are: OKTA | AZURE | GENERIC.
    comment String
    Specifies a comment for the integration.
    name String
    String that specifies the identifier (i.e. name) for the integration; must be unique in your account. Due to technical limitations (read more here), avoid using the following characters: |, ., (, ), "
    networkPolicy String
    Specifies an existing network policy that controls SCIM network traffic.
    syncPassword String
    Specifies whether to enable or disable the synchronization of a user password from an Okta SCIM client as part of the API request to Snowflake. This property is not supported for Azure SCIM. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the ScimIntegration resource produces the following output properties:

    DescribeOutputs List<ScimIntegrationDescribeOutput>
    Outputs the result of DESCRIBE SECURITY INTEGRATIONS for the given security integration.
    FullyQualifiedName string
    Fully qualified name of the resource. For more information, see object name resolution.
    Id string
    The provider-assigned unique ID for this managed resource.
    ShowOutputs List<ScimIntegrationShowOutput>
    Outputs the result of SHOW SECURITY INTEGRATIONS for the given security integration.
    DescribeOutputs []ScimIntegrationDescribeOutput
    Outputs the result of DESCRIBE SECURITY INTEGRATIONS for the given security integration.
    FullyQualifiedName string
    Fully qualified name of the resource. For more information, see object name resolution.
    Id string
    The provider-assigned unique ID for this managed resource.
    ShowOutputs []ScimIntegrationShowOutput
    Outputs the result of SHOW SECURITY INTEGRATIONS for the given security integration.
    describeOutputs List<ScimIntegrationDescribeOutput>
    Outputs the result of DESCRIBE SECURITY INTEGRATIONS for the given security integration.
    fullyQualifiedName String
    Fully qualified name of the resource. For more information, see object name resolution.
    id String
    The provider-assigned unique ID for this managed resource.
    showOutputs List<ScimIntegrationShowOutput>
    Outputs the result of SHOW SECURITY INTEGRATIONS for the given security integration.
    describeOutputs ScimIntegrationDescribeOutput[]
    Outputs the result of DESCRIBE SECURITY INTEGRATIONS for the given security integration.
    fullyQualifiedName string
    Fully qualified name of the resource. For more information, see object name resolution.
    id string
    The provider-assigned unique ID for this managed resource.
    showOutputs ScimIntegrationShowOutput[]
    Outputs the result of SHOW SECURITY INTEGRATIONS for the given security integration.
    describe_outputs Sequence[ScimIntegrationDescribeOutput]
    Outputs the result of DESCRIBE SECURITY INTEGRATIONS for the given security integration.
    fully_qualified_name str
    Fully qualified name of the resource. For more information, see object name resolution.
    id str
    The provider-assigned unique ID for this managed resource.
    show_outputs Sequence[ScimIntegrationShowOutput]
    Outputs the result of SHOW SECURITY INTEGRATIONS for the given security integration.
    describeOutputs List<Property Map>
    Outputs the result of DESCRIBE SECURITY INTEGRATIONS for the given security integration.
    fullyQualifiedName String
    Fully qualified name of the resource. For more information, see object name resolution.
    id String
    The provider-assigned unique ID for this managed resource.
    showOutputs List<Property Map>
    Outputs the result of SHOW SECURITY INTEGRATIONS for the given security integration.

    Look up Existing ScimIntegration Resource

    Get an existing ScimIntegration resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: ScimIntegrationState, opts?: CustomResourceOptions): ScimIntegration
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            comment: Optional[str] = None,
            describe_outputs: Optional[Sequence[ScimIntegrationDescribeOutputArgs]] = None,
            enabled: Optional[bool] = None,
            fully_qualified_name: Optional[str] = None,
            name: Optional[str] = None,
            network_policy: Optional[str] = None,
            run_as_role: Optional[str] = None,
            scim_client: Optional[str] = None,
            show_outputs: Optional[Sequence[ScimIntegrationShowOutputArgs]] = None,
            sync_password: Optional[str] = None) -> ScimIntegration
    func GetScimIntegration(ctx *Context, name string, id IDInput, state *ScimIntegrationState, opts ...ResourceOption) (*ScimIntegration, error)
    public static ScimIntegration Get(string name, Input<string> id, ScimIntegrationState? state, CustomResourceOptions? opts = null)
    public static ScimIntegration get(String name, Output<String> id, ScimIntegrationState state, CustomResourceOptions options)
    Resource lookup is not supported in YAML
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    Comment string
    Specifies a comment for the integration.
    DescribeOutputs List<ScimIntegrationDescribeOutput>
    Outputs the result of DESCRIBE SECURITY INTEGRATIONS for the given security integration.
    Enabled bool
    Specify whether the security integration is enabled.
    FullyQualifiedName string
    Fully qualified name of the resource. For more information, see object name resolution.
    Name string
    String that specifies the identifier (i.e. name) for the integration; must be unique in your account. Due to technical limitations (read more here), avoid using the following characters: |, ., (, ), "
    NetworkPolicy string
    Specifies an existing network policy that controls SCIM network traffic.
    RunAsRole string
    Specify the SCIM role in Snowflake that owns any users and roles that are imported from the identity provider into Snowflake using SCIM. Provider assumes that the specified role is already provided. Valid options are: OKTA_PROVISIONER | AAD_PROVISIONER | GENERIC_SCIM_PROVISIONER.
    ScimClient string
    Specifies the client type for the scim integration. Valid options are: OKTA | AZURE | GENERIC.
    ShowOutputs List<ScimIntegrationShowOutput>
    Outputs the result of SHOW SECURITY INTEGRATIONS for the given security integration.
    SyncPassword string
    Specifies whether to enable or disable the synchronization of a user password from an Okta SCIM client as part of the API request to Snowflake. This property is not supported for Azure SCIM. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
    Comment string
    Specifies a comment for the integration.
    DescribeOutputs []ScimIntegrationDescribeOutputArgs
    Outputs the result of DESCRIBE SECURITY INTEGRATIONS for the given security integration.
    Enabled bool
    Specify whether the security integration is enabled.
    FullyQualifiedName string
    Fully qualified name of the resource. For more information, see object name resolution.
    Name string
    String that specifies the identifier (i.e. name) for the integration; must be unique in your account. Due to technical limitations (read more here), avoid using the following characters: |, ., (, ), "
    NetworkPolicy string
    Specifies an existing network policy that controls SCIM network traffic.
    RunAsRole string
    Specify the SCIM role in Snowflake that owns any users and roles that are imported from the identity provider into Snowflake using SCIM. Provider assumes that the specified role is already provided. Valid options are: OKTA_PROVISIONER | AAD_PROVISIONER | GENERIC_SCIM_PROVISIONER.
    ScimClient string
    Specifies the client type for the scim integration. Valid options are: OKTA | AZURE | GENERIC.
    ShowOutputs []ScimIntegrationShowOutputArgs
    Outputs the result of SHOW SECURITY INTEGRATIONS for the given security integration.
    SyncPassword string
    Specifies whether to enable or disable the synchronization of a user password from an Okta SCIM client as part of the API request to Snowflake. This property is not supported for Azure SCIM. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
    comment String
    Specifies a comment for the integration.
    describeOutputs List<ScimIntegrationDescribeOutput>
    Outputs the result of DESCRIBE SECURITY INTEGRATIONS for the given security integration.
    enabled Boolean
    Specify whether the security integration is enabled.
    fullyQualifiedName String
    Fully qualified name of the resource. For more information, see object name resolution.
    name String
    String that specifies the identifier (i.e. name) for the integration; must be unique in your account. Due to technical limitations (read more here), avoid using the following characters: |, ., (, ), "
    networkPolicy String
    Specifies an existing network policy that controls SCIM network traffic.
    runAsRole String
    Specify the SCIM role in Snowflake that owns any users and roles that are imported from the identity provider into Snowflake using SCIM. Provider assumes that the specified role is already provided. Valid options are: OKTA_PROVISIONER | AAD_PROVISIONER | GENERIC_SCIM_PROVISIONER.
    scimClient String
    Specifies the client type for the scim integration. Valid options are: OKTA | AZURE | GENERIC.
    showOutputs List<ScimIntegrationShowOutput>
    Outputs the result of SHOW SECURITY INTEGRATIONS for the given security integration.
    syncPassword String
    Specifies whether to enable or disable the synchronization of a user password from an Okta SCIM client as part of the API request to Snowflake. This property is not supported for Azure SCIM. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
    comment string
    Specifies a comment for the integration.
    describeOutputs ScimIntegrationDescribeOutput[]
    Outputs the result of DESCRIBE SECURITY INTEGRATIONS for the given security integration.
    enabled boolean
    Specify whether the security integration is enabled.
    fullyQualifiedName string
    Fully qualified name of the resource. For more information, see object name resolution.
    name string
    String that specifies the identifier (i.e. name) for the integration; must be unique in your account. Due to technical limitations (read more here), avoid using the following characters: |, ., (, ), "
    networkPolicy string
    Specifies an existing network policy that controls SCIM network traffic.
    runAsRole string
    Specify the SCIM role in Snowflake that owns any users and roles that are imported from the identity provider into Snowflake using SCIM. Provider assumes that the specified role is already provided. Valid options are: OKTA_PROVISIONER | AAD_PROVISIONER | GENERIC_SCIM_PROVISIONER.
    scimClient string
    Specifies the client type for the scim integration. Valid options are: OKTA | AZURE | GENERIC.
    showOutputs ScimIntegrationShowOutput[]
    Outputs the result of SHOW SECURITY INTEGRATIONS for the given security integration.
    syncPassword string
    Specifies whether to enable or disable the synchronization of a user password from an Okta SCIM client as part of the API request to Snowflake. This property is not supported for Azure SCIM. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
    comment str
    Specifies a comment for the integration.
    describe_outputs Sequence[ScimIntegrationDescribeOutputArgs]
    Outputs the result of DESCRIBE SECURITY INTEGRATIONS for the given security integration.
    enabled bool
    Specify whether the security integration is enabled.
    fully_qualified_name str
    Fully qualified name of the resource. For more information, see object name resolution.
    name str
    String that specifies the identifier (i.e. name) for the integration; must be unique in your account. Due to technical limitations (read more here), avoid using the following characters: |, ., (, ), "
    network_policy str
    Specifies an existing network policy that controls SCIM network traffic.
    run_as_role str
    Specify the SCIM role in Snowflake that owns any users and roles that are imported from the identity provider into Snowflake using SCIM. Provider assumes that the specified role is already provided. Valid options are: OKTA_PROVISIONER | AAD_PROVISIONER | GENERIC_SCIM_PROVISIONER.
    scim_client str
    Specifies the client type for the scim integration. Valid options are: OKTA | AZURE | GENERIC.
    show_outputs Sequence[ScimIntegrationShowOutputArgs]
    Outputs the result of SHOW SECURITY INTEGRATIONS for the given security integration.
    sync_password str
    Specifies whether to enable or disable the synchronization of a user password from an Okta SCIM client as part of the API request to Snowflake. This property is not supported for Azure SCIM. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
    comment String
    Specifies a comment for the integration.
    describeOutputs List<Property Map>
    Outputs the result of DESCRIBE SECURITY INTEGRATIONS for the given security integration.
    enabled Boolean
    Specify whether the security integration is enabled.
    fullyQualifiedName String
    Fully qualified name of the resource. For more information, see object name resolution.
    name String
    String that specifies the identifier (i.e. name) for the integration; must be unique in your account. Due to technical limitations (read more here), avoid using the following characters: |, ., (, ), "
    networkPolicy String
    Specifies an existing network policy that controls SCIM network traffic.
    runAsRole String
    Specify the SCIM role in Snowflake that owns any users and roles that are imported from the identity provider into Snowflake using SCIM. Provider assumes that the specified role is already provided. Valid options are: OKTA_PROVISIONER | AAD_PROVISIONER | GENERIC_SCIM_PROVISIONER.
    scimClient String
    Specifies the client type for the scim integration. Valid options are: OKTA | AZURE | GENERIC.
    showOutputs List<Property Map>
    Outputs the result of SHOW SECURITY INTEGRATIONS for the given security integration.
    syncPassword String
    Specifies whether to enable or disable the synchronization of a user password from an Okta SCIM client as part of the API request to Snowflake. This property is not supported for Azure SCIM. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.

    Supporting Types

    ScimIntegrationDescribeOutput, ScimIntegrationDescribeOutputArgs

    ScimIntegrationDescribeOutputComment, ScimIntegrationDescribeOutputCommentArgs

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

    ScimIntegrationDescribeOutputEnabled, ScimIntegrationDescribeOutputEnabledArgs

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

    ScimIntegrationDescribeOutputNetworkPolicy, ScimIntegrationDescribeOutputNetworkPolicyArgs

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

    ScimIntegrationDescribeOutputRunAsRole, ScimIntegrationDescribeOutputRunAsRoleArgs

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

    ScimIntegrationDescribeOutputSyncPassword, ScimIntegrationDescribeOutputSyncPasswordArgs

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

    ScimIntegrationShowOutput, ScimIntegrationShowOutputArgs

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

    Package Details

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