1. Packages
  2. Hsdp Provider
  3. API Docs
  4. IamActivationEmail
hsdp 0.65.3 published on Tuesday, Apr 15, 2025 by philips-software

hsdp.IamActivationEmail

Explore with Pulumi AI

hsdp logo
hsdp 0.65.3 published on Tuesday, Apr 15, 2025 by philips-software

    Re-sends activation emails. This resource can be used in combination with the hsdp.getIamUsers data source to automatically resend activation emails

    This resource only works when HSDP_SHARED_KEY and HSDP_SHARED_SECRET are configured or equivalent provider attributes are set. The relevant API requires API signing.

    Create IamActivationEmail Resource

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

    Constructor syntax

    new IamActivationEmail(name: string, args: IamActivationEmailArgs, opts?: CustomResourceOptions);
    @overload
    def IamActivationEmail(resource_name: str,
                           args: IamActivationEmailArgs,
                           opts: Optional[ResourceOptions] = None)
    
    @overload
    def IamActivationEmail(resource_name: str,
                           opts: Optional[ResourceOptions] = None,
                           user_id: Optional[str] = None,
                           iam_activation_email_id: Optional[str] = None,
                           resend_every: Optional[float] = None,
                           send: Optional[bool] = None,
                           timeouts: Optional[IamActivationEmailTimeoutsArgs] = None)
    func NewIamActivationEmail(ctx *Context, name string, args IamActivationEmailArgs, opts ...ResourceOption) (*IamActivationEmail, error)
    public IamActivationEmail(string name, IamActivationEmailArgs args, CustomResourceOptions? opts = null)
    public IamActivationEmail(String name, IamActivationEmailArgs args)
    public IamActivationEmail(String name, IamActivationEmailArgs args, CustomResourceOptions options)
    
    type: hsdp:IamActivationEmail
    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 IamActivationEmailArgs
    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 IamActivationEmailArgs
    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 IamActivationEmailArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args IamActivationEmailArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args IamActivationEmailArgs
    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 iamActivationEmailResource = new Hsdp.IamActivationEmail("iamActivationEmailResource", new()
    {
        UserId = "string",
        IamActivationEmailId = "string",
        ResendEvery = 0,
        Send = false,
        Timeouts = new Hsdp.Inputs.IamActivationEmailTimeoutsArgs
        {
            Create = "string",
            Update = "string",
        },
    });
    
    example, err := hsdp.NewIamActivationEmail(ctx, "iamActivationEmailResource", &hsdp.IamActivationEmailArgs{
    	UserId:               pulumi.String("string"),
    	IamActivationEmailId: pulumi.String("string"),
    	ResendEvery:          pulumi.Float64(0),
    	Send:                 pulumi.Bool(false),
    	Timeouts: &hsdp.IamActivationEmailTimeoutsArgs{
    		Create: pulumi.String("string"),
    		Update: pulumi.String("string"),
    	},
    })
    
    var iamActivationEmailResource = new IamActivationEmail("iamActivationEmailResource", IamActivationEmailArgs.builder()
        .userId("string")
        .iamActivationEmailId("string")
        .resendEvery(0)
        .send(false)
        .timeouts(IamActivationEmailTimeoutsArgs.builder()
            .create("string")
            .update("string")
            .build())
        .build());
    
    iam_activation_email_resource = hsdp.IamActivationEmail("iamActivationEmailResource",
        user_id="string",
        iam_activation_email_id="string",
        resend_every=0,
        send=False,
        timeouts={
            "create": "string",
            "update": "string",
        })
    
    const iamActivationEmailResource = new hsdp.IamActivationEmail("iamActivationEmailResource", {
        userId: "string",
        iamActivationEmailId: "string",
        resendEvery: 0,
        send: false,
        timeouts: {
            create: "string",
            update: "string",
        },
    });
    
    type: hsdp:IamActivationEmail
    properties:
        iamActivationEmailId: string
        resendEvery: 0
        send: false
        timeouts:
            create: string
            update: string
        userId: string
    

    IamActivationEmail 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 IamActivationEmail resource accepts the following input properties:

    UserId string
    The user GUID of the user
    IamActivationEmailId string
    ResendEvery double
    Send bool
    (Computed) Enabled when activation email is going to be sent
    Timeouts IamActivationEmailTimeouts
    UserId string
    The user GUID of the user
    IamActivationEmailId string
    ResendEvery float64
    Send bool
    (Computed) Enabled when activation email is going to be sent
    Timeouts IamActivationEmailTimeoutsArgs
    userId String
    The user GUID of the user
    iamActivationEmailId String
    resendEvery Double
    send Boolean
    (Computed) Enabled when activation email is going to be sent
    timeouts IamActivationEmailTimeouts
    userId string
    The user GUID of the user
    iamActivationEmailId string
    resendEvery number
    send boolean
    (Computed) Enabled when activation email is going to be sent
    timeouts IamActivationEmailTimeouts
    user_id str
    The user GUID of the user
    iam_activation_email_id str
    resend_every float
    send bool
    (Computed) Enabled when activation email is going to be sent
    timeouts IamActivationEmailTimeoutsArgs
    userId String
    The user GUID of the user
    iamActivationEmailId String
    resendEvery Number
    send Boolean
    (Computed) Enabled when activation email is going to be sent
    timeouts Property Map

    Outputs

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

    Id string
    The provider-assigned unique ID for this managed resource.
    LastSent string
    (Computed) When the last email was sent
    LoginId string
    Verified bool
    Id string
    The provider-assigned unique ID for this managed resource.
    LastSent string
    (Computed) When the last email was sent
    LoginId string
    Verified bool
    id String
    The provider-assigned unique ID for this managed resource.
    lastSent String
    (Computed) When the last email was sent
    loginId String
    verified Boolean
    id string
    The provider-assigned unique ID for this managed resource.
    lastSent string
    (Computed) When the last email was sent
    loginId string
    verified boolean
    id str
    The provider-assigned unique ID for this managed resource.
    last_sent str
    (Computed) When the last email was sent
    login_id str
    verified bool
    id String
    The provider-assigned unique ID for this managed resource.
    lastSent String
    (Computed) When the last email was sent
    loginId String
    verified Boolean

    Look up Existing IamActivationEmail Resource

    Get an existing IamActivationEmail 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?: IamActivationEmailState, opts?: CustomResourceOptions): IamActivationEmail
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            iam_activation_email_id: Optional[str] = None,
            last_sent: Optional[str] = None,
            login_id: Optional[str] = None,
            resend_every: Optional[float] = None,
            send: Optional[bool] = None,
            timeouts: Optional[IamActivationEmailTimeoutsArgs] = None,
            user_id: Optional[str] = None,
            verified: Optional[bool] = None) -> IamActivationEmail
    func GetIamActivationEmail(ctx *Context, name string, id IDInput, state *IamActivationEmailState, opts ...ResourceOption) (*IamActivationEmail, error)
    public static IamActivationEmail Get(string name, Input<string> id, IamActivationEmailState? state, CustomResourceOptions? opts = null)
    public static IamActivationEmail get(String name, Output<String> id, IamActivationEmailState state, CustomResourceOptions options)
    resources:  _:    type: hsdp:IamActivationEmail    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.
    The following state arguments are supported:
    IamActivationEmailId string
    LastSent string
    (Computed) When the last email was sent
    LoginId string
    ResendEvery double
    Send bool
    (Computed) Enabled when activation email is going to be sent
    Timeouts IamActivationEmailTimeouts
    UserId string
    The user GUID of the user
    Verified bool
    IamActivationEmailId string
    LastSent string
    (Computed) When the last email was sent
    LoginId string
    ResendEvery float64
    Send bool
    (Computed) Enabled when activation email is going to be sent
    Timeouts IamActivationEmailTimeoutsArgs
    UserId string
    The user GUID of the user
    Verified bool
    iamActivationEmailId String
    lastSent String
    (Computed) When the last email was sent
    loginId String
    resendEvery Double
    send Boolean
    (Computed) Enabled when activation email is going to be sent
    timeouts IamActivationEmailTimeouts
    userId String
    The user GUID of the user
    verified Boolean
    iamActivationEmailId string
    lastSent string
    (Computed) When the last email was sent
    loginId string
    resendEvery number
    send boolean
    (Computed) Enabled when activation email is going to be sent
    timeouts IamActivationEmailTimeouts
    userId string
    The user GUID of the user
    verified boolean
    iam_activation_email_id str
    last_sent str
    (Computed) When the last email was sent
    login_id str
    resend_every float
    send bool
    (Computed) Enabled when activation email is going to be sent
    timeouts IamActivationEmailTimeoutsArgs
    user_id str
    The user GUID of the user
    verified bool
    iamActivationEmailId String
    lastSent String
    (Computed) When the last email was sent
    loginId String
    resendEvery Number
    send Boolean
    (Computed) Enabled when activation email is going to be sent
    timeouts Property Map
    userId String
    The user GUID of the user
    verified Boolean

    Supporting Types

    IamActivationEmailTimeouts, IamActivationEmailTimeoutsArgs

    Create string
    Update string
    Create string
    Update string
    create String
    update String
    create string
    update string
    create str
    update str
    create String
    update String

    Package Details

    Repository
    hsdp philips-software/terraform-provider-hsdp
    License
    Notes
    This Pulumi package is based on the hsdp Terraform Provider.
    hsdp logo
    hsdp 0.65.3 published on Tuesday, Apr 15, 2025 by philips-software