Class UpdateAuthenticationProviderRequest
Implements
Inherited Members
Namespace: Oci.OdaService.Requests
Assembly: OCI.DotNetSDK.Oda.dll
Syntax
public class UpdateAuthenticationProviderRequest : IOciRequestExamples
Click here to see an example of how to use UpdateAuthenticationProvider request.
Properties
AuthenticationProviderId
Declaration
[Required(ErrorMessage = "AuthenticationProviderId is required.")]
[HttpConverter(TargetEnum.Path, "authenticationProviderId")]
public string AuthenticationProviderId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Unique Authentication Provider identifier. | 
Remarks
Required
IfMatch
Declaration
[HttpConverter(TargetEnum.Header, "if-match")]
public string IfMatch { get; set; }Property Value
| Type | Description | 
|---|---|
| string | For optimistic concurrency control in a PUT or DELETE call for
a Digital Assistant instance, set the  | 
OdaInstanceId
Declaration
[Required(ErrorMessage = "OdaInstanceId is required.")]
[HttpConverter(TargetEnum.Path, "odaInstanceId")]
public string OdaInstanceId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Unique Digital Assistant instance identifier. | 
Remarks
Required
OpcRequestId
Declaration
[HttpConverter(TargetEnum.Header, "opc-request-id")]
public string OpcRequestId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The client request ID for tracing. This value is included in the opc-request-id response header. | 
UpdateAuthenticationProviderDetails
Declaration
[Required(ErrorMessage = "UpdateAuthenticationProviderDetails is required.")]
[HttpConverter(TargetEnum.Body)]
public UpdateAuthenticationProviderDetails UpdateAuthenticationProviderDetails { get; set; }Property Value
| Type | Description | 
|---|---|
| UpdateAuthenticationProviderDetails | Property values to update the Authentication Provider. | 
Remarks
Required