snowflake.ScimIntegration
Explore with Pulumi AI
Import
$ pulumi import snowflake:index/scimIntegration:ScimIntegration example '"<integration_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
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The ScimIntegration resource accepts the following input properties:
- Enabled bool
- Specify whether the security integration is enabled.
- RunAs stringRole 
- 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. For more information about this resource, see docs.
- 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.
- RunAs stringRole 
- 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. For more information about this resource, see docs.
- 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.
- runAs StringRole 
- 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. For more information about this resource, see docs.
- 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.
- runAs stringRole 
- 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. For more information about this resource, see docs.
- 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_ strrole 
- 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. For more information about this resource, see docs.
- 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.
- runAs StringRole 
- 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. For more information about this resource, see docs.
- 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<ScimIntegration Describe Output> 
- Outputs the result of DESCRIBE SECURITY INTEGRATIONSfor the given security integration.
- FullyQualified stringName 
- 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<ScimIntegration Show Output> 
- Outputs the result of SHOW SECURITY INTEGRATIONSfor the given security integration.
- DescribeOutputs []ScimIntegration Describe Output 
- Outputs the result of DESCRIBE SECURITY INTEGRATIONSfor the given security integration.
- FullyQualified stringName 
- 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 []ScimIntegration Show Output 
- Outputs the result of SHOW SECURITY INTEGRATIONSfor the given security integration.
- describeOutputs List<ScimIntegration Describe Output> 
- Outputs the result of DESCRIBE SECURITY INTEGRATIONSfor the given security integration.
- fullyQualified StringName 
- 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<ScimIntegration Show Output> 
- Outputs the result of SHOW SECURITY INTEGRATIONSfor the given security integration.
- describeOutputs ScimIntegration Describe Output[] 
- Outputs the result of DESCRIBE SECURITY INTEGRATIONSfor the given security integration.
- fullyQualified stringName 
- 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 ScimIntegration Show Output[] 
- Outputs the result of SHOW SECURITY INTEGRATIONSfor the given security integration.
- describe_outputs Sequence[ScimIntegration Describe Output] 
- Outputs the result of DESCRIBE SECURITY INTEGRATIONSfor the given security integration.
- fully_qualified_ strname 
- 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[ScimIntegration Show Output] 
- Outputs the result of SHOW SECURITY INTEGRATIONSfor the given security integration.
- describeOutputs List<Property Map>
- Outputs the result of DESCRIBE SECURITY INTEGRATIONSfor the given security integration.
- fullyQualified StringName 
- 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 INTEGRATIONSfor 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) -> ScimIntegrationfunc 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)resources:  _:    type: snowflake:ScimIntegration    get:      id: ${id}- 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.
- Comment string
- Specifies a comment for the integration.
- DescribeOutputs List<ScimIntegration Describe Output> 
- Outputs the result of DESCRIBE SECURITY INTEGRATIONSfor the given security integration.
- Enabled bool
- Specify whether the security integration is enabled.
- FullyQualified stringName 
- 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. For more information about this resource, see docs.
- RunAs stringRole 
- 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<ScimIntegration Show Output> 
- Outputs the result of SHOW SECURITY INTEGRATIONSfor 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 []ScimIntegration Describe Output Args 
- Outputs the result of DESCRIBE SECURITY INTEGRATIONSfor the given security integration.
- Enabled bool
- Specify whether the security integration is enabled.
- FullyQualified stringName 
- 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. For more information about this resource, see docs.
- RunAs stringRole 
- 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 []ScimIntegration Show Output Args 
- Outputs the result of SHOW SECURITY INTEGRATIONSfor 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<ScimIntegration Describe Output> 
- Outputs the result of DESCRIBE SECURITY INTEGRATIONSfor the given security integration.
- enabled Boolean
- Specify whether the security integration is enabled.
- fullyQualified StringName 
- 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. For more information about this resource, see docs.
- runAs StringRole 
- 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<ScimIntegration Show Output> 
- Outputs the result of SHOW SECURITY INTEGRATIONSfor 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 ScimIntegration Describe Output[] 
- Outputs the result of DESCRIBE SECURITY INTEGRATIONSfor the given security integration.
- enabled boolean
- Specify whether the security integration is enabled.
- fullyQualified stringName 
- 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. For more information about this resource, see docs.
- runAs stringRole 
- 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 ScimIntegration Show Output[] 
- Outputs the result of SHOW SECURITY INTEGRATIONSfor 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[ScimIntegration Describe Output Args] 
- Outputs the result of DESCRIBE SECURITY INTEGRATIONSfor the given security integration.
- enabled bool
- Specify whether the security integration is enabled.
- fully_qualified_ strname 
- 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. For more information about this resource, see docs.
- run_as_ strrole 
- 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[ScimIntegration Show Output Args] 
- Outputs the result of SHOW SECURITY INTEGRATIONSfor 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 INTEGRATIONSfor the given security integration.
- enabled Boolean
- Specify whether the security integration is enabled.
- fullyQualified StringName 
- 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. For more information about this resource, see docs.
- runAs StringRole 
- 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 INTEGRATIONSfor 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        
- comments
Sequence[ScimIntegration Describe Output Comment] 
- enableds
Sequence[ScimIntegration Describe Output Enabled] 
- network_policies Sequence[ScimIntegration Describe Output Network Policy] 
- run_as_ Sequence[Scimroles Integration Describe Output Run As Role] 
- sync_passwords Sequence[ScimIntegration Describe Output Sync Password] 
ScimIntegrationDescribeOutputComment, ScimIntegrationDescribeOutputCommentArgs          
ScimIntegrationDescribeOutputEnabled, ScimIntegrationDescribeOutputEnabledArgs          
ScimIntegrationDescribeOutputNetworkPolicy, ScimIntegrationDescribeOutputNetworkPolicyArgs            
ScimIntegrationDescribeOutputRunAsRole, ScimIntegrationDescribeOutputRunAsRoleArgs              
ScimIntegrationDescribeOutputSyncPassword, ScimIntegrationDescribeOutputSyncPasswordArgs            
ScimIntegrationShowOutput, ScimIntegrationShowOutputArgs        
- 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.