InclusionCriterionSummary¶
-
class
oci.governance_rules_control_plane.models.
InclusionCriterionSummary
(**kwargs)¶ Bases:
object
Summary of the inclusion criterion.
Methods
__init__
(**kwargs)Initializes a new InclusionCriterionSummary object with values from keyword arguments. Attributes
association
Gets the association of this InclusionCriterionSummary. governance_rule_id
[Required] Gets the governance_rule_id of this InclusionCriterionSummary. id
[Required] Gets the id of this InclusionCriterionSummary. lifecycle_state
[Required] Gets the lifecycle_state of this InclusionCriterionSummary. time_created
[Required] Gets the time_created of this InclusionCriterionSummary. time_updated
[Required] Gets the time_updated of this InclusionCriterionSummary. type
[Required] Gets the type of this InclusionCriterionSummary. -
__init__
(**kwargs)¶ Initializes a new InclusionCriterionSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - id (str) – The value to assign to the id property of this InclusionCriterionSummary.
- governance_rule_id (str) – The value to assign to the governance_rule_id property of this InclusionCriterionSummary.
- type (str) – The value to assign to the type property of this InclusionCriterionSummary.
- association (oci.governance_rules_control_plane.models.Association) – The value to assign to the association property of this InclusionCriterionSummary.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this InclusionCriterionSummary.
- time_created (datetime) – The value to assign to the time_created property of this InclusionCriterionSummary.
- time_updated (datetime) – The value to assign to the time_updated property of this InclusionCriterionSummary.
-
association
¶ Gets the association of this InclusionCriterionSummary.
Returns: The association of this InclusionCriterionSummary. Return type: oci.governance_rules_control_plane.models.Association
-
governance_rule_id
¶ [Required] Gets the governance_rule_id of this InclusionCriterionSummary. The Oracle ID (OCID) of the governance rule. Every inclusion criterion is associated with a governance rule.
Returns: The governance_rule_id of this InclusionCriterionSummary. Return type: str
-
id
¶ [Required] Gets the id of this InclusionCriterionSummary. The Oracle ID (OCID) of the inclusion criterion.
Returns: The id of this InclusionCriterionSummary. Return type: str
-
lifecycle_state
¶ [Required] Gets the lifecycle_state of this InclusionCriterionSummary. The current state of the inclusion criterion.
Returns: The lifecycle_state of this InclusionCriterionSummary. Return type: str
-
time_created
¶ [Required] Gets the time_created of this InclusionCriterionSummary. Date and time the inclusion criterion was created. An RFC3339 formatted datetime string.
Example: 2016-08-25T21:10:29.600Z
Returns: The time_created of this InclusionCriterionSummary. Return type: datetime
-
time_updated
¶ [Required] Gets the time_updated of this InclusionCriterionSummary. Date and time the inclusion criterion was updated. An RFC3339 formatted datetime string.
Example: 2016-08-25T21:10:29.600Z
Returns: The time_updated of this InclusionCriterionSummary. Return type: datetime
-
type
¶ [Required] Gets the type of this InclusionCriterionSummary. Type of inclusion criterion - TENANCY, ALL or TAG. We support TENANCY and ALL for now.
Returns: The type of this InclusionCriterionSummary. Return type: str
-