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.63.0 published on Tuesday, Sep 24, 2024 by Pulumi
azure-native.databox.listJobCredentials
Explore with Pulumi AI
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.63.0 published on Tuesday, Sep 24, 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:
- Job
Name 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
- Resource
Group stringName - The Resource Group Name
- Job
Name 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
- Resource
Group stringName - The Resource Group Name
- job
Name 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
- resource
Group StringName - The Resource Group Name
- job
Name 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
- resource
Group stringName - 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_ strname - The Resource Group Name
- job
Name 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
- resource
Group StringName - The Resource Group Name
listJobCredentials Result
The following output properties are available:
- Next
Link string - Link for the next set of unencrypted credentials.
- Value
List<Pulumi.
Azure Native. Data Box. Outputs. Unencrypted Credentials Response> - List of unencrypted credentials.
- Next
Link string - Link for the next set of unencrypted credentials.
- Value
[]Unencrypted
Credentials Response - List of unencrypted credentials.
- next
Link String - Link for the next set of unencrypted credentials.
- value
List<Unencrypted
Credentials Response> - List of unencrypted credentials.
- next
Link string - Link for the next set of unencrypted credentials.
- value
Unencrypted
Credentials Response[] - List of unencrypted credentials.
- next_
link str - Link for the next set of unencrypted credentials.
- value
Sequence[Unencrypted
Credentials Response] - List of unencrypted credentials.
- next
Link String - Link for the next set of unencrypted credentials.
- value List<Property Map>
- List of unencrypted credentials.
Supporting Types
AccountCredentialDetailsResponse
- Account
Connection stringString - Connection string of the account endpoint to use the account as a storage endpoint on the device.
- Account
Name string - Name of the account.
- Data
Account stringType - Type of the account.
- List<Pulumi.
Azure Native. Data Box. Inputs. Share Credential Details Response> - Per share level unencrypted access credentials.
- Account
Connection stringString - Connection string of the account endpoint to use the account as a storage endpoint on the device.
- Account
Name string - Name of the account.
- Data
Account stringType - Type of the account.
- []Share
Credential Details Response - Per share level unencrypted access credentials.
- account
Connection StringString - Connection string of the account endpoint to use the account as a storage endpoint on the device.
- account
Name String - Name of the account.
- data
Account StringType - Type of the account.
- List<Share
Credential Details Response> - Per share level unencrypted access credentials.
- account
Connection stringString - Connection string of the account endpoint to use the account as a storage endpoint on the device.
- account
Name string - Name of the account.
- data
Account stringType - Type of the account.
- Share
Credential Details Response[] - Per share level unencrypted access credentials.
- account_
connection_ strstring - 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_ strtype - Type of the account.
- Sequence[Share
Credential Details Response] - Per share level unencrypted access credentials.
- account
Connection StringString - Connection string of the account endpoint to use the account as a storage endpoint on the device.
- account
Name String - Name of the account.
- data
Account StringType - Type of the account.
- List<Property Map>
- Per share level unencrypted access credentials.
AdditionalErrorInfoResponse
ApplianceNetworkConfigurationResponse
- Mac
Address string - Mac Address.
- Name string
- Name of the network.
- Mac
Address string - Mac Address.
- Name string
- Name of the network.
- mac
Address String - Mac Address.
- name String
- Name of the network.
- mac
Address string - Mac Address.
- name string
- Name of the network.
- mac_
address str - Mac Address.
- name str
- Name of the network.
- mac
Address String - Mac Address.
- name String
- Name of the network.
CloudErrorResponse
- Additional
Info List<Pulumi.Azure Native. Data Box. Inputs. Additional Error Info Response> - Gets or sets additional error info.
- Details
List<Pulumi.
Azure Native. Data Box. Inputs. Cloud Error Response> - 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 []AdditionalError Info Response - Gets or sets additional error info.
- Details
[]Cloud
Error Response - 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 List<AdditionalError Info Response> - Gets or sets additional error info.
- details
List<Cloud
Error Response> - 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 AdditionalError Info Response[] - Gets or sets additional error info.
- details
Cloud
Error Response[] - 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[AdditionalError Info Response] - Gets or sets additional error info.
- details
Sequence[Cloud
Error Response] - 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.
- additional
Info 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
- Carrier
Account stringNumber - Carrier Account Number of the customer
- Dc
Access Pulumi.Security Code Azure Native. Data Box. Inputs. Dc Access Security Code Response - Dc Access Security Code for Customer Managed Shipping
- Disk
Secrets List<Pulumi.Azure Native. Data Box. Inputs. Disk Secret Response> - Contains the list of secrets object for that device.
- Error
Pulumi.
Azure Native. Data Box. Inputs. Cloud Error Response - Error while fetching the secrets.
- Carrier
Account stringNumber - Carrier Account Number of the customer
- Dc
Access DcSecurity Code Access Security Code Response - Dc Access Security Code for Customer Managed Shipping
- Disk
Secrets []DiskSecret Response - Contains the list of secrets object for that device.
- Error
Cloud
Error Response - Error while fetching the secrets.
- carrier
Account StringNumber - Carrier Account Number of the customer
- dc
Access DcSecurity Code Access Security Code Response - Dc Access Security Code for Customer Managed Shipping
- disk
Secrets List<DiskSecret Response> - Contains the list of secrets object for that device.
- error
Cloud
Error Response - Error while fetching the secrets.
- carrier
Account stringNumber - Carrier Account Number of the customer
- dc
Access DcSecurity Code Access Security Code Response - Dc Access Security Code for Customer Managed Shipping
- disk
Secrets DiskSecret Response[] - Contains the list of secrets object for that device.
- error
Cloud
Error Response - Error while fetching the secrets.
- carrier_
account_ strnumber - Carrier Account Number of the customer
- dc_
access_ Dcsecurity_ code Access Security Code Response - Dc Access Security Code for Customer Managed Shipping
- disk_
secrets Sequence[DiskSecret Response] - Contains the list of secrets object for that device.
- error
Cloud
Error Response - Error while fetching the secrets.
- carrier
Account StringNumber - Carrier Account Number of the customer
- dc
Access Property MapSecurity Code - Dc Access Security Code for Customer Managed Shipping
- disk
Secrets List<Property Map> - Contains the list of secrets object for that device.
- error Property Map
- Error while fetching the secrets.
DataBoxDiskJobSecretsResponse
- Dc
Access Pulumi.Security Code Azure Native. Data Box. Inputs. Dc Access Security Code Response - Dc Access Security Code for Customer Managed Shipping
- Disk
Secrets List<Pulumi.Azure Native. Data Box. Inputs. Disk Secret Response> - Contains the list of secrets object for that device.
- Error
Pulumi.
Azure Native. Data Box. Inputs. Cloud Error Response - Error while fetching the secrets.
- Is
Passkey boolUser Defined - Whether passkey was provided by user.
- Pass
Key string - PassKey for the disk Job.
- Dc
Access DcSecurity Code Access Security Code Response - Dc Access Security Code for Customer Managed Shipping
- Disk
Secrets []DiskSecret Response - Contains the list of secrets object for that device.
- Error
Cloud
Error Response - Error while fetching the secrets.
- Is
Passkey boolUser Defined - Whether passkey was provided by user.
- Pass
Key string - PassKey for the disk Job.
- dc
Access DcSecurity Code Access Security Code Response - Dc Access Security Code for Customer Managed Shipping
- disk
Secrets List<DiskSecret Response> - Contains the list of secrets object for that device.
- error
Cloud
Error Response - Error while fetching the secrets.
- is
Passkey BooleanUser Defined - Whether passkey was provided by user.
- pass
Key String - PassKey for the disk Job.
- dc
Access DcSecurity Code Access Security Code Response - Dc Access Security Code for Customer Managed Shipping
- disk
Secrets DiskSecret Response[] - Contains the list of secrets object for that device.
- error
Cloud
Error Response - Error while fetching the secrets.
- is
Passkey booleanUser Defined - Whether passkey was provided by user.
- pass
Key string - PassKey for the disk Job.
- dc_
access_ Dcsecurity_ code Access Security Code Response - Dc Access Security Code for Customer Managed Shipping
- disk_
secrets Sequence[DiskSecret Response] - Contains the list of secrets object for that device.
- error
Cloud
Error Response - Error while fetching the secrets.
- is_
passkey_ booluser_ defined - Whether passkey was provided by user.
- pass_
key str - PassKey for the disk Job.
- dc
Access Property MapSecurity Code - Dc Access Security Code for Customer Managed Shipping
- disk
Secrets List<Property Map> - Contains the list of secrets object for that device.
- error Property Map
- Error while fetching the secrets.
- is
Passkey BooleanUser Defined - Whether passkey was provided by user.
- pass
Key String - PassKey for the disk Job.
DataBoxHeavyJobSecretsResponse
- Cabinet
Pod List<Pulumi.Secrets Azure Native. Data Box. Inputs. Data Box Heavy Secret Response> - Contains the list of secret objects for a databox heavy job.
- Dc
Access Pulumi.Security Code Azure Native. Data Box. Inputs. Dc Access Security Code Response - Dc Access Security Code for Customer Managed Shipping
- Error
Pulumi.
Azure Native. Data Box. Inputs. Cloud Error Response - Error while fetching the secrets.
- Cabinet
Pod []DataSecrets Box Heavy Secret Response - Contains the list of secret objects for a databox heavy job.
- Dc
Access DcSecurity Code Access Security Code Response - Dc Access Security Code for Customer Managed Shipping
- Error
Cloud
Error Response - Error while fetching the secrets.
- cabinet
Pod List<DataSecrets Box Heavy Secret Response> - Contains the list of secret objects for a databox heavy job.
- dc
Access DcSecurity Code Access Security Code Response - Dc Access Security Code for Customer Managed Shipping
- error
Cloud
Error Response - Error while fetching the secrets.
- cabinet
Pod DataSecrets Box Heavy Secret Response[] - Contains the list of secret objects for a databox heavy job.
- dc
Access DcSecurity Code Access Security Code Response - Dc Access Security Code for Customer Managed Shipping
- error
Cloud
Error Response - Error while fetching the secrets.
- cabinet_
pod_ Sequence[Datasecrets Box Heavy Secret Response] - Contains the list of secret objects for a databox heavy job.
- dc_
access_ Dcsecurity_ code Access Security Code Response - Dc Access Security Code for Customer Managed Shipping
- error
Cloud
Error Response - Error while fetching the secrets.
- cabinet
Pod List<Property Map>Secrets - Contains the list of secret objects for a databox heavy job.
- dc
Access Property MapSecurity Code - Dc Access Security Code for Customer Managed Shipping
- error Property Map
- Error while fetching the secrets.
DataBoxHeavySecretResponse
- Account
Credential List<Pulumi.Details Azure Native. Data Box. Inputs. Account Credential Details Response> - Per account level access credentials.
- Device
Password string - Password for out of the box experience on device.
- Device
Serial stringNumber - Serial number of the assigned device.
- Encoded
Validation stringCert Pub Key - The base 64 encoded public key to authenticate with the device
- Network
Configurations List<Pulumi.Azure Native. Data Box. Inputs. Appliance Network Configuration Response> - Network configuration of the appliance.
- Account
Credential []AccountDetails Credential Details Response - Per account level access credentials.
- Device
Password string - Password for out of the box experience on device.
- Device
Serial stringNumber - Serial number of the assigned device.
- Encoded
Validation stringCert Pub Key - The base 64 encoded public key to authenticate with the device
- Network
Configurations []ApplianceNetwork Configuration Response - Network configuration of the appliance.
- account
Credential List<AccountDetails Credential Details Response> - Per account level access credentials.
- device
Password String - Password for out of the box experience on device.
- device
Serial StringNumber - Serial number of the assigned device.
- encoded
Validation StringCert Pub Key - The base 64 encoded public key to authenticate with the device
- network
Configurations List<ApplianceNetwork Configuration Response> - Network configuration of the appliance.
- account
Credential AccountDetails Credential Details Response[] - Per account level access credentials.
- device
Password string - Password for out of the box experience on device.
- device
Serial stringNumber - Serial number of the assigned device.
- encoded
Validation stringCert Pub Key - The base 64 encoded public key to authenticate with the device
- network
Configurations ApplianceNetwork Configuration Response[] - Network configuration of the appliance.
- account_
credential_ Sequence[Accountdetails Credential Details Response] - Per account level access credentials.
- device_
password str - Password for out of the box experience on device.
- device_
serial_ strnumber - Serial number of the assigned device.
- encoded_
validation_ strcert_ pub_ key - The base 64 encoded public key to authenticate with the device
- network_
configurations Sequence[ApplianceNetwork Configuration Response] - Network configuration of the appliance.
- account
Credential List<Property Map>Details - Per account level access credentials.
- device
Password String - Password for out of the box experience on device.
- device
Serial StringNumber - Serial number of the assigned device.
- encoded
Validation StringCert Pub Key - The base 64 encoded public key to authenticate with the device
- network
Configurations List<Property Map> - Network configuration of the appliance.
DataBoxSecretResponse
- Account
Credential List<Pulumi.Details Azure Native. Data Box. Inputs. Account Credential Details Response> - Per account level access credentials.
- Device
Password string - Password for out of the box experience on device.
- Device
Serial stringNumber - Serial number of the assigned device.
- Encoded
Validation stringCert Pub Key - The base 64 encoded public key to authenticate with the device
- Network
Configurations List<Pulumi.Azure Native. Data Box. Inputs. Appliance Network Configuration Response> - Network configuration of the appliance.
- Account
Credential []AccountDetails Credential Details Response - Per account level access credentials.
- Device
Password string - Password for out of the box experience on device.
- Device
Serial stringNumber - Serial number of the assigned device.
- Encoded
Validation stringCert Pub Key - The base 64 encoded public key to authenticate with the device
- Network
Configurations []ApplianceNetwork Configuration Response - Network configuration of the appliance.
- account
Credential List<AccountDetails Credential Details Response> - Per account level access credentials.
- device
Password String - Password for out of the box experience on device.
- device
Serial StringNumber - Serial number of the assigned device.
- encoded
Validation StringCert Pub Key - The base 64 encoded public key to authenticate with the device
- network
Configurations List<ApplianceNetwork Configuration Response> - Network configuration of the appliance.
- account
Credential AccountDetails Credential Details Response[] - Per account level access credentials.
- device
Password string - Password for out of the box experience on device.
- device
Serial stringNumber - Serial number of the assigned device.
- encoded
Validation stringCert Pub Key - The base 64 encoded public key to authenticate with the device
- network
Configurations ApplianceNetwork Configuration Response[] - Network configuration of the appliance.
- account_
credential_ Sequence[Accountdetails Credential Details Response] - Per account level access credentials.
- device_
password str - Password for out of the box experience on device.
- device_
serial_ strnumber - Serial number of the assigned device.
- encoded_
validation_ strcert_ pub_ key - The base 64 encoded public key to authenticate with the device
- network_
configurations Sequence[ApplianceNetwork Configuration Response] - Network configuration of the appliance.
- account
Credential List<Property Map>Details - Per account level access credentials.
- device
Password String - Password for out of the box experience on device.
- device
Serial StringNumber - Serial number of the assigned device.
- encoded
Validation StringCert Pub Key - The base 64 encoded public key to authenticate with the device
- network
Configurations List<Property Map> - Network configuration of the appliance.
DataboxJobSecretsResponse
- Dc
Access Pulumi.Security Code Azure Native. Data Box. Inputs. Dc Access Security Code Response - Dc Access Security Code for Customer Managed Shipping
- Error
Pulumi.
Azure Native. Data Box. Inputs. Cloud Error Response - Error while fetching the secrets.
- Pod
Secrets List<Pulumi.Azure Native. Data Box. Inputs. Data Box Secret Response> - Contains the list of secret objects for a job.
- Dc
Access DcSecurity Code Access Security Code Response - Dc Access Security Code for Customer Managed Shipping
- Error
Cloud
Error Response - Error while fetching the secrets.
- Pod
Secrets []DataBox Secret Response - Contains the list of secret objects for a job.
- dc
Access DcSecurity Code Access Security Code Response - Dc Access Security Code for Customer Managed Shipping
- error
Cloud
Error Response - Error while fetching the secrets.
- pod
Secrets List<DataBox Secret Response> - Contains the list of secret objects for a job.
- dc
Access DcSecurity Code Access Security Code Response - Dc Access Security Code for Customer Managed Shipping
- error
Cloud
Error Response - Error while fetching the secrets.
- pod
Secrets DataBox Secret Response[] - Contains the list of secret objects for a job.
- dc_
access_ Dcsecurity_ code Access Security Code Response - Dc Access Security Code for Customer Managed Shipping
- error
Cloud
Error Response - Error while fetching the secrets.
- pod_
secrets Sequence[DataBox Secret Response] - Contains the list of secret objects for a job.
- dc
Access Property MapSecurity Code - Dc Access Security Code for Customer Managed Shipping
- error Property Map
- Error while fetching the secrets.
- pod
Secrets List<Property Map> - Contains the list of secret objects for a job.
DcAccessSecurityCodeResponse
- Forward
DCAccess stringCode - Forward Dc access security code.
- Reverse
DCAccess stringCode - Reverse Dc access security code.
- Forward
DCAccess stringCode - Forward Dc access security code.
- Reverse
DCAccess stringCode - Reverse Dc access security code.
- forward
DCAccess StringCode - Forward Dc access security code.
- reverse
DCAccess StringCode - Reverse Dc access security code.
- forward
DCAccess stringCode - Forward Dc access security code.
- reverse
DCAccess stringCode - Reverse Dc access security code.
- forward_
dc_ straccess_ code - Forward Dc access security code.
- reverse_
dc_ straccess_ code - Reverse Dc access security code.
- forward
DCAccess StringCode - Forward Dc access security code.
- reverse
DCAccess StringCode - Reverse Dc access security code.
DiskSecretResponse
- Bit
Locker stringKey - Bit Locker key of the disk which can be used to unlock the disk to copy data.
- Disk
Serial stringNumber - Serial number of the assigned disk.
- Bit
Locker stringKey - Bit Locker key of the disk which can be used to unlock the disk to copy data.
- Disk
Serial stringNumber - Serial number of the assigned disk.
- bit
Locker StringKey - Bit Locker key of the disk which can be used to unlock the disk to copy data.
- disk
Serial StringNumber - Serial number of the assigned disk.
- bit
Locker stringKey - Bit Locker key of the disk which can be used to unlock the disk to copy data.
- disk
Serial stringNumber - Serial number of the assigned disk.
- bit_
locker_ strkey - Bit Locker key of the disk which can be used to unlock the disk to copy data.
- disk_
serial_ strnumber - Serial number of the assigned disk.
- bit
Locker StringKey - Bit Locker key of the disk which can be used to unlock the disk to copy data.
- disk
Serial StringNumber - Serial number of the assigned disk.
ShareCredentialDetailsResponse
- Password string
- Password for the share.
- string
- Name of the share.
- string
- Type of the share.
- Supported
Access List<string>Protocols - Access protocols supported on the device.
- User
Name string - User name for the share.
- Password string
- Password for the share.
- string
- Name of the share.
- string
- Type of the share.
- Supported
Access []stringProtocols - Access protocols supported on the device.
- User
Name string - User name for the share.
- password String
- Password for the share.
- String
- Name of the share.
- String
- Type of the share.
- supported
Access List<String>Protocols - Access protocols supported on the device.
- user
Name String - User name for the share.
- password string
- Password for the share.
- string
- Name of the share.
- string
- Type of the share.
- supported
Access string[]Protocols - Access protocols supported on the device.
- user
Name string - User name for the share.
- password str
- Password for the share.
- str
- Name of the share.
- str
- Type of the share.
- supported_
access_ Sequence[str]protocols - Access protocols supported on the device.
- user_
name str - User name for the share.
- password String
- Password for the share.
- String
- Name of the share.
- String
- Type of the share.
- supported
Access List<String>Protocols - Access protocols supported on the device.
- user
Name String - User name for the share.
UnencryptedCredentialsResponse
- Job
Name string - Name of the job.
- Job
Secrets Pulumi.Azure | Pulumi.Native. Data Box. Inputs. Customer Disk Job Secrets Response Azure | Pulumi.Native. Data Box. Inputs. Data Box Disk Job Secrets Response Azure | Pulumi.Native. Data Box. Inputs. Data Box Heavy Job Secrets Response Azure Native. Data Box. Inputs. Databox Job Secrets Response - Secrets related to this job.
- Job
Name string - Name of the job.
- Job
Secrets CustomerDisk | DataJob Secrets Response Box | DataDisk Job Secrets Response Box | DataboxHeavy Job Secrets Response Job Secrets Response - Secrets related to this job.
- job
Name String - Name of the job.
- job
Secrets CustomerDisk | DataJob Secrets Response Box | DataDisk Job Secrets Response Box | DataboxHeavy Job Secrets Response Job Secrets Response - Secrets related to this job.
- job
Name string - Name of the job.
- job
Secrets CustomerDisk | DataJob Secrets Response Box | DataDisk Job Secrets Response Box | DataboxHeavy Job Secrets Response Job Secrets Response - Secrets related to this job.
- job_
name str - Name of the job.
- job_
secrets CustomerDisk | DataJob Secrets Response Box | DataDisk Job Secrets Response Box | DataboxHeavy Job Secrets Response Job Secrets Response - Secrets related to this job.
- job
Name String - Name of the job.
- job
Secrets 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
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.63.0 published on Tuesday, Sep 24, 2024 by Pulumi