UpdateGovernanceInstanceConfigurationDetails¶
-
class
oci.access_governance_cp.models.
UpdateGovernanceInstanceConfigurationDetails
(**kwargs)¶ Bases:
object
The details of a tenancy-wide configuration for GovernanceInstances to be updated.
Methods
__init__
(**kwargs)Initializes a new UpdateGovernanceInstanceConfigurationDetails object with values from keyword arguments. Attributes
sender_info
Gets the sender_info of this UpdateGovernanceInstanceConfigurationDetails. -
__init__
(**kwargs)¶ Initializes a new UpdateGovernanceInstanceConfigurationDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: sender_info (oci.access_governance_cp.models.UpdateSenderConfig) – The value to assign to the sender_info property of this UpdateGovernanceInstanceConfigurationDetails.
-
sender_info
¶ Gets the sender_info of this UpdateGovernanceInstanceConfigurationDetails.
Returns: The sender_info of this UpdateGovernanceInstanceConfigurationDetails. Return type: oci.access_governance_cp.models.UpdateSenderConfig
-