UpdateWlsDomainCredentialDetails¶
-
class
oci.wlms.models.
UpdateWlsDomainCredentialDetails
(**kwargs)¶ Bases:
object
The WebLogic domain credential.
Methods
__init__
(**kwargs)Initializes a new UpdateWlsDomainCredentialDetails object with values from keyword arguments. Attributes
password_secret_id
Gets the password_secret_id of this UpdateWlsDomainCredentialDetails. strategy
Gets the strategy of this UpdateWlsDomainCredentialDetails. user_secret_id
Gets the user_secret_id of this UpdateWlsDomainCredentialDetails. -
__init__
(**kwargs)¶ Initializes a new UpdateWlsDomainCredentialDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - strategy (str) – The value to assign to the strategy property of this UpdateWlsDomainCredentialDetails.
- user_secret_id (str) – The value to assign to the user_secret_id property of this UpdateWlsDomainCredentialDetails.
- password_secret_id (str) – The value to assign to the password_secret_id property of this UpdateWlsDomainCredentialDetails.
-
password_secret_id
¶ Gets the password_secret_id of this UpdateWlsDomainCredentialDetails. The OCID for WebLogic password secret.
Returns: The password_secret_id of this UpdateWlsDomainCredentialDetails. Return type: str
-
strategy
¶ Gets the strategy of this UpdateWlsDomainCredentialDetails. The strategy for passing new WebLogic credential.
Returns: The strategy of this UpdateWlsDomainCredentialDetails. Return type: str
-
user_secret_id
¶ Gets the user_secret_id of this UpdateWlsDomainCredentialDetails. The OCID for WebLogic user secret.
Returns: The user_secret_id of this UpdateWlsDomainCredentialDetails. Return type: str
-