Skip to content

Latest commit

 

History

History
187 lines (147 loc) · 3.66 KB

File metadata and controls

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

New-AppStoreConnectBetaTester

SYNOPSIS

Creates an App Store Connect TestFlight beta tester.

SYNTAX

__AllParameterSets

New-AppStoreConnectBetaTester -IssuerId <string> -KeyId <string> -Email <string> [-PrivateKey <string>] [-PrivateKeyPath <string>] [-TokenLifetimeMinutes <int>] [-FirstName <string>] [-LastName <string>] [-BetaGroupId <string[]>] [-WhatIf] [-Confirm] [<CommonParameters>]

DESCRIPTION

Creates an App Store Connect TestFlight beta tester.

EXAMPLES

EXAMPLE 1

New-AppStoreConnectBetaTester -IssuerId 'Value' -KeyId 'Value' -Email 'Value'

PARAMETERS

-BetaGroupId

Optional beta group ids to add the tester to during creation.

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

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

-Email

Tester email address.

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

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

-FirstName

Optional first name.

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

Required: False
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

-LastName

Optional last name.

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

-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.AppStoreConnectBetaTesterInfo

RELATED LINKS

  • None