Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
Represents the custom ___domain certificate metadata for the onPremisesPublishing resource when publishing an on-premises application with Application Proxy. Using a custom ___domain allows you to use your own ___domain name instead of the default ___domain, msappproxy.net, for your application. To learn more see, Custom domains in Microsoft Entra application proxy.
Properties
Property | Type | Description |
---|---|---|
expiryDate | DateTimeOffset | The expiry date of the custom ___domain certificate. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z . |
issueDate | DateTimeOffset | The issue date of the custom ___domain. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z . |
issuerName | String | The issuer name of the custom ___domain certificate. |
subjectName | String | The subject name of the custom ___domain certificate. |
thumbprint | String | The thumbprint associated with the custom ___domain certificate. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"expiryDate": "String (timestamp)",
"issueDate": "String (timestamp)",
"issuerName": "String",
"subjectName": "String",
"thumbprint": "String"
}