Class UpdateWlsDomainCredentialDetails
The WebLogic domain credential.
Inherited Members
Namespace: Oci.WlmsService.Models
Assembly: OCI.DotNetSDK.Wlms.dll
Syntax
public class UpdateWlsDomainCredentialDetails
Properties
PasswordSecretId
Declaration
[JsonProperty(PropertyName = "passwordSecretId")]
public string PasswordSecretId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID for WebLogic password secret. |
Strategy
Declaration
[JsonProperty(PropertyName = "strategy")]
[JsonConverter(typeof(StringEnumConverter))]
public WlsDomainCredential.StrategyEnum? Strategy { get; set; }
Property Value
Type | Description |
---|---|
WlsDomainCredential.StrategyEnum? | The strategy for passing new WebLogic credential. |
UserSecretId
Declaration
[JsonProperty(PropertyName = "userSecretId")]
public string UserSecretId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID for WebLogic user secret. |