GovernanceInstanceConfiguration¶
-
class
oci.access_governance_cp.models.
GovernanceInstanceConfiguration
(**kwargs)¶ Bases:
object
The tenancy-wide configuration for GovernanceInstances.
Methods
__init__
(**kwargs)Initializes a new GovernanceInstanceConfiguration object with values from keyword arguments. Attributes
sender_info
[Required] Gets the sender_info of this GovernanceInstanceConfiguration. -
__init__
(**kwargs)¶ Initializes a new GovernanceInstanceConfiguration 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.SenderConfig) – The value to assign to the sender_info property of this GovernanceInstanceConfiguration.
-
sender_info
¶ [Required] Gets the sender_info of this GovernanceInstanceConfiguration.
Returns: The sender_info of this GovernanceInstanceConfiguration. Return type: oci.access_governance_cp.models.SenderConfig
-