WlsDomainCredentialSummary

class oci.wlms.models.WlsDomainCredentialSummary(**kwargs)

Bases: object

The WebLogic domain credentials summary.

Methods

__init__(**kwargs) Initializes a new WlsDomainCredentialSummary object with values from keyword arguments.

Attributes

strategy Gets the strategy of this WlsDomainCredentialSummary.
type Gets the type of this WlsDomainCredentialSummary.
__init__(**kwargs)

Initializes a new WlsDomainCredentialSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • type (str) – The value to assign to the type property of this WlsDomainCredentialSummary.
  • strategy (str) – The value to assign to the strategy property of this WlsDomainCredentialSummary.
strategy

Gets the strategy of this WlsDomainCredentialSummary. The strategy for passing new WebLogic credential.

Returns:The strategy of this WlsDomainCredentialSummary.
Return type:str
type

Gets the type of this WlsDomainCredentialSummary. The type of credential.

Returns:The type of this WlsDomainCredentialSummary.
Return type:str