Skip to content

Latest commit

 

History

History
65 lines (51 loc) · 3.7 KB

File metadata and controls

65 lines (51 loc) · 3.7 KB
title certificateBasedApplicationConfiguration resource type
description Represents a configuration of trusted certificate authorities for certificates that can be assigned to apps and service principals in the tenant.
author madansr7
ms.localizationpriority medium
ms.subservice entra-sign-in
doc_type resourcePageType
ms.date 07/22/2024

certificateBasedApplicationConfiguration resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents a configuration of trusted certificate authorities for certificates that can be assigned to apps and service principals in the tenant.

Inherits from trustedCertificateAuthorityAsEntityBase.

Methods

Method Return type Description
List certificateBasedApplicationConfiguration collection Get a list of the certificateBasedApplicationConfiguration objects and their properties.
Create certificateBasedApplicationConfiguration Create a new certificateBasedApplicationConfiguration object.
Get certificateBasedApplicationConfiguration Read the properties and relationships of a certificateBasedApplicationConfiguration object.
Update certificateBasedApplicationConfiguration Update the properties of a certificateBasedApplicationConfiguration object.

Properties

Property Type Description
deletedDateTime DateTimeOffset Date and time when this object was deleted. Always null when the object hasn't been deleted. Inherited from trustedCertificateAuthorityAsEntityBase.
description String The description of the trusted certificate authorities.
displayName String The display name of the trusted certificate authorities.
id String The unique identifier for the trusted certificate authorities. Inherited from trustedCertificateAuthorityAsEntityBase.

Relationships

Relationship Type Description
trustedCertificateAuthorities certificateAuthorityAsEntity collection The collection of certificate authorities and their configuration. Inherited from trustedCertificateAuthorityAsEntityBase. Supports $expand.

A maximum of 10 trusted authorities are allowed in this collection.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.certificateBasedApplicationConfiguration",
  "deletedDateTime": "String (timestamp)",
  "description": "String",
  "displayName": "String",
  "id": "String (identifier)"
}