Package-level declarations

Types

Link copied to clipboard
class CertificateProfile : KotlinCustomResource

Certificate profile resource. Uses Azure REST API version 2024-09-30-preview. In version 2.x of the Azure Native provider, it used API version 2024-02-05-preview. Other available API versions: 2024-02-05-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native codesigning [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Link copied to clipboard
data class CertificateProfileArgs(val accountName: Output<String>? = null, val identityValidationId: Output<String>? = null, val includeCity: Output<Boolean>? = null, val includeCountry: Output<Boolean>? = null, val includePostalCode: Output<Boolean>? = null, val includeState: Output<Boolean>? = null, val includeStreetAddress: Output<Boolean>? = null, val profileName: Output<String>? = null, val profileType: Output<Either<String, ProfileType>>? = null, val resourceGroupName: Output<String>? = null) : ConvertibleToJava<CertificateProfileArgs>

Certificate profile resource. Uses Azure REST API version 2024-09-30-preview. In version 2.x of the Azure Native provider, it used API version 2024-02-05-preview. Other available API versions: 2024-02-05-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native codesigning [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Link copied to clipboard
Link copied to clipboard
class CodeSigningAccount : KotlinCustomResource

Trusted signing account resource. Uses Azure REST API version 2024-09-30-preview. In version 2.x of the Azure Native provider, it used API version 2024-02-05-preview. Other available API versions: 2024-02-05-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native codesigning [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Link copied to clipboard
data class CodeSigningAccountArgs(val accountName: Output<String>? = null, val location: Output<String>? = null, val resourceGroupName: Output<String>? = null, val sku: Output<AccountSkuArgs>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<CodeSigningAccountArgs>

Trusted signing account resource. Uses Azure REST API version 2024-09-30-preview. In version 2.x of the Azure Native provider, it used API version 2024-02-05-preview. Other available API versions: 2024-02-05-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native codesigning [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Link copied to clipboard
Link copied to clipboard