IdcsApp

class oci.api_platform.models.IdcsApp(**kwargs)

Bases: object

IDCS app associated with the instance, that can be used to manage the roles of the users

Methods

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

Attributes

url [Required] Gets the url of this IdcsApp.
__init__(**kwargs)

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

Parameters:url (str) – The value to assign to the url property of this IdcsApp.
url

[Required] Gets the url of this IdcsApp. IDCS URL of the app

Returns:The url of this IdcsApp.
Return type:str