Class OauthMetadataSummary
Summary about authorization to be returned to the customer as a response.
Inherited Members
Namespace: Oci.KeymanagementService.Models
Assembly: OCI.DotNetSDK.Keymanagement.dll
Syntax
public class OauthMetadataSummaryProperties
ClientAppId
Declaration
[Required(ErrorMessage = "ClientAppId is required.")]
[JsonProperty(PropertyName = "clientAppId")]
public string ClientAppId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | ID of the client app created in IDP. | 
Remarks
Required
IdcsAccountNameUrl
Declaration
[Required(ErrorMessage = "IdcsAccountNameUrl is required.")]
[JsonProperty(PropertyName = "idcsAccountNameUrl")]
public string IdcsAccountNameUrl { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Base URL of the IDCS account where confidential client app is created. | 
Remarks
Required