1. Packages
  2. Azure Native
  3. API Docs
  4. databox
  5. listJobCredentials
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.34.0 published on Thursday, Mar 28, 2024 by Pulumi

azure-native.databox.listJobCredentials

Explore with Pulumi AI

azure-native logo
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.34.0 published on Thursday, Mar 28, 2024 by Pulumi

    This method gets the unencrypted secrets related to the job. Azure REST API version: 2022-12-01.

    Other available API versions: 2019-09-01, 2023-03-01, 2023-12-01, 2024-02-01-preview, 2024-03-01-preview.

    Using listJobCredentials

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function listJobCredentials(args: ListJobCredentialsArgs, opts?: InvokeOptions): Promise<ListJobCredentialsResult>
    function listJobCredentialsOutput(args: ListJobCredentialsOutputArgs, opts?: InvokeOptions): Output<ListJobCredentialsResult>
    def list_job_credentials(job_name: Optional[str] = None,
                             resource_group_name: Optional[str] = None,
                             opts: Optional[InvokeOptions] = None) -> ListJobCredentialsResult
    def list_job_credentials_output(job_name: Optional[pulumi.Input[str]] = None,
                             resource_group_name: Optional[pulumi.Input[str]] = None,
                             opts: Optional[InvokeOptions] = None) -> Output[ListJobCredentialsResult]
    func ListJobCredentials(ctx *Context, args *ListJobCredentialsArgs, opts ...InvokeOption) (*ListJobCredentialsResult, error)
    func ListJobCredentialsOutput(ctx *Context, args *ListJobCredentialsOutputArgs, opts ...InvokeOption) ListJobCredentialsResultOutput

    > Note: This function is named ListJobCredentials in the Go SDK.

    public static class ListJobCredentials 
    {
        public static Task<ListJobCredentialsResult> InvokeAsync(ListJobCredentialsArgs args, InvokeOptions? opts = null)
        public static Output<ListJobCredentialsResult> Invoke(ListJobCredentialsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<ListJobCredentialsResult> listJobCredentials(ListJobCredentialsArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:databox:listJobCredentials
      arguments:
        # arguments dictionary

    The following arguments are supported:

    JobName string
    The name of the job Resource within the specified resource group. job names must be between 3 and 24 characters in length and use any alphanumeric and underscore only
    ResourceGroupName string
    The Resource Group Name
    JobName string
    The name of the job Resource within the specified resource group. job names must be between 3 and 24 characters in length and use any alphanumeric and underscore only
    ResourceGroupName string
    The Resource Group Name
    jobName String
    The name of the job Resource within the specified resource group. job names must be between 3 and 24 characters in length and use any alphanumeric and underscore only
    resourceGroupName String
    The Resource Group Name
    jobName string
    The name of the job Resource within the specified resource group. job names must be between 3 and 24 characters in length and use any alphanumeric and underscore only
    resourceGroupName string
    The Resource Group Name
    job_name str
    The name of the job Resource within the specified resource group. job names must be between 3 and 24 characters in length and use any alphanumeric and underscore only
    resource_group_name str
    The Resource Group Name
    jobName String
    The name of the job Resource within the specified resource group. job names must be between 3 and 24 characters in length and use any alphanumeric and underscore only
    resourceGroupName String
    The Resource Group Name

    listJobCredentials Result

    The following output properties are available:

    NextLink string
    Link for the next set of unencrypted credentials.
    Value List<Pulumi.AzureNative.DataBox.Outputs.UnencryptedCredentialsResponse>
    List of unencrypted credentials.
    NextLink string
    Link for the next set of unencrypted credentials.
    Value []UnencryptedCredentialsResponse
    List of unencrypted credentials.
    nextLink String
    Link for the next set of unencrypted credentials.
    value List<UnencryptedCredentialsResponse>
    List of unencrypted credentials.
    nextLink string
    Link for the next set of unencrypted credentials.
    value UnencryptedCredentialsResponse[]
    List of unencrypted credentials.
    next_link str
    Link for the next set of unencrypted credentials.
    value Sequence[UnencryptedCredentialsResponse]
    List of unencrypted credentials.
    nextLink String
    Link for the next set of unencrypted credentials.
    value List<Property Map>
    List of unencrypted credentials.

    Supporting Types

    AccountCredentialDetailsResponse

    AccountConnectionString string
    Connection string of the account endpoint to use the account as a storage endpoint on the device.
    AccountName string
    Name of the account.
    DataAccountType string
    Type of the account.
    ShareCredentialDetails List<Pulumi.AzureNative.DataBox.Inputs.ShareCredentialDetailsResponse>
    Per share level unencrypted access credentials.
    AccountConnectionString string
    Connection string of the account endpoint to use the account as a storage endpoint on the device.
    AccountName string
    Name of the account.
    DataAccountType string
    Type of the account.
    ShareCredentialDetails []ShareCredentialDetailsResponse
    Per share level unencrypted access credentials.
    accountConnectionString String
    Connection string of the account endpoint to use the account as a storage endpoint on the device.
    accountName String
    Name of the account.
    dataAccountType String
    Type of the account.
    shareCredentialDetails List<ShareCredentialDetailsResponse>
    Per share level unencrypted access credentials.
    accountConnectionString string
    Connection string of the account endpoint to use the account as a storage endpoint on the device.
    accountName string
    Name of the account.
    dataAccountType string
    Type of the account.
    shareCredentialDetails ShareCredentialDetailsResponse[]
    Per share level unencrypted access credentials.
    account_connection_string str
    Connection string of the account endpoint to use the account as a storage endpoint on the device.
    account_name str
    Name of the account.
    data_account_type str
    Type of the account.
    share_credential_details Sequence[ShareCredentialDetailsResponse]
    Per share level unencrypted access credentials.
    accountConnectionString String
    Connection string of the account endpoint to use the account as a storage endpoint on the device.
    accountName String
    Name of the account.
    dataAccountType String
    Type of the account.
    shareCredentialDetails List<Property Map>
    Per share level unencrypted access credentials.

    AdditionalErrorInfoResponse

    Info object
    Additional information of the type of error.
    Type string
    Type of error (e.g. CustomerIntervention, PolicyViolation, SecurityViolation).
    Info interface{}
    Additional information of the type of error.
    Type string
    Type of error (e.g. CustomerIntervention, PolicyViolation, SecurityViolation).
    info Object
    Additional information of the type of error.
    type String
    Type of error (e.g. CustomerIntervention, PolicyViolation, SecurityViolation).
    info any
    Additional information of the type of error.
    type string
    Type of error (e.g. CustomerIntervention, PolicyViolation, SecurityViolation).
    info Any
    Additional information of the type of error.
    type str
    Type of error (e.g. CustomerIntervention, PolicyViolation, SecurityViolation).
    info Any
    Additional information of the type of error.
    type String
    Type of error (e.g. CustomerIntervention, PolicyViolation, SecurityViolation).

    ApplianceNetworkConfigurationResponse

    MacAddress string
    Mac Address.
    Name string
    Name of the network.
    MacAddress string
    Mac Address.
    Name string
    Name of the network.
    macAddress String
    Mac Address.
    name String
    Name of the network.
    macAddress string
    Mac Address.
    name string
    Name of the network.
    mac_address str
    Mac Address.
    name str
    Name of the network.
    macAddress String
    Mac Address.
    name String
    Name of the network.

    CloudErrorResponse

    AdditionalInfo List<Pulumi.AzureNative.DataBox.Inputs.AdditionalErrorInfoResponse>
    Gets or sets additional error info.
    Details List<Pulumi.AzureNative.DataBox.Inputs.CloudErrorResponse>
    Gets or sets details for the error.
    Code string
    Error code.
    Message string
    The error message parsed from the body of the http error response.
    Target string
    Gets or sets the target of the error.
    AdditionalInfo []AdditionalErrorInfoResponse
    Gets or sets additional error info.
    Details []CloudErrorResponse
    Gets or sets details for the error.
    Code string
    Error code.
    Message string
    The error message parsed from the body of the http error response.
    Target string
    Gets or sets the target of the error.
    additionalInfo List<AdditionalErrorInfoResponse>
    Gets or sets additional error info.
    details List<CloudErrorResponse>
    Gets or sets details for the error.
    code String
    Error code.
    message String
    The error message parsed from the body of the http error response.
    target String
    Gets or sets the target of the error.
    additionalInfo AdditionalErrorInfoResponse[]
    Gets or sets additional error info.
    details CloudErrorResponse[]
    Gets or sets details for the error.
    code string
    Error code.
    message string
    The error message parsed from the body of the http error response.
    target string
    Gets or sets the target of the error.
    additional_info Sequence[AdditionalErrorInfoResponse]
    Gets or sets additional error info.
    details Sequence[CloudErrorResponse]
    Gets or sets details for the error.
    code str
    Error code.
    message str
    The error message parsed from the body of the http error response.
    target str
    Gets or sets the target of the error.
    additionalInfo List<Property Map>
    Gets or sets additional error info.
    details List<Property Map>
    Gets or sets details for the error.
    code String
    Error code.
    message String
    The error message parsed from the body of the http error response.
    target String
    Gets or sets the target of the error.

    CustomerDiskJobSecretsResponse

    CarrierAccountNumber string
    Carrier Account Number of the customer
    DcAccessSecurityCode Pulumi.AzureNative.DataBox.Inputs.DcAccessSecurityCodeResponse
    Dc Access Security Code for Customer Managed Shipping
    DiskSecrets List<Pulumi.AzureNative.DataBox.Inputs.DiskSecretResponse>
    Contains the list of secrets object for that device.
    Error Pulumi.AzureNative.DataBox.Inputs.CloudErrorResponse
    Error while fetching the secrets.
    CarrierAccountNumber string
    Carrier Account Number of the customer
    DcAccessSecurityCode DcAccessSecurityCodeResponse
    Dc Access Security Code for Customer Managed Shipping
    DiskSecrets []DiskSecretResponse
    Contains the list of secrets object for that device.
    Error CloudErrorResponse
    Error while fetching the secrets.
    carrierAccountNumber String
    Carrier Account Number of the customer
    dcAccessSecurityCode DcAccessSecurityCodeResponse
    Dc Access Security Code for Customer Managed Shipping
    diskSecrets List<DiskSecretResponse>
    Contains the list of secrets object for that device.
    error CloudErrorResponse
    Error while fetching the secrets.
    carrierAccountNumber string
    Carrier Account Number of the customer
    dcAccessSecurityCode DcAccessSecurityCodeResponse
    Dc Access Security Code for Customer Managed Shipping
    diskSecrets DiskSecretResponse[]
    Contains the list of secrets object for that device.
    error CloudErrorResponse
    Error while fetching the secrets.
    carrier_account_number str
    Carrier Account Number of the customer
    dc_access_security_code DcAccessSecurityCodeResponse
    Dc Access Security Code for Customer Managed Shipping
    disk_secrets Sequence[DiskSecretResponse]
    Contains the list of secrets object for that device.
    error CloudErrorResponse
    Error while fetching the secrets.
    carrierAccountNumber String
    Carrier Account Number of the customer
    dcAccessSecurityCode Property Map
    Dc Access Security Code for Customer Managed Shipping
    diskSecrets List<Property Map>
    Contains the list of secrets object for that device.
    error Property Map
    Error while fetching the secrets.

    DataBoxDiskJobSecretsResponse

    DcAccessSecurityCode Pulumi.AzureNative.DataBox.Inputs.DcAccessSecurityCodeResponse
    Dc Access Security Code for Customer Managed Shipping
    DiskSecrets List<Pulumi.AzureNative.DataBox.Inputs.DiskSecretResponse>
    Contains the list of secrets object for that device.
    Error Pulumi.AzureNative.DataBox.Inputs.CloudErrorResponse
    Error while fetching the secrets.
    IsPasskeyUserDefined bool
    Whether passkey was provided by user.
    PassKey string
    PassKey for the disk Job.
    DcAccessSecurityCode DcAccessSecurityCodeResponse
    Dc Access Security Code for Customer Managed Shipping
    DiskSecrets []DiskSecretResponse
    Contains the list of secrets object for that device.
    Error CloudErrorResponse
    Error while fetching the secrets.
    IsPasskeyUserDefined bool
    Whether passkey was provided by user.
    PassKey string
    PassKey for the disk Job.
    dcAccessSecurityCode DcAccessSecurityCodeResponse
    Dc Access Security Code for Customer Managed Shipping
    diskSecrets List<DiskSecretResponse>
    Contains the list of secrets object for that device.
    error CloudErrorResponse
    Error while fetching the secrets.
    isPasskeyUserDefined Boolean
    Whether passkey was provided by user.
    passKey String
    PassKey for the disk Job.
    dcAccessSecurityCode DcAccessSecurityCodeResponse
    Dc Access Security Code for Customer Managed Shipping
    diskSecrets DiskSecretResponse[]
    Contains the list of secrets object for that device.
    error CloudErrorResponse
    Error while fetching the secrets.
    isPasskeyUserDefined boolean
    Whether passkey was provided by user.
    passKey string
    PassKey for the disk Job.
    dc_access_security_code DcAccessSecurityCodeResponse
    Dc Access Security Code for Customer Managed Shipping
    disk_secrets Sequence[DiskSecretResponse]
    Contains the list of secrets object for that device.
    error CloudErrorResponse
    Error while fetching the secrets.
    is_passkey_user_defined bool
    Whether passkey was provided by user.
    pass_key str
    PassKey for the disk Job.
    dcAccessSecurityCode Property Map
    Dc Access Security Code for Customer Managed Shipping
    diskSecrets List<Property Map>
    Contains the list of secrets object for that device.
    error Property Map
    Error while fetching the secrets.
    isPasskeyUserDefined Boolean
    Whether passkey was provided by user.
    passKey String
    PassKey for the disk Job.

    DataBoxHeavyJobSecretsResponse

    CabinetPodSecrets List<Pulumi.AzureNative.DataBox.Inputs.DataBoxHeavySecretResponse>
    Contains the list of secret objects for a databox heavy job.
    DcAccessSecurityCode Pulumi.AzureNative.DataBox.Inputs.DcAccessSecurityCodeResponse
    Dc Access Security Code for Customer Managed Shipping
    Error Pulumi.AzureNative.DataBox.Inputs.CloudErrorResponse
    Error while fetching the secrets.
    CabinetPodSecrets []DataBoxHeavySecretResponse
    Contains the list of secret objects for a databox heavy job.
    DcAccessSecurityCode DcAccessSecurityCodeResponse
    Dc Access Security Code for Customer Managed Shipping
    Error CloudErrorResponse
    Error while fetching the secrets.
    cabinetPodSecrets List<DataBoxHeavySecretResponse>
    Contains the list of secret objects for a databox heavy job.
    dcAccessSecurityCode DcAccessSecurityCodeResponse
    Dc Access Security Code for Customer Managed Shipping
    error CloudErrorResponse
    Error while fetching the secrets.
    cabinetPodSecrets DataBoxHeavySecretResponse[]
    Contains the list of secret objects for a databox heavy job.
    dcAccessSecurityCode DcAccessSecurityCodeResponse
    Dc Access Security Code for Customer Managed Shipping
    error CloudErrorResponse
    Error while fetching the secrets.
    cabinet_pod_secrets Sequence[DataBoxHeavySecretResponse]
    Contains the list of secret objects for a databox heavy job.
    dc_access_security_code DcAccessSecurityCodeResponse
    Dc Access Security Code for Customer Managed Shipping
    error CloudErrorResponse
    Error while fetching the secrets.
    cabinetPodSecrets List<Property Map>
    Contains the list of secret objects for a databox heavy job.
    dcAccessSecurityCode Property Map
    Dc Access Security Code for Customer Managed Shipping
    error Property Map
    Error while fetching the secrets.

    DataBoxHeavySecretResponse

    AccountCredentialDetails List<Pulumi.AzureNative.DataBox.Inputs.AccountCredentialDetailsResponse>
    Per account level access credentials.
    DevicePassword string
    Password for out of the box experience on device.
    DeviceSerialNumber string
    Serial number of the assigned device.
    EncodedValidationCertPubKey string
    The base 64 encoded public key to authenticate with the device
    NetworkConfigurations List<Pulumi.AzureNative.DataBox.Inputs.ApplianceNetworkConfigurationResponse>
    Network configuration of the appliance.
    AccountCredentialDetails []AccountCredentialDetailsResponse
    Per account level access credentials.
    DevicePassword string
    Password for out of the box experience on device.
    DeviceSerialNumber string
    Serial number of the assigned device.
    EncodedValidationCertPubKey string
    The base 64 encoded public key to authenticate with the device
    NetworkConfigurations []ApplianceNetworkConfigurationResponse
    Network configuration of the appliance.
    accountCredentialDetails List<AccountCredentialDetailsResponse>
    Per account level access credentials.
    devicePassword String
    Password for out of the box experience on device.
    deviceSerialNumber String
    Serial number of the assigned device.
    encodedValidationCertPubKey String
    The base 64 encoded public key to authenticate with the device
    networkConfigurations List<ApplianceNetworkConfigurationResponse>
    Network configuration of the appliance.
    accountCredentialDetails AccountCredentialDetailsResponse[]
    Per account level access credentials.
    devicePassword string
    Password for out of the box experience on device.
    deviceSerialNumber string
    Serial number of the assigned device.
    encodedValidationCertPubKey string
    The base 64 encoded public key to authenticate with the device
    networkConfigurations ApplianceNetworkConfigurationResponse[]
    Network configuration of the appliance.
    account_credential_details Sequence[AccountCredentialDetailsResponse]
    Per account level access credentials.
    device_password str
    Password for out of the box experience on device.
    device_serial_number str
    Serial number of the assigned device.
    encoded_validation_cert_pub_key str
    The base 64 encoded public key to authenticate with the device
    network_configurations Sequence[ApplianceNetworkConfigurationResponse]
    Network configuration of the appliance.
    accountCredentialDetails List<Property Map>
    Per account level access credentials.
    devicePassword String
    Password for out of the box experience on device.
    deviceSerialNumber String
    Serial number of the assigned device.
    encodedValidationCertPubKey String
    The base 64 encoded public key to authenticate with the device
    networkConfigurations List<Property Map>
    Network configuration of the appliance.

    DataBoxSecretResponse

    AccountCredentialDetails List<Pulumi.AzureNative.DataBox.Inputs.AccountCredentialDetailsResponse>
    Per account level access credentials.
    DevicePassword string
    Password for out of the box experience on device.
    DeviceSerialNumber string
    Serial number of the assigned device.
    EncodedValidationCertPubKey string
    The base 64 encoded public key to authenticate with the device
    NetworkConfigurations List<Pulumi.AzureNative.DataBox.Inputs.ApplianceNetworkConfigurationResponse>
    Network configuration of the appliance.
    AccountCredentialDetails []AccountCredentialDetailsResponse
    Per account level access credentials.
    DevicePassword string
    Password for out of the box experience on device.
    DeviceSerialNumber string
    Serial number of the assigned device.
    EncodedValidationCertPubKey string
    The base 64 encoded public key to authenticate with the device
    NetworkConfigurations []ApplianceNetworkConfigurationResponse
    Network configuration of the appliance.
    accountCredentialDetails List<AccountCredentialDetailsResponse>
    Per account level access credentials.
    devicePassword String
    Password for out of the box experience on device.
    deviceSerialNumber String
    Serial number of the assigned device.
    encodedValidationCertPubKey String
    The base 64 encoded public key to authenticate with the device
    networkConfigurations List<ApplianceNetworkConfigurationResponse>
    Network configuration of the appliance.
    accountCredentialDetails AccountCredentialDetailsResponse[]
    Per account level access credentials.
    devicePassword string
    Password for out of the box experience on device.
    deviceSerialNumber string
    Serial number of the assigned device.
    encodedValidationCertPubKey string
    The base 64 encoded public key to authenticate with the device
    networkConfigurations ApplianceNetworkConfigurationResponse[]
    Network configuration of the appliance.
    account_credential_details Sequence[AccountCredentialDetailsResponse]
    Per account level access credentials.
    device_password str
    Password for out of the box experience on device.
    device_serial_number str
    Serial number of the assigned device.
    encoded_validation_cert_pub_key str
    The base 64 encoded public key to authenticate with the device
    network_configurations Sequence[ApplianceNetworkConfigurationResponse]
    Network configuration of the appliance.
    accountCredentialDetails List<Property Map>
    Per account level access credentials.
    devicePassword String
    Password for out of the box experience on device.
    deviceSerialNumber String
    Serial number of the assigned device.
    encodedValidationCertPubKey String
    The base 64 encoded public key to authenticate with the device
    networkConfigurations List<Property Map>
    Network configuration of the appliance.

    DataboxJobSecretsResponse

    DcAccessSecurityCode DcAccessSecurityCodeResponse
    Dc Access Security Code for Customer Managed Shipping
    Error CloudErrorResponse
    Error while fetching the secrets.
    PodSecrets []DataBoxSecretResponse
    Contains the list of secret objects for a job.
    dcAccessSecurityCode DcAccessSecurityCodeResponse
    Dc Access Security Code for Customer Managed Shipping
    error CloudErrorResponse
    Error while fetching the secrets.
    podSecrets List<DataBoxSecretResponse>
    Contains the list of secret objects for a job.
    dcAccessSecurityCode DcAccessSecurityCodeResponse
    Dc Access Security Code for Customer Managed Shipping
    error CloudErrorResponse
    Error while fetching the secrets.
    podSecrets DataBoxSecretResponse[]
    Contains the list of secret objects for a job.
    dc_access_security_code DcAccessSecurityCodeResponse
    Dc Access Security Code for Customer Managed Shipping
    error CloudErrorResponse
    Error while fetching the secrets.
    pod_secrets Sequence[DataBoxSecretResponse]
    Contains the list of secret objects for a job.
    dcAccessSecurityCode Property Map
    Dc Access Security Code for Customer Managed Shipping
    error Property Map
    Error while fetching the secrets.
    podSecrets List<Property Map>
    Contains the list of secret objects for a job.

    DcAccessSecurityCodeResponse

    ForwardDCAccessCode string
    Forward Dc access security code.
    ReverseDCAccessCode string
    Reverse Dc access security code.
    ForwardDCAccessCode string
    Forward Dc access security code.
    ReverseDCAccessCode string
    Reverse Dc access security code.
    forwardDCAccessCode String
    Forward Dc access security code.
    reverseDCAccessCode String
    Reverse Dc access security code.
    forwardDCAccessCode string
    Forward Dc access security code.
    reverseDCAccessCode string
    Reverse Dc access security code.
    forward_dc_access_code str
    Forward Dc access security code.
    reverse_dc_access_code str
    Reverse Dc access security code.
    forwardDCAccessCode String
    Forward Dc access security code.
    reverseDCAccessCode String
    Reverse Dc access security code.

    DiskSecretResponse

    BitLockerKey string
    Bit Locker key of the disk which can be used to unlock the disk to copy data.
    DiskSerialNumber string
    Serial number of the assigned disk.
    BitLockerKey string
    Bit Locker key of the disk which can be used to unlock the disk to copy data.
    DiskSerialNumber string
    Serial number of the assigned disk.
    bitLockerKey String
    Bit Locker key of the disk which can be used to unlock the disk to copy data.
    diskSerialNumber String
    Serial number of the assigned disk.
    bitLockerKey string
    Bit Locker key of the disk which can be used to unlock the disk to copy data.
    diskSerialNumber string
    Serial number of the assigned disk.
    bit_locker_key str
    Bit Locker key of the disk which can be used to unlock the disk to copy data.
    disk_serial_number str
    Serial number of the assigned disk.
    bitLockerKey String
    Bit Locker key of the disk which can be used to unlock the disk to copy data.
    diskSerialNumber String
    Serial number of the assigned disk.

    ShareCredentialDetailsResponse

    Password string
    Password for the share.
    ShareName string
    Name of the share.
    ShareType string
    Type of the share.
    SupportedAccessProtocols List<string>
    Access protocols supported on the device.
    UserName string
    User name for the share.
    Password string
    Password for the share.
    ShareName string
    Name of the share.
    ShareType string
    Type of the share.
    SupportedAccessProtocols []string
    Access protocols supported on the device.
    UserName string
    User name for the share.
    password String
    Password for the share.
    shareName String
    Name of the share.
    shareType String
    Type of the share.
    supportedAccessProtocols List<String>
    Access protocols supported on the device.
    userName String
    User name for the share.
    password string
    Password for the share.
    shareName string
    Name of the share.
    shareType string
    Type of the share.
    supportedAccessProtocols string[]
    Access protocols supported on the device.
    userName string
    User name for the share.
    password str
    Password for the share.
    share_name str
    Name of the share.
    share_type str
    Type of the share.
    supported_access_protocols Sequence[str]
    Access protocols supported on the device.
    user_name str
    User name for the share.
    password String
    Password for the share.
    shareName String
    Name of the share.
    shareType String
    Type of the share.
    supportedAccessProtocols List<String>
    Access protocols supported on the device.
    userName String
    User name for the share.

    UnencryptedCredentialsResponse

    jobName String
    Name of the job.
    jobSecrets Property Map | Property Map | Property Map | Property Map
    Secrets related to this job.

    Package Details

    Repository
    Azure Native pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
    Azure Native v2.34.0 published on Thursday, Mar 28, 2024 by Pulumi