Class WlsDomainCredentialSummary
The WebLogic domain credentials summary.
Inherited Members
Namespace: Oci.WlmsService.Models
Assembly: OCI.DotNetSDK.Wlms.dll
Syntax
public class WlsDomainCredentialSummary
Properties
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. |
Type
Declaration
[JsonProperty(PropertyName = "type")]
public string Type { get; set; }
Property Value
Type | Description |
---|---|
string | The type of credential. |