Skip to content

Latest commit

 

History

History
219 lines (173 loc) · 4.5 KB

File metadata and controls

219 lines (173 loc) · 4.5 KB
external help file PSPublishModule-help.xml
Module Name PSPublishModule
online version https://github.com/EvotecIT/PSPublishModule
schema 2.0.0

Set-AppStoreConnectAppInfoLocalization

SYNOPSIS

Updates localized app-level information on the App Store.

SYNTAX

__AllParameterSets

Set-AppStoreConnectAppInfoLocalization -IssuerId <string> -KeyId <string> -AppInfoLocalizationId <string> [-PrivateKey <string>] [-PrivateKeyPath <string>] [-TokenLifetimeMinutes <int>] [-Name <string>] [-Subtitle <string>] [-PrivacyPolicyUrl <string>] [-PrivacyChoicesUrl <string>] [-PrivacyPolicyText <string>] [-WhatIf] [-Confirm] [<CommonParameters>]

DESCRIPTION

Updates localized app-level information on the App Store.

EXAMPLES

EXAMPLE 1

Set-AppStoreConnectAppInfoLocalization -IssuerId 'Value' -KeyId 'Value' -AppInfoLocalizationId 'Value'

PARAMETERS

-AppInfoLocalizationId

App Information localization resource id.

Type: String
Parameter Sets: __AllParameterSets
Aliases: None
Possible values:

Required: True
Position: named
Default value: None
Accept pipeline input: False
Accept wildcard characters: True

-IssuerId

Issuer ID from App Store Connect API keys.

Type: String
Parameter Sets: __AllParameterSets
Aliases: None
Possible values:

Required: True
Position: named
Default value: None
Accept pipeline input: False
Accept wildcard characters: True

-KeyId

Key ID associated with the private key.

Type: String
Parameter Sets: __AllParameterSets
Aliases: None
Possible values:

Required: True
Position: named
Default value: None
Accept pipeline input: False
Accept wildcard characters: True

-Name

Localized App Store name. Empty string clears the field.

Type: String
Parameter Sets: __AllParameterSets
Aliases: None
Possible values:

Required: False
Position: named
Default value: None
Accept pipeline input: False
Accept wildcard characters: True

-PrivacyChoicesUrl

Localized privacy choices URL. Empty string clears the field.

Type: String
Parameter Sets: __AllParameterSets
Aliases: None
Possible values:

Required: False
Position: named
Default value: None
Accept pipeline input: False
Accept wildcard characters: True

-PrivacyPolicyText

Localized privacy policy text. Empty string clears the field.

Type: String
Parameter Sets: __AllParameterSets
Aliases: None
Possible values:

Required: False
Position: named
Default value: None
Accept pipeline input: False
Accept wildcard characters: True

-PrivacyPolicyUrl

Localized privacy policy URL. Empty string clears the field.

Type: String
Parameter Sets: __AllParameterSets
Aliases: None
Possible values:

Required: False
Position: named
Default value: None
Accept pipeline input: False
Accept wildcard characters: True

-PrivateKey

Private key text in PEM format.

Type: String
Parameter Sets: __AllParameterSets
Aliases: None
Possible values:

Required: False
Position: named
Default value: None
Accept pipeline input: False
Accept wildcard characters: True

-PrivateKeyPath

Path to a private key file in PEM format.

Type: String
Parameter Sets: __AllParameterSets
Aliases: None
Possible values:

Required: False
Position: named
Default value: None
Accept pipeline input: False
Accept wildcard characters: True

-Subtitle

Localized App Store subtitle. Empty string clears the field.

Type: String
Parameter Sets: __AllParameterSets
Aliases: None
Possible values:

Required: False
Position: named
Default value: None
Accept pipeline input: False
Accept wildcard characters: True

-TokenLifetimeMinutes

Token lifetime in minutes, up to 20.

Type: Int32
Parameter Sets: __AllParameterSets
Aliases: None
Possible values:

Required: False
Position: named
Default value: None
Accept pipeline input: False
Accept wildcard characters: True

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

  • None

OUTPUTS

  • PowerForge.AppStoreConnectAppInfoLocalizationInfo

RELATED LINKS

  • None