Set-ServiceFabricSecret
Syntax
SingleInsecureSecret
Set-ServiceFabricSecret
-InsecureValue <String>
-Name <String>
-Version <String>
[-TimeoutSec <Int32>]
[<CommonParameters>]
SingleSecureSecret
Set-ServiceFabricSecret
-Name <String>
-SecureValue <SecureString>
-Version <String>
[-TimeoutSec <Int32>]
[<CommonParameters>]
SecretObjects
Set-ServiceFabricSecret
-Secret <Secret[]>
[-TimeoutSec <Int32>]
[<CommonParameters>]
Description
{{Fill in the Description}}
Examples
Example 1
PS C:\> {{ Add example code here }}
{{ Add example description here }}
Parameters
-InsecureValue
{{Fill InsecureValue Description}}
Parameter properties
Type: String
Default value: None
Supports wildcards: False
DontShow: False
Parameter sets
SingleInsecureSecret
Position: Named
Mandatory: True
Value from pipeline: False
Value from pipeline by property name: True
Value from remaining arguments: False
-Name
{{Fill Name Description}}
Parameter properties
Type: String
Default value: None
Supports wildcards: False
DontShow: False
Parameter sets
SingleInsecureSecret
Position: Named
Mandatory: True
Value from pipeline: False
Value from pipeline by property name: True
Value from remaining arguments: False
SingleSecureSecret
Position: Named
Mandatory: True
Value from pipeline: False
Value from pipeline by property name: True
Value from remaining arguments: False
-Secret
{{Fill Secret Description}}
Parameter properties
Type: Secret [ ]
Default value: None
Supports wildcards: False
DontShow: False
Parameter sets
SecretObjects
Position: Named
Mandatory: True
Value from pipeline: True
Value from pipeline by property name: False
Value from remaining arguments: False
-SecureValue
{{Fill SecureValue Description}}
Parameter properties
Type: SecureString
Default value: None
Supports wildcards: False
DontShow: False
Parameter sets
SingleSecureSecret
Position: Named
Mandatory: True
Value from pipeline: False
Value from pipeline by property name: True
Value from remaining arguments: False
-TimeoutSec
{{Fill TimeoutSec Description}}
Parameter properties
Type: Int32
Default value: None
Supports wildcards: False
DontShow: False
Parameter sets
(All)
Position: Named
Mandatory: False
Value from pipeline: False
Value from pipeline by property name: False
Value from remaining arguments: False
-Version
{{Fill Version Description}}
Parameter properties
Type: String
Default value: None
Supports wildcards: False
DontShow: False
Parameter sets
SingleInsecureSecret
Position: Named
Mandatory: True
Value from pipeline: False
Value from pipeline by property name: True
Value from remaining arguments: False
SingleSecureSecret
Position: Named
Mandatory: True
Value from pipeline: False
Value from pipeline by property name: True
Value from remaining arguments: False
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable,
-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable,
-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see
about_CommonParameters .
System.String
System.Fabric.SecretStore.Secret
System.Security.SecureString
Outputs
System.Object