RequiredPolicySummary¶
-
class
oci.wlms.models.
RequiredPolicySummary
(**kwargs)¶ Bases:
object
The summary information about the required policy for WebLogic Management Service.
Methods
__init__
(**kwargs)Initializes a new RequiredPolicySummary object with values from keyword arguments. Attributes
description
Gets the description of this RequiredPolicySummary. name
[Required] Gets the name of this RequiredPolicySummary. statements
[Required] Gets the statements of this RequiredPolicySummary. -
__init__
(**kwargs)¶ Initializes a new RequiredPolicySummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - name (str) – The value to assign to the name property of this RequiredPolicySummary.
- description (str) – The value to assign to the description property of this RequiredPolicySummary.
- statements (list[str]) – The value to assign to the statements property of this RequiredPolicySummary.
-
description
¶ Gets the description of this RequiredPolicySummary. A short description about the policy.
Returns: The description of this RequiredPolicySummary. Return type: str
-
name
¶ [Required] Gets the name of this RequiredPolicySummary. The name of the policy.
Returns: The name of this RequiredPolicySummary. Return type: str
-
statements
¶ [Required] Gets the statements of this RequiredPolicySummary. The list of the statements in the policy.
Returns: The statements of this RequiredPolicySummary. Return type: list[str]
-