snowflake.ScimIntegration
Explore with Pulumi AI
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
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.
- Run
As 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
. - Scim
Client 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:
|
,.
,(
,)
,"
- Network
Policy string - Specifies an existing network policy that controls SCIM network traffic.
- Sync
Password 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 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
. - Scim
Client 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:
|
,.
,(
,)
,"
- Network
Policy string - Specifies an existing network policy that controls SCIM network traffic.
- Sync
Password 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.
- run
As 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
. - scim
Client 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:
|
,.
,(
,)
,"
- network
Policy String - Specifies an existing network policy that controls SCIM network traffic.
- sync
Password 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.
- run
As 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
. - scim
Client 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:
|
,.
,(
,)
,"
- network
Policy string - Specifies an existing network policy that controls SCIM network traffic.
- sync
Password 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.
- 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.
- run
As 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
. - scim
Client 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:
|
,.
,(
,)
,"
- network
Policy String - Specifies an existing network policy that controls SCIM network traffic.
- sync
Password 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:
- Describe
Outputs List<ScimIntegration Describe Output> - Outputs the result of
DESCRIBE SECURITY INTEGRATIONS
for the given security integration. - Fully
Qualified 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.
- Show
Outputs List<ScimIntegration Show Output> - Outputs the result of
SHOW SECURITY INTEGRATIONS
for the given security integration.
- Describe
Outputs []ScimIntegration Describe Output - Outputs the result of
DESCRIBE SECURITY INTEGRATIONS
for the given security integration. - Fully
Qualified 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.
- Show
Outputs []ScimIntegration Show Output - Outputs the result of
SHOW SECURITY INTEGRATIONS
for the given security integration.
- describe
Outputs List<ScimIntegration Describe Output> - Outputs the result of
DESCRIBE SECURITY INTEGRATIONS
for the given security integration. - fully
Qualified 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.
- show
Outputs List<ScimIntegration Show Output> - Outputs the result of
SHOW SECURITY INTEGRATIONS
for the given security integration.
- describe
Outputs ScimIntegration Describe Output[] - Outputs the result of
DESCRIBE SECURITY INTEGRATIONS
for the given security integration. - fully
Qualified 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.
- show
Outputs ScimIntegration Show Output[] - Outputs the result of
SHOW SECURITY INTEGRATIONS
for the given security integration.
- describe_
outputs Sequence[ScimIntegration Describe Output] - Outputs the result of
DESCRIBE SECURITY INTEGRATIONS
for 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 INTEGRATIONS
for the given security integration.
- describe
Outputs List<Property Map> - Outputs the result of
DESCRIBE SECURITY INTEGRATIONS
for the given security integration. - fully
Qualified 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.
- show
Outputs 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.
- Comment string
- Specifies a comment for the integration.
- Describe
Outputs List<ScimIntegration Describe Output> - Outputs the result of
DESCRIBE SECURITY INTEGRATIONS
for the given security integration. - Enabled bool
- Specify whether the security integration is enabled.
- Fully
Qualified 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:
|
,.
,(
,)
,"
- Network
Policy string - Specifies an existing network policy that controls SCIM network traffic.
- Run
As 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
. - Scim
Client string - Specifies the client type for the scim integration. Valid options are:
OKTA
|AZURE
|GENERIC
. - Show
Outputs List<ScimIntegration Show Output> - Outputs the result of
SHOW SECURITY INTEGRATIONS
for the given security integration. - Sync
Password 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.
- Describe
Outputs []ScimIntegration Describe Output Args - Outputs the result of
DESCRIBE SECURITY INTEGRATIONS
for the given security integration. - Enabled bool
- Specify whether the security integration is enabled.
- Fully
Qualified 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:
|
,.
,(
,)
,"
- Network
Policy string - Specifies an existing network policy that controls SCIM network traffic.
- Run
As 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
. - Scim
Client string - Specifies the client type for the scim integration. Valid options are:
OKTA
|AZURE
|GENERIC
. - Show
Outputs []ScimIntegration Show Output Args - Outputs the result of
SHOW SECURITY INTEGRATIONS
for the given security integration. - Sync
Password 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.
- describe
Outputs List<ScimIntegration Describe Output> - Outputs the result of
DESCRIBE SECURITY INTEGRATIONS
for the given security integration. - enabled Boolean
- Specify whether the security integration is enabled.
- fully
Qualified 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:
|
,.
,(
,)
,"
- network
Policy String - Specifies an existing network policy that controls SCIM network traffic.
- run
As 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
. - scim
Client String - Specifies the client type for the scim integration. Valid options are:
OKTA
|AZURE
|GENERIC
. - show
Outputs List<ScimIntegration Show Output> - Outputs the result of
SHOW SECURITY INTEGRATIONS
for the given security integration. - sync
Password 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.
- describe
Outputs ScimIntegration Describe Output[] - Outputs the result of
DESCRIBE SECURITY INTEGRATIONS
for the given security integration. - enabled boolean
- Specify whether the security integration is enabled.
- fully
Qualified 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:
|
,.
,(
,)
,"
- network
Policy string - Specifies an existing network policy that controls SCIM network traffic.
- run
As 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
. - scim
Client string - Specifies the client type for the scim integration. Valid options are:
OKTA
|AZURE
|GENERIC
. - show
Outputs ScimIntegration Show Output[] - Outputs the result of
SHOW SECURITY INTEGRATIONS
for the given security integration. - sync
Password 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 INTEGRATIONS
for 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.
- 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 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.
- describe
Outputs List<Property Map> - Outputs the result of
DESCRIBE SECURITY INTEGRATIONS
for the given security integration. - enabled Boolean
- Specify whether the security integration is enabled.
- fully
Qualified 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:
|
,.
,(
,)
,"
- network
Policy String - Specifies an existing network policy that controls SCIM network traffic.
- run
As 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
. - scim
Client String - Specifies the client type for the scim integration. Valid options are:
OKTA
|AZURE
|GENERIC
. - show
Outputs List<Property Map> - Outputs the result of
SHOW SECURITY INTEGRATIONS
for the given security integration. - sync
Password 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[Scim
Integration Describe Output Comment] - enableds
Sequence[Scim
Integration 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
snowflake
Terraform Provider.