Set-VcApplication¶
SYNOPSIS¶
Update an existing application
SYNTAX¶
Set-VcApplication [-Application] <String> [[-Name] <String>] [[-TeamOwner] <String[]>]
[[-IssuingTemplate] <String[]>] [-NoOverwrite] [-PassThru] [[-VenafiSession] <PSObject>]
[-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
DESCRIPTION¶
Update details of existing applications. Additional properties will be available in the future.
EXAMPLES¶
EXAMPLE 1¶
Set-VcApplication -ID 'ca7ff555-88d2-4bfc-9efa-2630ac44c1f2' -Name 'ThisAppNameIsBetter'
Rename an existing application
EXAMPLE 2¶
Set-VcApplication -ID 'MyApp' -TeamOwner 'GreatTeam'
Change the owner to this team
EXAMPLE 3¶
Set-VcApplication -ID 'MyApp' -TeamOwner 'GreatTeam' -NoOverwrite
Append this team to the list of owners
EXAMPLE 4¶
Set-VcApplication -ID 'MyApp' -IssuingTemplate 'Template1', 'Template2'
Update the templates associated with application. This will overwrite any existing templates configured.
PARAMETERS¶
-Application¶
The application to update. Specify either ID or name.
Type: String
Parameter Sets: (All)
Aliases: applicationId, ID
Required: True
Position: 1
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
-Name¶
Provide a new name for the application if you wish to change it.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-TeamOwner¶
Associate a team as an owner of this application
Type: String[]
Parameter Sets: (All)
Aliases:
Required: False
Position: 3
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-IssuingTemplate¶
Associate one or more issuing templates by ID or name
Type: String[]
Parameter Sets: (All)
Aliases:
Required: False
Position: 4
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-NoOverwrite¶
Append to existing details as opposed to overwriting
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
-PassThru¶
Return the newly updated object
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
-VenafiSession¶
Authentication for the function. The value defaults to the script session object $VenafiSession created by New-VenafiSession. A TLSPC key can also provided.
Type: PSObject
Parameter Sets: (All)
Aliases: Key
Required: False
Position: 5
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-WhatIf¶
Shows what would happen if the cmdlet runs. The cmdlet is not run.
Type: SwitchParameter
Parameter Sets: (All)
Aliases: wi
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-Confirm¶
Prompts you for confirmation before running the cmdlet.
Type: SwitchParameter
Parameter Sets: (All)
Aliases: cf
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-ProgressAction¶
{{ Fill ProgressAction Description }}
Type: ActionPreference
Parameter Sets: (All)
Aliases: proga
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
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.