AppExtensionMulticloudServiceAppApp

class oci.identity_domains.models.AppExtensionMulticloudServiceAppApp(**kwargs)

Bases: object

This extension defines attributes specific to Apps that represent instances of Multicloud Service App

Attributes

MULTICLOUD_SERVICE_TYPE_AWS_COGNITO A constant which can be used with the multicloud_service_type property of a AppExtensionMulticloudServiceAppApp.
multicloud_platform_url Gets the multicloud_platform_url of this AppExtensionMulticloudServiceAppApp.
multicloud_service_type [Required] Gets the multicloud_service_type of this AppExtensionMulticloudServiceAppApp.

Methods

__init__(**kwargs) Initializes a new AppExtensionMulticloudServiceAppApp object with values from keyword arguments.
MULTICLOUD_SERVICE_TYPE_AWS_COGNITO = 'AWSCognito'

A constant which can be used with the multicloud_service_type property of a AppExtensionMulticloudServiceAppApp. This constant has a value of “AWSCognito”

__init__(**kwargs)

Initializes a new AppExtensionMulticloudServiceAppApp object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • multicloud_service_type (str) – The value to assign to the multicloud_service_type property of this AppExtensionMulticloudServiceAppApp. Allowed values for this property are: “AWSCognito”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • multicloud_platform_url (str) – The value to assign to the multicloud_platform_url property of this AppExtensionMulticloudServiceAppApp.
multicloud_platform_url

Gets the multicloud_platform_url of this AppExtensionMulticloudServiceAppApp. The multicloud platform service URL which the application will invoke for runtime operations such as AWSCredentials api invocation

Added In: 2301202328

SCIM++ Properties:
  • idcsSearchable: false
  • multiValued: false
  • mutability: immutable
  • required: false
  • returned: request
  • type: string
  • uniqueness: none
Returns:The multicloud_platform_url of this AppExtensionMulticloudServiceAppApp.
Return type:str
multicloud_service_type

[Required] Gets the multicloud_service_type of this AppExtensionMulticloudServiceAppApp. Specifies the service type for which the application is configured for multicloud integration. For applicable external service types, app will invoke multicloud service for runtime operations

Added In: 2301202328

SCIM++ Properties:
  • caseExact: true
  • idcsSearchable: false
  • multiValued: false
  • mutability: immutable
  • required: true
  • returned: request
  • type: string
  • uniqueness: none

Allowed values for this property are: “AWSCognito”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The multicloud_service_type of this AppExtensionMulticloudServiceAppApp.
Return type:str