Snowflake v0.59.0 published on Friday, Sep 20, 2024 by Pulumi
snowflake.UserPasswordPolicyAttachment
Explore with Pulumi AI
Import
$ pulumi import snowflake:index/userPasswordPolicyAttachment:UserPasswordPolicyAttachment example "MY_DATABASE|MY_SCHEMA|PASSWORD_POLICY_NAME|USER_NAME"
Create UserPasswordPolicyAttachment Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new UserPasswordPolicyAttachment(name: string, args: UserPasswordPolicyAttachmentArgs, opts?: CustomResourceOptions);
@overload
def UserPasswordPolicyAttachment(resource_name: str,
args: UserPasswordPolicyAttachmentArgs,
opts: Optional[ResourceOptions] = None)
@overload
def UserPasswordPolicyAttachment(resource_name: str,
opts: Optional[ResourceOptions] = None,
password_policy_name: Optional[str] = None,
user_name: Optional[str] = None)
func NewUserPasswordPolicyAttachment(ctx *Context, name string, args UserPasswordPolicyAttachmentArgs, opts ...ResourceOption) (*UserPasswordPolicyAttachment, error)
public UserPasswordPolicyAttachment(string name, UserPasswordPolicyAttachmentArgs args, CustomResourceOptions? opts = null)
public UserPasswordPolicyAttachment(String name, UserPasswordPolicyAttachmentArgs args)
public UserPasswordPolicyAttachment(String name, UserPasswordPolicyAttachmentArgs args, CustomResourceOptions options)
type: snowflake:UserPasswordPolicyAttachment
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 UserPasswordPolicyAttachmentArgs
- 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 UserPasswordPolicyAttachmentArgs
- 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 UserPasswordPolicyAttachmentArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args UserPasswordPolicyAttachmentArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args UserPasswordPolicyAttachmentArgs
- 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 userPasswordPolicyAttachmentResource = new Snowflake.UserPasswordPolicyAttachment("userPasswordPolicyAttachmentResource", new()
{
PasswordPolicyName = "string",
UserName = "string",
});
example, err := snowflake.NewUserPasswordPolicyAttachment(ctx, "userPasswordPolicyAttachmentResource", &snowflake.UserPasswordPolicyAttachmentArgs{
PasswordPolicyName: pulumi.String("string"),
UserName: pulumi.String("string"),
})
var userPasswordPolicyAttachmentResource = new UserPasswordPolicyAttachment("userPasswordPolicyAttachmentResource", UserPasswordPolicyAttachmentArgs.builder()
.passwordPolicyName("string")
.userName("string")
.build());
user_password_policy_attachment_resource = snowflake.UserPasswordPolicyAttachment("userPasswordPolicyAttachmentResource",
password_policy_name="string",
user_name="string")
const userPasswordPolicyAttachmentResource = new snowflake.UserPasswordPolicyAttachment("userPasswordPolicyAttachmentResource", {
passwordPolicyName: "string",
userName: "string",
});
type: snowflake:UserPasswordPolicyAttachment
properties:
passwordPolicyName: string
userName: string
UserPasswordPolicyAttachment 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 UserPasswordPolicyAttachment resource accepts the following input properties:
- Password
Policy stringName - Fully qualified name of the password policy
- User
Name string - User name of the user you want to attach the password policy to
- Password
Policy stringName - Fully qualified name of the password policy
- User
Name string - User name of the user you want to attach the password policy to
- password
Policy StringName - Fully qualified name of the password policy
- user
Name String - User name of the user you want to attach the password policy to
- password
Policy stringName - Fully qualified name of the password policy
- user
Name string - User name of the user you want to attach the password policy to
- password_
policy_ strname - Fully qualified name of the password policy
- user_
name str - User name of the user you want to attach the password policy to
- password
Policy StringName - Fully qualified name of the password policy
- user
Name String - User name of the user you want to attach the password policy to
Outputs
All input properties are implicitly available as output properties. Additionally, the UserPasswordPolicyAttachment resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing UserPasswordPolicyAttachment Resource
Get an existing UserPasswordPolicyAttachment 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?: UserPasswordPolicyAttachmentState, opts?: CustomResourceOptions): UserPasswordPolicyAttachment
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
password_policy_name: Optional[str] = None,
user_name: Optional[str] = None) -> UserPasswordPolicyAttachment
func GetUserPasswordPolicyAttachment(ctx *Context, name string, id IDInput, state *UserPasswordPolicyAttachmentState, opts ...ResourceOption) (*UserPasswordPolicyAttachment, error)
public static UserPasswordPolicyAttachment Get(string name, Input<string> id, UserPasswordPolicyAttachmentState? state, CustomResourceOptions? opts = null)
public static UserPasswordPolicyAttachment get(String name, Output<String> id, UserPasswordPolicyAttachmentState 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.
- Password
Policy stringName - Fully qualified name of the password policy
- User
Name string - User name of the user you want to attach the password policy to
- Password
Policy stringName - Fully qualified name of the password policy
- User
Name string - User name of the user you want to attach the password policy to
- password
Policy StringName - Fully qualified name of the password policy
- user
Name String - User name of the user you want to attach the password policy to
- password
Policy stringName - Fully qualified name of the password policy
- user
Name string - User name of the user you want to attach the password policy to
- password_
policy_ strname - Fully qualified name of the password policy
- user_
name str - User name of the user you want to attach the password policy to
- password
Policy StringName - Fully qualified name of the password policy
- user
Name String - User name of the user you want to attach the password policy to
Package Details
- Repository
- Snowflake pulumi/pulumi-snowflake
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
snowflake
Terraform Provider.