Oracle Cloud Infrastructure v2.11.0 published on Thursday, Sep 19, 2024 by Pulumi
oci.Identity.getDomainsMyApps
Explore with Pulumi AI
This data source provides the list of My Apps in Oracle Cloud Infrastructure Identity Domains service.
Search My Apps
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testMyApps = oci.Identity.getDomainsMyApps({
idcsEndpoint: testDomain.url,
myAppCount: myAppMyAppCount,
myAppFilter: myAppMyAppFilter,
authorization: myAppAuthorization,
resourceTypeSchemaVersion: myAppResourceTypeSchemaVersion,
startIndex: myAppStartIndex,
});
import pulumi
import pulumi_oci as oci
test_my_apps = oci.Identity.get_domains_my_apps(idcs_endpoint=test_domain["url"],
my_app_count=my_app_my_app_count,
my_app_filter=my_app_my_app_filter,
authorization=my_app_authorization,
resource_type_schema_version=my_app_resource_type_schema_version,
start_index=my_app_start_index)
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/Identity"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := Identity.GetDomainsMyApps(ctx, &identity.GetDomainsMyAppsArgs{
IdcsEndpoint: testDomain.Url,
MyAppCount: pulumi.IntRef(myAppMyAppCount),
MyAppFilter: pulumi.StringRef(myAppMyAppFilter),
Authorization: pulumi.StringRef(myAppAuthorization),
ResourceTypeSchemaVersion: pulumi.StringRef(myAppResourceTypeSchemaVersion),
StartIndex: pulumi.IntRef(myAppStartIndex),
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() =>
{
var testMyApps = Oci.Identity.GetDomainsMyApps.Invoke(new()
{
IdcsEndpoint = testDomain.Url,
MyAppCount = myAppMyAppCount,
MyAppFilter = myAppMyAppFilter,
Authorization = myAppAuthorization,
ResourceTypeSchemaVersion = myAppResourceTypeSchemaVersion,
StartIndex = myAppStartIndex,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.Identity.IdentityFunctions;
import com.pulumi.oci.Identity.inputs.GetDomainsMyAppsArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var testMyApps = IdentityFunctions.getDomainsMyApps(GetDomainsMyAppsArgs.builder()
.idcsEndpoint(testDomain.url())
.myAppCount(myAppMyAppCount)
.myAppFilter(myAppMyAppFilter)
.authorization(myAppAuthorization)
.resourceTypeSchemaVersion(myAppResourceTypeSchemaVersion)
.startIndex(myAppStartIndex)
.build());
}
}
variables:
testMyApps:
fn::invoke:
Function: oci:Identity:getDomainsMyApps
Arguments:
idcsEndpoint: ${testDomain.url}
myAppCount: ${myAppMyAppCount}
myAppFilter: ${myAppMyAppFilter}
authorization: ${myAppAuthorization}
resourceTypeSchemaVersion: ${myAppResourceTypeSchemaVersion}
startIndex: ${myAppStartIndex}
Using getDomainsMyApps
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getDomainsMyApps(args: GetDomainsMyAppsArgs, opts?: InvokeOptions): Promise<GetDomainsMyAppsResult>
function getDomainsMyAppsOutput(args: GetDomainsMyAppsOutputArgs, opts?: InvokeOptions): Output<GetDomainsMyAppsResult>
def get_domains_my_apps(authorization: Optional[str] = None,
compartment_id: Optional[str] = None,
idcs_endpoint: Optional[str] = None,
my_app_count: Optional[int] = None,
my_app_filter: Optional[str] = None,
resource_type_schema_version: Optional[str] = None,
sort_by: Optional[str] = None,
sort_order: Optional[str] = None,
start_index: Optional[int] = None,
opts: Optional[InvokeOptions] = None) -> GetDomainsMyAppsResult
def get_domains_my_apps_output(authorization: Optional[pulumi.Input[str]] = None,
compartment_id: Optional[pulumi.Input[str]] = None,
idcs_endpoint: Optional[pulumi.Input[str]] = None,
my_app_count: Optional[pulumi.Input[int]] = None,
my_app_filter: Optional[pulumi.Input[str]] = None,
resource_type_schema_version: Optional[pulumi.Input[str]] = None,
sort_by: Optional[pulumi.Input[str]] = None,
sort_order: Optional[pulumi.Input[str]] = None,
start_index: Optional[pulumi.Input[int]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetDomainsMyAppsResult]
func GetDomainsMyApps(ctx *Context, args *GetDomainsMyAppsArgs, opts ...InvokeOption) (*GetDomainsMyAppsResult, error)
func GetDomainsMyAppsOutput(ctx *Context, args *GetDomainsMyAppsOutputArgs, opts ...InvokeOption) GetDomainsMyAppsResultOutput
> Note: This function is named GetDomainsMyApps
in the Go SDK.
public static class GetDomainsMyApps
{
public static Task<GetDomainsMyAppsResult> InvokeAsync(GetDomainsMyAppsArgs args, InvokeOptions? opts = null)
public static Output<GetDomainsMyAppsResult> Invoke(GetDomainsMyAppsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetDomainsMyAppsResult> getDomainsMyApps(GetDomainsMyAppsArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: oci:Identity/getDomainsMyApps:getDomainsMyApps
arguments:
# arguments dictionary
The following arguments are supported:
- Idcs
Endpoint string - The basic endpoint for the identity domain
- string
- The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
- Compartment
Id string - My
App intCount - OPTIONAL. An integer that indicates the desired maximum number of query results per page. 1000 is the largest value that you can use. See the Pagination section of the System for Cross-Domain Identity Management Protocol specification for more information. (Section 3.4.2.4).
- My
App stringFilter - OPTIONAL. The filter string that is used to request a subset of resources. The filter string MUST be a valid filter expression. See the Filtering section of the SCIM specification for more information (Section 3.4.2.2). The string should contain at least one condition that each item must match in order to be returned in the search results. Each condition specifies an attribute, an operator, and a value. Conditions within a filter can be connected by logical operators (such as AND and OR). Sets of conditions can be grouped together using parentheses.
- Resource
Type stringSchema Version - An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
- Sort
By string - Sort
Order string - Start
Index int - OPTIONAL. An integer that indicates the 1-based index of the first query result. See the Pagination section of the SCIM specification for more information. (Section 3.4.2.4). The number of results pages to return. The first page is 1. Specify 2 to access the second page of results, and so on.
- Idcs
Endpoint string - The basic endpoint for the identity domain
- string
- The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
- Compartment
Id string - My
App intCount - OPTIONAL. An integer that indicates the desired maximum number of query results per page. 1000 is the largest value that you can use. See the Pagination section of the System for Cross-Domain Identity Management Protocol specification for more information. (Section 3.4.2.4).
- My
App stringFilter - OPTIONAL. The filter string that is used to request a subset of resources. The filter string MUST be a valid filter expression. See the Filtering section of the SCIM specification for more information (Section 3.4.2.2). The string should contain at least one condition that each item must match in order to be returned in the search results. Each condition specifies an attribute, an operator, and a value. Conditions within a filter can be connected by logical operators (such as AND and OR). Sets of conditions can be grouped together using parentheses.
- Resource
Type stringSchema Version - An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
- Sort
By string - Sort
Order string - Start
Index int - OPTIONAL. An integer that indicates the 1-based index of the first query result. See the Pagination section of the SCIM specification for more information. (Section 3.4.2.4). The number of results pages to return. The first page is 1. Specify 2 to access the second page of results, and so on.
- idcs
Endpoint String - The basic endpoint for the identity domain
- String
- The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
- compartment
Id String - my
App IntegerCount - OPTIONAL. An integer that indicates the desired maximum number of query results per page. 1000 is the largest value that you can use. See the Pagination section of the System for Cross-Domain Identity Management Protocol specification for more information. (Section 3.4.2.4).
- my
App StringFilter - OPTIONAL. The filter string that is used to request a subset of resources. The filter string MUST be a valid filter expression. See the Filtering section of the SCIM specification for more information (Section 3.4.2.2). The string should contain at least one condition that each item must match in order to be returned in the search results. Each condition specifies an attribute, an operator, and a value. Conditions within a filter can be connected by logical operators (such as AND and OR). Sets of conditions can be grouped together using parentheses.
- resource
Type StringSchema Version - An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
- sort
By String - sort
Order String - start
Index Integer - OPTIONAL. An integer that indicates the 1-based index of the first query result. See the Pagination section of the SCIM specification for more information. (Section 3.4.2.4). The number of results pages to return. The first page is 1. Specify 2 to access the second page of results, and so on.
- idcs
Endpoint string - The basic endpoint for the identity domain
- string
- The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
- compartment
Id string - my
App numberCount - OPTIONAL. An integer that indicates the desired maximum number of query results per page. 1000 is the largest value that you can use. See the Pagination section of the System for Cross-Domain Identity Management Protocol specification for more information. (Section 3.4.2.4).
- my
App stringFilter - OPTIONAL. The filter string that is used to request a subset of resources. The filter string MUST be a valid filter expression. See the Filtering section of the SCIM specification for more information (Section 3.4.2.2). The string should contain at least one condition that each item must match in order to be returned in the search results. Each condition specifies an attribute, an operator, and a value. Conditions within a filter can be connected by logical operators (such as AND and OR). Sets of conditions can be grouped together using parentheses.
- resource
Type stringSchema Version - An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
- sort
By string - sort
Order string - start
Index number - OPTIONAL. An integer that indicates the 1-based index of the first query result. See the Pagination section of the SCIM specification for more information. (Section 3.4.2.4). The number of results pages to return. The first page is 1. Specify 2 to access the second page of results, and so on.
- idcs_
endpoint str - The basic endpoint for the identity domain
- str
- The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
- compartment_
id str - my_
app_ intcount - OPTIONAL. An integer that indicates the desired maximum number of query results per page. 1000 is the largest value that you can use. See the Pagination section of the System for Cross-Domain Identity Management Protocol specification for more information. (Section 3.4.2.4).
- my_
app_ strfilter - OPTIONAL. The filter string that is used to request a subset of resources. The filter string MUST be a valid filter expression. See the Filtering section of the SCIM specification for more information (Section 3.4.2.2). The string should contain at least one condition that each item must match in order to be returned in the search results. Each condition specifies an attribute, an operator, and a value. Conditions within a filter can be connected by logical operators (such as AND and OR). Sets of conditions can be grouped together using parentheses.
- resource_
type_ strschema_ version - An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
- sort_
by str - sort_
order str - start_
index int - OPTIONAL. An integer that indicates the 1-based index of the first query result. See the Pagination section of the SCIM specification for more information. (Section 3.4.2.4). The number of results pages to return. The first page is 1. Specify 2 to access the second page of results, and so on.
- idcs
Endpoint String - The basic endpoint for the identity domain
- String
- The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.
- compartment
Id String - my
App NumberCount - OPTIONAL. An integer that indicates the desired maximum number of query results per page. 1000 is the largest value that you can use. See the Pagination section of the System for Cross-Domain Identity Management Protocol specification for more information. (Section 3.4.2.4).
- my
App StringFilter - OPTIONAL. The filter string that is used to request a subset of resources. The filter string MUST be a valid filter expression. See the Filtering section of the SCIM specification for more information (Section 3.4.2.2). The string should contain at least one condition that each item must match in order to be returned in the search results. Each condition specifies an attribute, an operator, and a value. Conditions within a filter can be connected by logical operators (such as AND and OR). Sets of conditions can be grouped together using parentheses.
- resource
Type StringSchema Version - An endpoint-specific schema version number to use in the Request. Allowed version values are Earliest Version or Latest Version as specified in each REST API endpoint description, or any sequential number inbetween. All schema attributes/body parameters are a part of version 1. After version 1, any attributes added or deprecated will be tagged with the version that they were added to or deprecated in. If no version is provided, the latest schema version is returned.
- sort
By String - sort
Order String - start
Index Number - OPTIONAL. An integer that indicates the 1-based index of the first query result. See the Pagination section of the SCIM specification for more information. (Section 3.4.2.4). The number of results pages to return. The first page is 1. Specify 2 to access the second page of results, and so on.
getDomainsMyApps Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Idcs
Endpoint string - Items
Per intPage - The number of resources returned in a list response page. REQUIRED when partial results returned due to pagination.
- My
Apps List<GetDomains My Apps My App> - The list of my_apps.
- Schemas List<string>
- The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior. REQUIRED.
- Total
Results int - The total number of results returned by the list or query operation. The value may be larger than the number of resources returned such as when returning a single page of results where multiple pages are available. REQUIRED.
- string
- Compartment
Id string - My
App intCount - My
App stringFilter - Resource
Type stringSchema Version - Sort
By string - Sort
Order string - Start
Index int - The 1-based index of the first result in the current set of list results. REQUIRED when partial results returned due to pagination.
- Id string
- The provider-assigned unique ID for this managed resource.
- Idcs
Endpoint string - Items
Per intPage - The number of resources returned in a list response page. REQUIRED when partial results returned due to pagination.
- My
Apps []GetDomains My Apps My App - The list of my_apps.
- Schemas []string
- The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior. REQUIRED.
- Total
Results int - The total number of results returned by the list or query operation. The value may be larger than the number of resources returned such as when returning a single page of results where multiple pages are available. REQUIRED.
- string
- Compartment
Id string - My
App intCount - My
App stringFilter - Resource
Type stringSchema Version - Sort
By string - Sort
Order string - Start
Index int - The 1-based index of the first result in the current set of list results. REQUIRED when partial results returned due to pagination.
- id String
- The provider-assigned unique ID for this managed resource.
- idcs
Endpoint String - items
Per IntegerPage - The number of resources returned in a list response page. REQUIRED when partial results returned due to pagination.
- my
Apps List<GetDomains My Apps My App> - The list of my_apps.
- schemas List<String>
- The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior. REQUIRED.
- total
Results Integer - The total number of results returned by the list or query operation. The value may be larger than the number of resources returned such as when returning a single page of results where multiple pages are available. REQUIRED.
- String
- compartment
Id String - my
App IntegerCount - my
App StringFilter - resource
Type StringSchema Version - sort
By String - sort
Order String - start
Index Integer - The 1-based index of the first result in the current set of list results. REQUIRED when partial results returned due to pagination.
- id string
- The provider-assigned unique ID for this managed resource.
- idcs
Endpoint string - items
Per numberPage - The number of resources returned in a list response page. REQUIRED when partial results returned due to pagination.
- my
Apps GetDomains My Apps My App[] - The list of my_apps.
- schemas string[]
- The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior. REQUIRED.
- total
Results number - The total number of results returned by the list or query operation. The value may be larger than the number of resources returned such as when returning a single page of results where multiple pages are available. REQUIRED.
- string
- compartment
Id string - my
App numberCount - my
App stringFilter - resource
Type stringSchema Version - sort
By string - sort
Order string - start
Index number - The 1-based index of the first result in the current set of list results. REQUIRED when partial results returned due to pagination.
- id str
- The provider-assigned unique ID for this managed resource.
- idcs_
endpoint str - items_
per_ intpage - The number of resources returned in a list response page. REQUIRED when partial results returned due to pagination.
- my_
apps Sequence[identity.Get Domains My Apps My App] - The list of my_apps.
- schemas Sequence[str]
- The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior. REQUIRED.
- total_
results int - The total number of results returned by the list or query operation. The value may be larger than the number of resources returned such as when returning a single page of results where multiple pages are available. REQUIRED.
- str
- compartment_
id str - my_
app_ intcount - my_
app_ strfilter - resource_
type_ strschema_ version - sort_
by str - sort_
order str - start_
index int - The 1-based index of the first result in the current set of list results. REQUIRED when partial results returned due to pagination.
- id String
- The provider-assigned unique ID for this managed resource.
- idcs
Endpoint String - items
Per NumberPage - The number of resources returned in a list response page. REQUIRED when partial results returned due to pagination.
- my
Apps List<Property Map> - The list of my_apps.
- schemas List<String>
- The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior. REQUIRED.
- total
Results Number - The total number of results returned by the list or query operation. The value may be larger than the number of resources returned such as when returning a single page of results where multiple pages are available. REQUIRED.
- String
- compartment
Id String - my
App NumberCount - my
App StringFilter - resource
Type StringSchema Version - sort
By String - sort
Order String - start
Index Number - The 1-based index of the first result in the current set of list results. REQUIRED when partial results returned due to pagination.
Supporting Types
GetDomainsMyAppsMyApp
- Account
Type string - Type of the Acccount
- Active bool
- If true, this App is able to participate in runtime services, such as automatic-login, OAuth, and SAML. If false, all runtime services are disabled for this App, and only administrative operations can be performed.
- Apps
List<Get
Domains My Apps My App App> - Application on which the account is based
- Compartment
Ocid string - Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.
- Delete
In boolProgress - A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long.
- Domain
Ocid string - Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.
- Favorite bool
- If true, this account has been marked as a favorite of the User who owns it.
- Id string
- Unique identifier for the SCIM Resource as defined by the Service Provider. Each representation of the Resource MUST include a non-empty id value. This identifier MUST be unique across the Service Provider's entire set of Resources. It MUST be a stable, non-reassignable identifier that does not change when the same Resource is returned in subsequent requests. The value of the id attribute is always issued by the Service Provider and MUST never be specified by the Service Consumer. bulkId: is a reserved keyword and MUST NOT be used in the unique identifier.
- Idcs
Created List<GetBies Domains My Apps My App Idcs Created By> - The User or App who created the Resource
- Idcs
Last List<GetModified Bies Domains My Apps My App Idcs Last Modified By> - The User or App who modified the Resource
- Idcs
Last stringUpgraded In Release - The release number when the resource was upgraded.
- Idcs
Prevented List<string>Operations - Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
- Is
Account bool - If true, indicates that this managed object is an account, which is an identity that represents a user in the context of a specific application.
- Last
Accessed string - Last accessed timestamp of an application
- Launch
Url string - The URL that will be used to launch the application.
- Metas
List<Get
Domains My Apps My App Meta> - A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
- Name string
- Name of the Account
- Ocid string
- Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
- Owners
List<Get
Domains My Apps My App Owner> - Owning user of the account
- Schemas List<string>
- The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior. REQUIRED.
- List<Get
Domains My Apps My App Tag> - A list of tags on this resource.
- Tenancy
Ocid string - Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.
- Uid string
- Unique identifier of the Account.
- User
Wallet List<GetArtifacts Domains My Apps My App User Wallet Artifact> - The UserWalletArtifact that contains the credentials that the system will use in performing Secure Form-Fill to log the User into this application.
- Account
Type string - Type of the Acccount
- Active bool
- If true, this App is able to participate in runtime services, such as automatic-login, OAuth, and SAML. If false, all runtime services are disabled for this App, and only administrative operations can be performed.
- Apps
[]Get
Domains My Apps My App App - Application on which the account is based
- Compartment
Ocid string - Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.
- Delete
In boolProgress - A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long.
- Domain
Ocid string - Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.
- Favorite bool
- If true, this account has been marked as a favorite of the User who owns it.
- Id string
- Unique identifier for the SCIM Resource as defined by the Service Provider. Each representation of the Resource MUST include a non-empty id value. This identifier MUST be unique across the Service Provider's entire set of Resources. It MUST be a stable, non-reassignable identifier that does not change when the same Resource is returned in subsequent requests. The value of the id attribute is always issued by the Service Provider and MUST never be specified by the Service Consumer. bulkId: is a reserved keyword and MUST NOT be used in the unique identifier.
- Idcs
Created []GetBies Domains My Apps My App Idcs Created By - The User or App who created the Resource
- Idcs
Last []GetModified Bies Domains My Apps My App Idcs Last Modified By - The User or App who modified the Resource
- Idcs
Last stringUpgraded In Release - The release number when the resource was upgraded.
- Idcs
Prevented []stringOperations - Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
- Is
Account bool - If true, indicates that this managed object is an account, which is an identity that represents a user in the context of a specific application.
- Last
Accessed string - Last accessed timestamp of an application
- Launch
Url string - The URL that will be used to launch the application.
- Metas
[]Get
Domains My Apps My App Meta - A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
- Name string
- Name of the Account
- Ocid string
- Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
- Owners
[]Get
Domains My Apps My App Owner - Owning user of the account
- Schemas []string
- The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior. REQUIRED.
- []Get
Domains My Apps My App Tag - A list of tags on this resource.
- Tenancy
Ocid string - Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.
- Uid string
- Unique identifier of the Account.
- User
Wallet []GetArtifacts Domains My Apps My App User Wallet Artifact - The UserWalletArtifact that contains the credentials that the system will use in performing Secure Form-Fill to log the User into this application.
- account
Type String - Type of the Acccount
- active Boolean
- If true, this App is able to participate in runtime services, such as automatic-login, OAuth, and SAML. If false, all runtime services are disabled for this App, and only administrative operations can be performed.
- apps
List<Get
Domains My Apps My App App> - Application on which the account is based
- compartment
Ocid String - Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.
- delete
In BooleanProgress - A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long.
- domain
Ocid String - Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.
- favorite Boolean
- If true, this account has been marked as a favorite of the User who owns it.
- id String
- Unique identifier for the SCIM Resource as defined by the Service Provider. Each representation of the Resource MUST include a non-empty id value. This identifier MUST be unique across the Service Provider's entire set of Resources. It MUST be a stable, non-reassignable identifier that does not change when the same Resource is returned in subsequent requests. The value of the id attribute is always issued by the Service Provider and MUST never be specified by the Service Consumer. bulkId: is a reserved keyword and MUST NOT be used in the unique identifier.
- idcs
Created List<GetBies Domains My Apps My App Idcs Created By> - The User or App who created the Resource
- idcs
Last List<GetModified Bies Domains My Apps My App Idcs Last Modified By> - The User or App who modified the Resource
- idcs
Last StringUpgraded In Release - The release number when the resource was upgraded.
- idcs
Prevented List<String>Operations - Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
- is
Account Boolean - If true, indicates that this managed object is an account, which is an identity that represents a user in the context of a specific application.
- last
Accessed String - Last accessed timestamp of an application
- launch
Url String - The URL that will be used to launch the application.
- metas
List<Get
Domains My Apps My App Meta> - A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
- name String
- Name of the Account
- ocid String
- Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
- owners
List<Get
Domains My Apps My App Owner> - Owning user of the account
- schemas List<String>
- The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior. REQUIRED.
- List<Get
Domains My Apps My App Tag> - A list of tags on this resource.
- tenancy
Ocid String - Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.
- uid String
- Unique identifier of the Account.
- user
Wallet List<GetArtifacts Domains My Apps My App User Wallet Artifact> - The UserWalletArtifact that contains the credentials that the system will use in performing Secure Form-Fill to log the User into this application.
- account
Type string - Type of the Acccount
- active boolean
- If true, this App is able to participate in runtime services, such as automatic-login, OAuth, and SAML. If false, all runtime services are disabled for this App, and only administrative operations can be performed.
- apps
Get
Domains My Apps My App App[] - Application on which the account is based
- compartment
Ocid string - Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.
- delete
In booleanProgress - A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long.
- domain
Ocid string - Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.
- favorite boolean
- If true, this account has been marked as a favorite of the User who owns it.
- id string
- Unique identifier for the SCIM Resource as defined by the Service Provider. Each representation of the Resource MUST include a non-empty id value. This identifier MUST be unique across the Service Provider's entire set of Resources. It MUST be a stable, non-reassignable identifier that does not change when the same Resource is returned in subsequent requests. The value of the id attribute is always issued by the Service Provider and MUST never be specified by the Service Consumer. bulkId: is a reserved keyword and MUST NOT be used in the unique identifier.
- idcs
Created GetBies Domains My Apps My App Idcs Created By[] - The User or App who created the Resource
- idcs
Last GetModified Bies Domains My Apps My App Idcs Last Modified By[] - The User or App who modified the Resource
- idcs
Last stringUpgraded In Release - The release number when the resource was upgraded.
- idcs
Prevented string[]Operations - Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
- is
Account boolean - If true, indicates that this managed object is an account, which is an identity that represents a user in the context of a specific application.
- last
Accessed string - Last accessed timestamp of an application
- launch
Url string - The URL that will be used to launch the application.
- metas
Get
Domains My Apps My App Meta[] - A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
- name string
- Name of the Account
- ocid string
- Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
- owners
Get
Domains My Apps My App Owner[] - Owning user of the account
- schemas string[]
- The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior. REQUIRED.
- Get
Domains My Apps My App Tag[] - A list of tags on this resource.
- tenancy
Ocid string - Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.
- uid string
- Unique identifier of the Account.
- user
Wallet GetArtifacts Domains My Apps My App User Wallet Artifact[] - The UserWalletArtifact that contains the credentials that the system will use in performing Secure Form-Fill to log the User into this application.
- account_
type str - Type of the Acccount
- active bool
- If true, this App is able to participate in runtime services, such as automatic-login, OAuth, and SAML. If false, all runtime services are disabled for this App, and only administrative operations can be performed.
- apps
Sequence[identity.
Get Domains My Apps My App App] - Application on which the account is based
- compartment_
ocid str - Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.
- delete_
in_ boolprogress - A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long.
- domain_
ocid str - Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.
- favorite bool
- If true, this account has been marked as a favorite of the User who owns it.
- id str
- Unique identifier for the SCIM Resource as defined by the Service Provider. Each representation of the Resource MUST include a non-empty id value. This identifier MUST be unique across the Service Provider's entire set of Resources. It MUST be a stable, non-reassignable identifier that does not change when the same Resource is returned in subsequent requests. The value of the id attribute is always issued by the Service Provider and MUST never be specified by the Service Consumer. bulkId: is a reserved keyword and MUST NOT be used in the unique identifier.
- idcs_
created_ Sequence[identity.bies Get Domains My Apps My App Idcs Created By] - The User or App who created the Resource
- idcs_
last_ Sequence[identity.modified_ bies Get Domains My Apps My App Idcs Last Modified By] - The User or App who modified the Resource
- idcs_
last_ strupgraded_ in_ release - The release number when the resource was upgraded.
- idcs_
prevented_ Sequence[str]operations - Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
- is_
account bool - If true, indicates that this managed object is an account, which is an identity that represents a user in the context of a specific application.
- last_
accessed str - Last accessed timestamp of an application
- launch_
url str - The URL that will be used to launch the application.
- metas
Sequence[identity.
Get Domains My Apps My App Meta] - A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
- name str
- Name of the Account
- ocid str
- Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
- owners
Sequence[identity.
Get Domains My Apps My App Owner] - Owning user of the account
- schemas Sequence[str]
- The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior. REQUIRED.
- Sequence[identity.
Get Domains My Apps My App Tag] - A list of tags on this resource.
- tenancy_
ocid str - Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.
- uid str
- Unique identifier of the Account.
- user_
wallet_ Sequence[identity.artifacts Get Domains My Apps My App User Wallet Artifact] - The UserWalletArtifact that contains the credentials that the system will use in performing Secure Form-Fill to log the User into this application.
- account
Type String - Type of the Acccount
- active Boolean
- If true, this App is able to participate in runtime services, such as automatic-login, OAuth, and SAML. If false, all runtime services are disabled for this App, and only administrative operations can be performed.
- apps List<Property Map>
- Application on which the account is based
- compartment
Ocid String - Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.
- delete
In BooleanProgress - A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long.
- domain
Ocid String - Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.
- favorite Boolean
- If true, this account has been marked as a favorite of the User who owns it.
- id String
- Unique identifier for the SCIM Resource as defined by the Service Provider. Each representation of the Resource MUST include a non-empty id value. This identifier MUST be unique across the Service Provider's entire set of Resources. It MUST be a stable, non-reassignable identifier that does not change when the same Resource is returned in subsequent requests. The value of the id attribute is always issued by the Service Provider and MUST never be specified by the Service Consumer. bulkId: is a reserved keyword and MUST NOT be used in the unique identifier.
- idcs
Created List<Property Map>Bies - The User or App who created the Resource
- idcs
Last List<Property Map>Modified Bies - The User or App who modified the Resource
- idcs
Last StringUpgraded In Release - The release number when the resource was upgraded.
- idcs
Prevented List<String>Operations - Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
- is
Account Boolean - If true, indicates that this managed object is an account, which is an identity that represents a user in the context of a specific application.
- last
Accessed String - Last accessed timestamp of an application
- launch
Url String - The URL that will be used to launch the application.
- metas List<Property Map>
- A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.
- name String
- Name of the Account
- ocid String
- Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
- owners List<Property Map>
- Owning user of the account
- schemas List<String>
- The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior. REQUIRED.
- List<Property Map>
- A list of tags on this resource.
- tenancy
Ocid String - Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.
- uid String
- Unique identifier of the Account.
- user
Wallet List<Property Map>Artifacts - The UserWalletArtifact that contains the credentials that the system will use in performing Secure Form-Fill to log the User into this application.
GetDomainsMyAppsMyAppApp
- Active bool
- If true, this App is able to participate in runtime services, such as automatic-login, OAuth, and SAML. If false, all runtime services are disabled for this App, and only administrative operations can be performed.
- App
Icon string - Application icon.
- App
Thumbnail string - Application thumbnail.
- Description string
- Application description
- Display string
- User display name
- Is
Alias boolApp - If true, this App is an AliasApp and it cannot be granted to an end user directly
- Is
Login boolTarget - If true, this App allows runtime services to log end users into this App automatically.
- Is
Opc boolService - If true, this application is an Oracle Public Cloud service-instance.
- Login
Mechanism string - The protocol that runtime services will use to log end users in to this App automatically. If 'OIDC', then runtime services use the OpenID Connect protocol. If 'SAML', then runtime services use Security Assertion Markup Language protocol.
- Ref string
- UserWalletArtifact URI
- Service
Type stringUrn - This Uniform Resource Name (URN) value identifies the type of Oracle Public Cloud service of which this app is an instance.
- Show
In boolMy Apps - If true, this App will be displayed in the MyApps page of each end-user who has access to this App.
- Value string
- UserWalletArtifact identifier
- Active bool
- If true, this App is able to participate in runtime services, such as automatic-login, OAuth, and SAML. If false, all runtime services are disabled for this App, and only administrative operations can be performed.
- App
Icon string - Application icon.
- App
Thumbnail string - Application thumbnail.
- Description string
- Application description
- Display string
- User display name
- Is
Alias boolApp - If true, this App is an AliasApp and it cannot be granted to an end user directly
- Is
Login boolTarget - If true, this App allows runtime services to log end users into this App automatically.
- Is
Opc boolService - If true, this application is an Oracle Public Cloud service-instance.
- Login
Mechanism string - The protocol that runtime services will use to log end users in to this App automatically. If 'OIDC', then runtime services use the OpenID Connect protocol. If 'SAML', then runtime services use Security Assertion Markup Language protocol.
- Ref string
- UserWalletArtifact URI
- Service
Type stringUrn - This Uniform Resource Name (URN) value identifies the type of Oracle Public Cloud service of which this app is an instance.
- Show
In boolMy Apps - If true, this App will be displayed in the MyApps page of each end-user who has access to this App.
- Value string
- UserWalletArtifact identifier
- active Boolean
- If true, this App is able to participate in runtime services, such as automatic-login, OAuth, and SAML. If false, all runtime services are disabled for this App, and only administrative operations can be performed.
- app
Icon String - Application icon.
- app
Thumbnail String - Application thumbnail.
- description String
- Application description
- display String
- User display name
- is
Alias BooleanApp - If true, this App is an AliasApp and it cannot be granted to an end user directly
- is
Login BooleanTarget - If true, this App allows runtime services to log end users into this App automatically.
- is
Opc BooleanService - If true, this application is an Oracle Public Cloud service-instance.
- login
Mechanism String - The protocol that runtime services will use to log end users in to this App automatically. If 'OIDC', then runtime services use the OpenID Connect protocol. If 'SAML', then runtime services use Security Assertion Markup Language protocol.
- ref String
- UserWalletArtifact URI
- service
Type StringUrn - This Uniform Resource Name (URN) value identifies the type of Oracle Public Cloud service of which this app is an instance.
- show
In BooleanMy Apps - If true, this App will be displayed in the MyApps page of each end-user who has access to this App.
- value String
- UserWalletArtifact identifier
- active boolean
- If true, this App is able to participate in runtime services, such as automatic-login, OAuth, and SAML. If false, all runtime services are disabled for this App, and only administrative operations can be performed.
- app
Icon string - Application icon.
- app
Thumbnail string - Application thumbnail.
- description string
- Application description
- display string
- User display name
- is
Alias booleanApp - If true, this App is an AliasApp and it cannot be granted to an end user directly
- is
Login booleanTarget - If true, this App allows runtime services to log end users into this App automatically.
- is
Opc booleanService - If true, this application is an Oracle Public Cloud service-instance.
- login
Mechanism string - The protocol that runtime services will use to log end users in to this App automatically. If 'OIDC', then runtime services use the OpenID Connect protocol. If 'SAML', then runtime services use Security Assertion Markup Language protocol.
- ref string
- UserWalletArtifact URI
- service
Type stringUrn - This Uniform Resource Name (URN) value identifies the type of Oracle Public Cloud service of which this app is an instance.
- show
In booleanMy Apps - If true, this App will be displayed in the MyApps page of each end-user who has access to this App.
- value string
- UserWalletArtifact identifier
- active bool
- If true, this App is able to participate in runtime services, such as automatic-login, OAuth, and SAML. If false, all runtime services are disabled for this App, and only administrative operations can be performed.
- app_
icon str - Application icon.
- app_
thumbnail str - Application thumbnail.
- description str
- Application description
- display str
- User display name
- is_
alias_ boolapp - If true, this App is an AliasApp and it cannot be granted to an end user directly
- is_
login_ booltarget - If true, this App allows runtime services to log end users into this App automatically.
- is_
opc_ boolservice - If true, this application is an Oracle Public Cloud service-instance.
- login_
mechanism str - The protocol that runtime services will use to log end users in to this App automatically. If 'OIDC', then runtime services use the OpenID Connect protocol. If 'SAML', then runtime services use Security Assertion Markup Language protocol.
- ref str
- UserWalletArtifact URI
- service_
type_ strurn - This Uniform Resource Name (URN) value identifies the type of Oracle Public Cloud service of which this app is an instance.
- show_
in_ boolmy_ apps - If true, this App will be displayed in the MyApps page of each end-user who has access to this App.
- value str
- UserWalletArtifact identifier
- active Boolean
- If true, this App is able to participate in runtime services, such as automatic-login, OAuth, and SAML. If false, all runtime services are disabled for this App, and only administrative operations can be performed.
- app
Icon String - Application icon.
- app
Thumbnail String - Application thumbnail.
- description String
- Application description
- display String
- User display name
- is
Alias BooleanApp - If true, this App is an AliasApp and it cannot be granted to an end user directly
- is
Login BooleanTarget - If true, this App allows runtime services to log end users into this App automatically.
- is
Opc BooleanService - If true, this application is an Oracle Public Cloud service-instance.
- login
Mechanism String - The protocol that runtime services will use to log end users in to this App automatically. If 'OIDC', then runtime services use the OpenID Connect protocol. If 'SAML', then runtime services use Security Assertion Markup Language protocol.
- ref String
- UserWalletArtifact URI
- service
Type StringUrn - This Uniform Resource Name (URN) value identifies the type of Oracle Public Cloud service of which this app is an instance.
- show
In BooleanMy Apps - If true, this App will be displayed in the MyApps page of each end-user who has access to this App.
- value String
- UserWalletArtifact identifier
GetDomainsMyAppsMyAppIdcsCreatedBy
GetDomainsMyAppsMyAppIdcsLastModifiedBy
GetDomainsMyAppsMyAppMeta
- Created string
- The DateTime the Resource was added to the Service Provider
- Last
Modified string - The most recent DateTime that the details of this Resource were updated at the Service Provider. If this Resource has never been modified since its initial creation, the value MUST be the same as the value of created. The attribute MUST be a DateTime.
- Location string
- The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header.
- Resource
Type string - Name of the resource type of the resource--for example, Users or Groups
- Version string
- The version of the Resource being returned. This value must be the same as the ETag HTTP response header.
- Created string
- The DateTime the Resource was added to the Service Provider
- Last
Modified string - The most recent DateTime that the details of this Resource were updated at the Service Provider. If this Resource has never been modified since its initial creation, the value MUST be the same as the value of created. The attribute MUST be a DateTime.
- Location string
- The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header.
- Resource
Type string - Name of the resource type of the resource--for example, Users or Groups
- Version string
- The version of the Resource being returned. This value must be the same as the ETag HTTP response header.
- created String
- The DateTime the Resource was added to the Service Provider
- last
Modified String - The most recent DateTime that the details of this Resource were updated at the Service Provider. If this Resource has never been modified since its initial creation, the value MUST be the same as the value of created. The attribute MUST be a DateTime.
- location String
- The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header.
- resource
Type String - Name of the resource type of the resource--for example, Users or Groups
- version String
- The version of the Resource being returned. This value must be the same as the ETag HTTP response header.
- created string
- The DateTime the Resource was added to the Service Provider
- last
Modified string - The most recent DateTime that the details of this Resource were updated at the Service Provider. If this Resource has never been modified since its initial creation, the value MUST be the same as the value of created. The attribute MUST be a DateTime.
- location string
- The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header.
- resource
Type string - Name of the resource type of the resource--for example, Users or Groups
- version string
- The version of the Resource being returned. This value must be the same as the ETag HTTP response header.
- created str
- The DateTime the Resource was added to the Service Provider
- last_
modified str - The most recent DateTime that the details of this Resource were updated at the Service Provider. If this Resource has never been modified since its initial creation, the value MUST be the same as the value of created. The attribute MUST be a DateTime.
- location str
- The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header.
- resource_
type str - Name of the resource type of the resource--for example, Users or Groups
- version str
- The version of the Resource being returned. This value must be the same as the ETag HTTP response header.
- created String
- The DateTime the Resource was added to the Service Provider
- last
Modified String - The most recent DateTime that the details of this Resource were updated at the Service Provider. If this Resource has never been modified since its initial creation, the value MUST be the same as the value of created. The attribute MUST be a DateTime.
- location String
- The URI of the Resource being returned. This value MUST be the same as the Location HTTP response header.
- resource
Type String - Name of the resource type of the resource--for example, Users or Groups
- version String
- The version of the Resource being returned. This value must be the same as the ETag HTTP response header.
GetDomainsMyAppsMyAppOwner
GetDomainsMyAppsMyAppTag
GetDomainsMyAppsMyAppUserWalletArtifact
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.