Share via


New-MgBetaDirectoryPublicKeyInfrastructureCertificateBasedAuthConfiguration

Create a new certificateBasedAuthPki object.

Syntax

New-MgBetaDirectoryPublicKeyInfrastructureCertificateBasedAuthConfiguration
   [-ResponseHeadersVariable <String>]
   [-AdditionalProperties <Hashtable>]
   [-CertificateAuthorities <IMicrosoftGraphCertificateAuthorityDetail[]>]
   [-DeletedDateTime <DateTime>]
   [-DisplayName <String>]
   [-Id <String>]
   [-LastModifiedDateTime <DateTime>]
   [-Status <String>]
   [-StatusDetails <String>]
   [-Headers <IDictionary>]
   [-ProgressAction <ActionPreference>]
   [-WhatIf]
   [-Confirm]
   [<CommonParameters>]
New-MgBetaDirectoryPublicKeyInfrastructureCertificateBasedAuthConfiguration
   -BodyParameter <IMicrosoftGraphCertificateBasedAuthPki>
   [-ResponseHeadersVariable <String>]
   [-Headers <IDictionary>]
   [-ProgressAction <ActionPreference>]
   [-WhatIf]
   [-Confirm]
   [<CommonParameters>]

Description

Create a new certificateBasedAuthPki object.

Permissions

Permission type Permissions (from least to most privileged)
Delegated (work or school account) PublicKeyInfrastructure.ReadWrite.All,
Delegated (personal Microsoft account) Not supported
Application PublicKeyInfrastructure.ReadWrite.All,

Examples

Example 1: Code snippet

Import-Module Microsoft.Graph.Beta.Identity.DirectoryManagement

$params = @{
	displayName = "Contoso PKI"
}

New-MgBetaDirectoryPublicKeyInfrastructureCertificateBasedAuthConfiguration -BodyParameter $params

This example shows how to use the New-MgBetaDirectoryPublicKeyInfrastructureCertificateBasedAuthConfiguration Cmdlet.

Parameters

-AdditionalProperties

Additional Parameters

Type:Hashtable
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-BodyParameter

certificateBasedAuthPki To construct, see NOTES section for BODYPARAMETER properties and create a hash table.

Type:IMicrosoftGraphCertificateBasedAuthPki
Position:Named
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

-CertificateAuthorities

The collection of certificate authorities contained in this public key infrastructure resource. To construct, see NOTES section for CERTIFICATEAUTHORITIES properties and create a hash table.

Type:IMicrosoftGraphCertificateAuthorityDetail[]
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-Confirm

Prompts you for confirmation before running the cmdlet.

Type:SwitchParameter
Aliases:cf
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-DeletedDateTime

Date and time when this object was deleted. Always null when the object hasn't been deleted.

Type:DateTime
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-DisplayName

The name of the object. Maximum length is 256 characters.

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-Headers

Optional headers that will be added to the request.

Type:IDictionary
Position:Named
Default value:None
Required:False
Accept pipeline input:True
Accept wildcard characters:False

-Id

The unique identifier for an entity. Read-only.

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-LastModifiedDateTime

The date and time when the object was created or last modified.

Type:DateTime
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-ProgressAction

{{ Fill ProgressAction Description }}

Type:ActionPreference
Aliases:proga
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-ResponseHeadersVariable

Optional Response Headers Variable.

Type:String
Aliases:RHV
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-Status

The status of any asynchronous jobs runs on the object which can be upload or delete.

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-StatusDetails

The status details of the upload/deleted operation of PKI (Public Key Infrastructure).

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

Type:SwitchParameter
Aliases:wi
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

Inputs

Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphCertificateBasedAuthPki

System.Collections.IDictionary

Outputs

Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphCertificateBasedAuthPki

Notes

COMPLEX PARAMETER PROPERTIES

To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables.

BODYPARAMETER <IMicrosoftGraphCertificateBasedAuthPki>: certificateBasedAuthPki

  • [(Any) <Object>]: This indicates any property can be added to this object.
  • [DeletedDateTime <DateTime?>]: Date and time when this object was deleted. Always null when the object hasn't been deleted.
  • [Id <String>]: The unique identifier for an entity. Read-only.
  • [CertificateAuthorities <IMicrosoftGraphCertificateAuthorityDetail- []>]: The collection of certificate authorities contained in this public key infrastructure resource.
    • [DeletedDateTime <DateTime?>]: Date and time when this object was deleted. Always null when the object hasn't been deleted.
    • [Id <String>]: The unique identifier for an entity. Read-only.
    • [Certificate <Byte- []>]: The public key of the certificate authority.
    • [CertificateAuthorityType <String>]: certificateAuthorityType
    • [CertificateRevocationListUrl <String>]: The URL to check if the certificate is revoked.
    • [CreatedDateTime <DateTime?>]: The date and time when the certificate authority was created.
    • [DeltaCertificateRevocationListUrl <String>]:
    • [DisplayName <String>]: The display name of the certificate authority.
    • [ExpirationDateTime <DateTime?>]: The date and time when the certificate authority expires. Supports $filter (eq) and $orderby.
    • [IsIssuerHintEnabled <Boolean?>]: Indicates whether the certificate picker presents the certificate authority to the user to use for authentication. Default value is false. Optional.
    • [Issuer <String>]: The issuer of the certificate authority.
    • [IssuerSubjectKeyIdentifier <String>]: The subject key identifier of certificate authority.
    • [Thumbprint <String>]: The thumbprint of certificate authority certificate. Supports $filter (eq, startswith).
  • [DisplayName <String>]: The name of the object. Maximum length is 256 characters.
  • [LastModifiedDateTime <DateTime?>]: The date and time when the object was created or last modified.
  • [Status <String>]: The status of any asynchronous jobs runs on the object which can be upload or delete.
  • [StatusDetails <String>]: The status details of the upload/deleted operation of PKI (Public Key Infrastructure).

CERTIFICATEAUTHORITIES <IMicrosoftGraphCertificateAuthorityDetail- []>: The collection of certificate authorities contained in this public key infrastructure resource.

  • [DeletedDateTime <DateTime?>]: Date and time when this object was deleted. Always null when the object hasn't been deleted.
  • [Id <String>]: The unique identifier for an entity. Read-only.
  • [Certificate <Byte- []>]: The public key of the certificate authority.
  • [CertificateAuthorityType <String>]: certificateAuthorityType
  • [CertificateRevocationListUrl <String>]: The URL to check if the certificate is revoked.
  • [CreatedDateTime <DateTime?>]: The date and time when the certificate authority was created.
  • [DeltaCertificateRevocationListUrl <String>]:
  • [DisplayName <String>]: The display name of the certificate authority.
  • [ExpirationDateTime <DateTime?>]: The date and time when the certificate authority expires. Supports $filter (eq) and $orderby.
  • [IsIssuerHintEnabled <Boolean?>]: Indicates whether the certificate picker presents the certificate authority to the user to use for authentication. Default value is false. Optional.
  • [Issuer <String>]: The issuer of the certificate authority.
  • [IssuerSubjectKeyIdentifier <String>]: The subject key identifier of certificate authority.
  • [Thumbprint <String>]: The thumbprint of certificate authority certificate. Supports $filter (eq, startswith).