< Back
New-AzureKeyVaultCertificateOrganizationDetails
Post
NAME New-AzureKeyVaultCertificateOrganizationDetails
SYNOPSIS
Creates an in-memory certificate organization details object.
SYNTAX
New-AzureKeyVaultCertificateOrganizationDetails [-AdministratorDetails
<System.Collections.Generic.List`1[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateAdministratorDetails]>] [-DefaultProfile
<IAzureContextContainer>] [-Id <String>] [-Confirm] [-WhatIf] [<CommonParameters>]
DESCRIPTION
The New-AzureKeyVaultCertificateOrganizationDetails cmdlet creates an in-memory certificate organization details object.
PARAMETERS
-AdministratorDetails <System.Collections.Generic.List`1[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateAdministratorDetails]>
Specifies the certificate organization administrators.
Required? false
Position? named
Default value None
Accept pipeline input? True (ByPropertyName, ByValue)
Accept wildcard characters? false
-DefaultProfile <IAzureContextContainer>
The credentials, account, tenant, and subscription used for communication with azure
Required? false
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-Id <String>
Specifies the identifier for the organization.
Required? false
Position? named
Default value None
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
-Confirm [<SwitchParameter>]
Prompts you for confirmation before running the cmdlet.
Required? false
Position? named
Default value False
Accept pipeline input? False
Accept wildcard characters? false
-WhatIf [<SwitchParameter>]
Shows what would happen if the cmdlet runs. The cmdlet is not run.
Required? false
Position? named
Default value False
Accept pipeline input? False
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
None
This cmdlet does not accept any input.
OUTPUTS
Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOrganizationDetails
NOTES
Example 1: Create an organization details object
PS C:\\>$AdminDetails = New-AzureKeyVaultCertificateAdministratorDetails -FirstName "Patti" -LastName "Fuller" -EmailAddress
"Patti.Fuller@contoso.com" -PhoneNumber "1234567890"
$OrgDetails = New-AzureKeyVaultCertificateOrganizationDetails -Name "Contoso" -Address1 "1 Redmond Way" -Address2 "Suite 906" -City "Redmond"
-State "WA" -Zip 98052 -Country "US" -AdministratorDetails $AdminDetails
The first command creates a certificate administrator details object, and then stores it in the $AdminDetails variable.
The second command creates a certificate organization details object, and then stores it in the $OrgDetails variable.
RELATED LINKS
Online Version: https://docs.microsoft.com/en-us/powers ... iondetails
New-AzureKeyVaultCertificateAdministratorDetails
SYNOPSIS
Creates an in-memory certificate organization details object.
SYNTAX
New-AzureKeyVaultCertificateOrganizationDetails [-AdministratorDetails
<System.Collections.Generic.List`1[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateAdministratorDetails]>] [-DefaultProfile
<IAzureContextContainer>] [-Id <String>] [-Confirm] [-WhatIf] [<CommonParameters>]
DESCRIPTION
The New-AzureKeyVaultCertificateOrganizationDetails cmdlet creates an in-memory certificate organization details object.
PARAMETERS
-AdministratorDetails <System.Collections.Generic.List`1[Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateAdministratorDetails]>
Specifies the certificate organization administrators.
Required? false
Position? named
Default value None
Accept pipeline input? True (ByPropertyName, ByValue)
Accept wildcard characters? false
-DefaultProfile <IAzureContextContainer>
The credentials, account, tenant, and subscription used for communication with azure
Required? false
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-Id <String>
Specifies the identifier for the organization.
Required? false
Position? named
Default value None
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
-Confirm [<SwitchParameter>]
Prompts you for confirmation before running the cmdlet.
Required? false
Position? named
Default value False
Accept pipeline input? False
Accept wildcard characters? false
-WhatIf [<SwitchParameter>]
Shows what would happen if the cmdlet runs. The cmdlet is not run.
Required? false
Position? named
Default value False
Accept pipeline input? False
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
None
This cmdlet does not accept any input.
OUTPUTS
Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOrganizationDetails
NOTES
Example 1: Create an organization details object
PS C:\\>$AdminDetails = New-AzureKeyVaultCertificateAdministratorDetails -FirstName "Patti" -LastName "Fuller" -EmailAddress
"Patti.Fuller@contoso.com" -PhoneNumber "1234567890"
$OrgDetails = New-AzureKeyVaultCertificateOrganizationDetails -Name "Contoso" -Address1 "1 Redmond Way" -Address2 "Suite 906" -City "Redmond"
-State "WA" -Zip 98052 -Country "US" -AdministratorDetails $AdminDetails
The first command creates a certificate administrator details object, and then stores it in the $AdminDetails variable.
The second command creates a certificate organization details object, and then stores it in the $OrgDetails variable.
RELATED LINKS
Online Version: https://docs.microsoft.com/en-us/powers ... iondetails
New-AzureKeyVaultCertificateAdministratorDetails