Class UpdateWlsDomainCredentialRequest
Implements
Inherited Members
Namespace: Oci.WlmsService.Requests
Assembly: OCI.DotNetSDK.Wlms.dll
Syntax
public class UpdateWlsDomainCredentialRequest : IOciRequest
Examples
Click here to see an example of how to use UpdateWlsDomainCredential request.
Properties
CredentialType
Declaration
[Required(ErrorMessage = "CredentialType is required.")]
[HttpConverter(TargetEnum.Path, "credentialType")]
public UpdateWlsDomainCredentialRequest.CredentialTypeEnum? CredentialType { get; set; }
Property Value
Type | Description |
---|---|
UpdateWlsDomainCredentialRequest.CredentialTypeEnum? | The type of the credentials. |
Remarks
Required
IfMatch
Declaration
[HttpConverter(TargetEnum.Header, "if-match")]
public string IfMatch { get; set; }
Property Value
Type | Description |
---|---|
string | For optimistic concurrency control. In the PUT or DELETE call
for a resource, set the |
OpcRequestId
Declaration
[HttpConverter(TargetEnum.Header, "opc-request-id")]
public string OpcRequestId { get; set; }
Property Value
Type | Description |
---|---|
string | The client request ID for tracing. |
UpdateWlsDomainCredentialDetails
Declaration
[Required(ErrorMessage = "UpdateWlsDomainCredentialDetails is required.")]
[HttpConverter(TargetEnum.Body)]
public UpdateWlsDomainCredentialDetails UpdateWlsDomainCredentialDetails { get; set; }
Property Value
Type | Description |
---|---|
UpdateWlsDomainCredentialDetails | The WebLogic domain credentials. |
Remarks
Required
WlsDomainId
Declaration
[Required(ErrorMessage = "WlsDomainId is required.")]
[HttpConverter(TargetEnum.Path, "wlsDomainId")]
public string WlsDomainId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the WebLogic domain. |
Remarks
Required