Class CustomClientAppDetails
Client App Credentials to be provided again.
Inherited Members
Namespace: Oci.ApigatewayService.Models
Assembly: OCI.DotNetSDK.Apigateway.dll
Syntax
public class CustomClientAppDetails : ClientAppDetailsProperties
ClientId
Declaration
[Required(ErrorMessage = "ClientId is required.")]
[JsonProperty(PropertyName = "clientId")]
public string ClientId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Client ID for the OAuth2/OIDC app. | 
Remarks
Required
ClientSecretId
Declaration
[Required(ErrorMessage = "ClientSecretId is required.")]
[JsonProperty(PropertyName = "clientSecretId")]
public string ClientSecretId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The OCID of the Oracle Vault Service secret resource. | 
Remarks
Required
ClientSecretVersionNumber
Declaration
[Required(ErrorMessage = "ClientSecretVersionNumber is required.")]
[JsonProperty(PropertyName = "clientSecretVersionNumber")]
public long? ClientSecretVersionNumber { get; set; }Property Value
| Type | Description | 
|---|---|
| long? | The version number of the client secret to use. | 
Remarks
Required