OnboardingPolicySummary

class oci.fleet_apps_management.models.OnboardingPolicySummary(**kwargs)

Bases: object

Summary of the FleetAppManagementService Onboard Policy.

Methods

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

Attributes

id [Required] Gets the id of this OnboardingPolicySummary.
statements Gets the statements of this OnboardingPolicySummary.
system_tags Gets the system_tags of this OnboardingPolicySummary.
time_created Gets the time_created of this OnboardingPolicySummary.
time_updated Gets the time_updated of this OnboardingPolicySummary.
__init__(**kwargs)

Initializes a new OnboardingPolicySummary 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 OnboardingPolicySummary.
  • time_created (datetime) – The value to assign to the time_created property of this OnboardingPolicySummary.
  • time_updated (datetime) – The value to assign to the time_updated property of this OnboardingPolicySummary.
  • statements (list[str]) – The value to assign to the statements property of this OnboardingPolicySummary.
  • system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this OnboardingPolicySummary.
id

[Required] Gets the id of this OnboardingPolicySummary. The unique id of the resource.

Returns:The id of this OnboardingPolicySummary.
Return type:str
statements

Gets the statements of this OnboardingPolicySummary. Policy statements.

Returns:The statements of this OnboardingPolicySummary.
Return type:list[str]
system_tags

Gets the system_tags of this OnboardingPolicySummary. System tags for this resource. Each key is predefined and scoped to a namespace. Example: {“orcl-cloud”: {“free-tier-retained”: “true”}}

Returns:The system_tags of this OnboardingPolicySummary.
Return type:dict(str, dict(str, object))
time_created

Gets the time_created of this OnboardingPolicySummary. The time this resource was created. An RFC3339 formatted datetime string.

Returns:The time_created of this OnboardingPolicySummary.
Return type:datetime
time_updated

Gets the time_updated of this OnboardingPolicySummary. The time this resource was last updated. An RFC3339 formatted datetime string.

Returns:The time_updated of this OnboardingPolicySummary.
Return type:datetime