Show / Hide Table of Contents

Class WlsDomainCredentialSummary

The WebLogic domain credentials summary.

Inheritance
object
WlsDomainCredentialSummary
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.

In this article
Back to top