oci logo
Oracle Cloud Infrastructure v0.13.0, Mar 28 23

oci.Identity.DomainsMySupportAccount

This resource provides the My Support Account resource in Oracle Cloud Infrastructure Identity Domains service.

Create a Support Account

Example Usage

Coming soon!

Coming soon!

package generated_program;

import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.Identity.DomainsMySupportAccount;
import com.pulumi.oci.Identity.DomainsMySupportAccountArgs;
import com.pulumi.oci.Identity.inputs.DomainsMySupportAccountTagArgs;
import com.pulumi.oci.Identity.inputs.DomainsMySupportAccountUserArgs;
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) {
        var testMySupportAccount = new DomainsMySupportAccount("testMySupportAccount", DomainsMySupportAccountArgs.builder()        
            .idcsEndpoint(data.oci_identity_domain().test_domain().url())
            .schemas("urn:ietf:params:scim:schemas:oracle:idcs:supportAccount")
            .token(var_.my_support_account_token())
            .authorization(var_.my_support_account_authorization())
            .id(var_.my_support_account_id())
            .ocid(var_.my_support_account_ocid())
            .resourceTypeSchemaVersion(var_.my_support_account_resource_type_schema_version())
            .tags(DomainsMySupportAccountTagArgs.builder()
                .key(var_.my_support_account_tags_key())
                .value(var_.my_support_account_tags_value())
                .build())
            .user(DomainsMySupportAccountUserArgs.builder()
                .ocid(var_.my_support_account_user_ocid())
                .value(var_.my_support_account_user_value())
                .build())
            .build());

    }
}

Coming soon!

Coming soon!

resources:
  testMySupportAccount:
    type: oci:Identity:DomainsMySupportAccount
    properties:
      #Required
      idcsEndpoint: ${data.oci_identity_domain.test_domain.url}
      schemas:
        - urn:ietf:params:scim:schemas:oracle:idcs:supportAccount
      token: ${var.my_support_account_token}
      #Optional
      authorization: ${var.my_support_account_authorization}
      id: ${var.my_support_account_id}
      ocid: ${var.my_support_account_ocid}
      resourceTypeSchemaVersion: ${var.my_support_account_resource_type_schema_version}
      tags:
        - key: ${var.my_support_account_tags_key}
          value: ${var.my_support_account_tags_value}
      user:
        ocid: ${var.my_support_account_user_ocid}
        value: ${var.my_support_account_user_value}

Create DomainsMySupportAccount Resource

new DomainsMySupportAccount(name: string, args: DomainsMySupportAccountArgs, opts?: CustomResourceOptions);
@overload
def DomainsMySupportAccount(resource_name: str,
                            opts: Optional[ResourceOptions] = None,
                            authorization: Optional[str] = None,
                            idcs_endpoint: Optional[str] = None,
                            ocid: Optional[str] = None,
                            resource_type_schema_version: Optional[str] = None,
                            schemas: Optional[Sequence[str]] = None,
                            tags: Optional[Sequence[_identity.DomainsMySupportAccountTagArgs]] = None,
                            token: Optional[str] = None,
                            user: Optional[_identity.DomainsMySupportAccountUserArgs] = None)
@overload
def DomainsMySupportAccount(resource_name: str,
                            args: DomainsMySupportAccountArgs,
                            opts: Optional[ResourceOptions] = None)
func NewDomainsMySupportAccount(ctx *Context, name string, args DomainsMySupportAccountArgs, opts ...ResourceOption) (*DomainsMySupportAccount, error)
public DomainsMySupportAccount(string name, DomainsMySupportAccountArgs args, CustomResourceOptions? opts = null)
public DomainsMySupportAccount(String name, DomainsMySupportAccountArgs args)
public DomainsMySupportAccount(String name, DomainsMySupportAccountArgs args, CustomResourceOptions options)
type: oci:Identity:DomainsMySupportAccount
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

name string
The unique name of the resource.
args DomainsMySupportAccountArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name str
The unique name of the resource.
args DomainsMySupportAccountArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name string
The unique name of the resource.
args DomainsMySupportAccountArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name string
The unique name of the resource.
args DomainsMySupportAccountArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name String
The unique name of the resource.
args DomainsMySupportAccountArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

DomainsMySupportAccount Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

Inputs

The DomainsMySupportAccount resource accepts the following input properties:

IdcsEndpoint string

The basic endpoint for the identity domain

Schemas List<string>

REQUIRED. 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. This specification defines URIs for User, Group, and a standard "enterprise" extension. 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.

Token string

User Support Account Token

Authorization string

The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.

Ocid string

User's ocid

ResourceTypeSchemaVersion string

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.

Tags List<DomainsMySupportAccountTagArgs>

A list of tags on this resource.

User DomainsMySupportAccountUserArgs

User linked to Support Account

IdcsEndpoint string

The basic endpoint for the identity domain

Schemas []string

REQUIRED. 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. This specification defines URIs for User, Group, and a standard "enterprise" extension. 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.

Token string

User Support Account Token

Authorization string

The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.

Ocid string

User's ocid

ResourceTypeSchemaVersion string

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.

Tags []DomainsMySupportAccountTagArgs

A list of tags on this resource.

User DomainsMySupportAccountUserArgs

User linked to Support Account

idcsEndpoint String

The basic endpoint for the identity domain

schemas List<String>

REQUIRED. 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. This specification defines URIs for User, Group, and a standard "enterprise" extension. 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.

token String

User Support Account Token

authorization String

The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.

ocid String

User's ocid

resourceTypeSchemaVersion String

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.

tags List<DomainsMySupportAccountTagArgs>

A list of tags on this resource.

user DomainsMySupportAccountUserArgs

User linked to Support Account

idcsEndpoint string

The basic endpoint for the identity domain

schemas string[]

REQUIRED. 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. This specification defines URIs for User, Group, and a standard "enterprise" extension. 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.

token string

User Support Account Token

authorization string

The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.

ocid string

User's ocid

resourceTypeSchemaVersion string

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.

tags DomainsMySupportAccountTagArgs[]

A list of tags on this resource.

user DomainsMySupportAccountUserArgs

User linked to Support Account

idcs_endpoint str

The basic endpoint for the identity domain

schemas Sequence[str]

REQUIRED. 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. This specification defines URIs for User, Group, and a standard "enterprise" extension. 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.

token str

User Support Account Token

authorization str

The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.

ocid str

User's ocid

resource_type_schema_version str

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.

tags DomainsMySupportAccountTagArgs]

A list of tags on this resource.

user DomainsMySupportAccountUserArgs

User linked to Support Account

idcsEndpoint String

The basic endpoint for the identity domain

schemas List<String>

REQUIRED. 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. This specification defines URIs for User, Group, and a standard "enterprise" extension. 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.

token String

User Support Account Token

authorization String

The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.

ocid String

User's ocid

resourceTypeSchemaVersion String

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.

tags List<Property Map>

A list of tags on this resource.

user Property Map

User linked to Support Account

Outputs

All input properties are implicitly available as output properties. Additionally, the DomainsMySupportAccount resource produces the following output properties:

CompartmentOcid string

(Updatable) Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.

DeleteInProgress bool

(Updatable) 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.

DomainOcid string

(Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.

Id string

The provider-assigned unique ID for this managed resource.

IdcsCreatedBies List<DomainsMySupportAccountIdcsCreatedBy>

(Updatable) The User or App who created the Resource

IdcsLastModifiedBies List<DomainsMySupportAccountIdcsLastModifiedBy>

(Updatable) The User or App who modified the Resource

IdcsLastUpgradedInRelease string

(Updatable) The release number when the resource was upgraded.

IdcsPreventedOperations List<string>

(Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.

Metas List<DomainsMySupportAccountMeta>

(Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.

MySupportAccountProvider string

(Updatable) User Support Account Provider

TenancyOcid string

(Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.

UserId string

(Updatable) User Support User Id

CompartmentOcid string

(Updatable) Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.

DeleteInProgress bool

(Updatable) 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.

DomainOcid string

(Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.

Id string

The provider-assigned unique ID for this managed resource.

IdcsCreatedBies []DomainsMySupportAccountIdcsCreatedBy

(Updatable) The User or App who created the Resource

IdcsLastModifiedBies []DomainsMySupportAccountIdcsLastModifiedBy

(Updatable) The User or App who modified the Resource

IdcsLastUpgradedInRelease string

(Updatable) The release number when the resource was upgraded.

IdcsPreventedOperations []string

(Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.

Metas []DomainsMySupportAccountMeta

(Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.

MySupportAccountProvider string

(Updatable) User Support Account Provider

TenancyOcid string

(Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.

UserId string

(Updatable) User Support User Id

compartmentOcid String

(Updatable) Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.

deleteInProgress Boolean

(Updatable) 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.

domainOcid String

(Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.

id String

The provider-assigned unique ID for this managed resource.

idcsCreatedBies List<DomainsMySupportAccountIdcsCreatedBy>

(Updatable) The User or App who created the Resource

idcsLastModifiedBies List<DomainsMySupportAccountIdcsLastModifiedBy>

(Updatable) The User or App who modified the Resource

idcsLastUpgradedInRelease String

(Updatable) The release number when the resource was upgraded.

idcsPreventedOperations List<String>

(Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.

metas List<DomainsMySupportAccountMeta>

(Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.

mySupportAccountProvider String

(Updatable) User Support Account Provider

tenancyOcid String

(Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.

userId String

(Updatable) User Support User Id

compartmentOcid string

(Updatable) Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.

deleteInProgress boolean

(Updatable) 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.

domainOcid string

(Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.

id string

The provider-assigned unique ID for this managed resource.

idcsCreatedBies DomainsMySupportAccountIdcsCreatedBy[]

(Updatable) The User or App who created the Resource

idcsLastModifiedBies DomainsMySupportAccountIdcsLastModifiedBy[]

(Updatable) The User or App who modified the Resource

idcsLastUpgradedInRelease string

(Updatable) The release number when the resource was upgraded.

idcsPreventedOperations string[]

(Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.

metas DomainsMySupportAccountMeta[]

(Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.

mySupportAccountProvider string

(Updatable) User Support Account Provider

tenancyOcid string

(Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.

userId string

(Updatable) User Support User Id

compartment_ocid str

(Updatable) Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.

delete_in_progress bool

(Updatable) 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

(Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.

id str

The provider-assigned unique ID for this managed resource.

idcs_created_bies DomainsMySupportAccountIdcsCreatedBy]

(Updatable) The User or App who created the Resource

idcs_last_modified_bies DomainsMySupportAccountIdcsLastModifiedBy]

(Updatable) The User or App who modified the Resource

idcs_last_upgraded_in_release str

(Updatable) The release number when the resource was upgraded.

idcs_prevented_operations Sequence[str]

(Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.

metas DomainsMySupportAccountMeta]

(Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.

my_support_account_provider str

(Updatable) User Support Account Provider

tenancy_ocid str

(Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.

user_id str

(Updatable) User Support User Id

compartmentOcid String

(Updatable) Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.

deleteInProgress Boolean

(Updatable) 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.

domainOcid String

(Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.

id String

The provider-assigned unique ID for this managed resource.

idcsCreatedBies List<Property Map>

(Updatable) The User or App who created the Resource

idcsLastModifiedBies List<Property Map>

(Updatable) The User or App who modified the Resource

idcsLastUpgradedInRelease String

(Updatable) The release number when the resource was upgraded.

idcsPreventedOperations List<String>

(Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.

metas List<Property Map>

(Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.

mySupportAccountProvider String

(Updatable) User Support Account Provider

tenancyOcid String

(Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.

userId String

(Updatable) User Support User Id

Look up Existing DomainsMySupportAccount Resource

Get an existing DomainsMySupportAccount resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

public static get(name: string, id: Input<ID>, state?: DomainsMySupportAccountState, opts?: CustomResourceOptions): DomainsMySupportAccount
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        authorization: Optional[str] = None,
        compartment_ocid: Optional[str] = None,
        delete_in_progress: Optional[bool] = None,
        domain_ocid: Optional[str] = None,
        idcs_created_bies: Optional[Sequence[_identity.DomainsMySupportAccountIdcsCreatedByArgs]] = None,
        idcs_endpoint: Optional[str] = None,
        idcs_last_modified_bies: Optional[Sequence[_identity.DomainsMySupportAccountIdcsLastModifiedByArgs]] = None,
        idcs_last_upgraded_in_release: Optional[str] = None,
        idcs_prevented_operations: Optional[Sequence[str]] = None,
        metas: Optional[Sequence[_identity.DomainsMySupportAccountMetaArgs]] = None,
        my_support_account_provider: Optional[str] = None,
        ocid: Optional[str] = None,
        resource_type_schema_version: Optional[str] = None,
        schemas: Optional[Sequence[str]] = None,
        tags: Optional[Sequence[_identity.DomainsMySupportAccountTagArgs]] = None,
        tenancy_ocid: Optional[str] = None,
        token: Optional[str] = None,
        user: Optional[_identity.DomainsMySupportAccountUserArgs] = None,
        user_id: Optional[str] = None) -> DomainsMySupportAccount
func GetDomainsMySupportAccount(ctx *Context, name string, id IDInput, state *DomainsMySupportAccountState, opts ...ResourceOption) (*DomainsMySupportAccount, error)
public static DomainsMySupportAccount Get(string name, Input<string> id, DomainsMySupportAccountState? state, CustomResourceOptions? opts = null)
public static DomainsMySupportAccount get(String name, Output<String> id, DomainsMySupportAccountState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
resource_name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
The following state arguments are supported:
Authorization string

The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.

CompartmentOcid string

(Updatable) Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.

DeleteInProgress bool

(Updatable) 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.

DomainOcid string

(Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.

IdcsCreatedBies List<DomainsMySupportAccountIdcsCreatedByArgs>

(Updatable) The User or App who created the Resource

IdcsEndpoint string

The basic endpoint for the identity domain

IdcsLastModifiedBies List<DomainsMySupportAccountIdcsLastModifiedByArgs>

(Updatable) The User or App who modified the Resource

IdcsLastUpgradedInRelease string

(Updatable) The release number when the resource was upgraded.

IdcsPreventedOperations List<string>

(Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.

Metas List<DomainsMySupportAccountMetaArgs>

(Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.

MySupportAccountProvider string

(Updatable) User Support Account Provider

Ocid string

User's ocid

ResourceTypeSchemaVersion string

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.

Schemas List<string>

REQUIRED. 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. This specification defines URIs for User, Group, and a standard "enterprise" extension. 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.

Tags List<DomainsMySupportAccountTagArgs>

A list of tags on this resource.

TenancyOcid string

(Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.

Token string

User Support Account Token

User DomainsMySupportAccountUserArgs

User linked to Support Account

UserId string

(Updatable) User Support User Id

Authorization string

The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.

CompartmentOcid string

(Updatable) Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.

DeleteInProgress bool

(Updatable) 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.

DomainOcid string

(Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.

IdcsCreatedBies []DomainsMySupportAccountIdcsCreatedByArgs

(Updatable) The User or App who created the Resource

IdcsEndpoint string

The basic endpoint for the identity domain

IdcsLastModifiedBies []DomainsMySupportAccountIdcsLastModifiedByArgs

(Updatable) The User or App who modified the Resource

IdcsLastUpgradedInRelease string

(Updatable) The release number when the resource was upgraded.

IdcsPreventedOperations []string

(Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.

Metas []DomainsMySupportAccountMetaArgs

(Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.

MySupportAccountProvider string

(Updatable) User Support Account Provider

Ocid string

User's ocid

ResourceTypeSchemaVersion string

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.

Schemas []string

REQUIRED. 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. This specification defines URIs for User, Group, and a standard "enterprise" extension. 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.

Tags []DomainsMySupportAccountTagArgs

A list of tags on this resource.

TenancyOcid string

(Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.

Token string

User Support Account Token

User DomainsMySupportAccountUserArgs

User linked to Support Account

UserId string

(Updatable) User Support User Id

authorization String

The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.

compartmentOcid String

(Updatable) Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.

deleteInProgress Boolean

(Updatable) 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.

domainOcid String

(Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.

idcsCreatedBies List<DomainsMySupportAccountIdcsCreatedByArgs>

(Updatable) The User or App who created the Resource

idcsEndpoint String

The basic endpoint for the identity domain

idcsLastModifiedBies List<DomainsMySupportAccountIdcsLastModifiedByArgs>

(Updatable) The User or App who modified the Resource

idcsLastUpgradedInRelease String

(Updatable) The release number when the resource was upgraded.

idcsPreventedOperations List<String>

(Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.

metas List<DomainsMySupportAccountMetaArgs>

(Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.

mySupportAccountProvider String

(Updatable) User Support Account Provider

ocid String

User's ocid

resourceTypeSchemaVersion String

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.

schemas List<String>

REQUIRED. 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. This specification defines URIs for User, Group, and a standard "enterprise" extension. 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.

tags List<DomainsMySupportAccountTagArgs>

A list of tags on this resource.

tenancyOcid String

(Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.

token String

User Support Account Token

user DomainsMySupportAccountUserArgs

User linked to Support Account

userId String

(Updatable) User Support User Id

authorization string

The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.

compartmentOcid string

(Updatable) Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.

deleteInProgress boolean

(Updatable) 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.

domainOcid string

(Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.

idcsCreatedBies DomainsMySupportAccountIdcsCreatedByArgs[]

(Updatable) The User or App who created the Resource

idcsEndpoint string

The basic endpoint for the identity domain

idcsLastModifiedBies DomainsMySupportAccountIdcsLastModifiedByArgs[]

(Updatable) The User or App who modified the Resource

idcsLastUpgradedInRelease string

(Updatable) The release number when the resource was upgraded.

idcsPreventedOperations string[]

(Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.

metas DomainsMySupportAccountMetaArgs[]

(Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.

mySupportAccountProvider string

(Updatable) User Support Account Provider

ocid string

User's ocid

resourceTypeSchemaVersion string

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.

schemas string[]

REQUIRED. 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. This specification defines URIs for User, Group, and a standard "enterprise" extension. 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.

tags DomainsMySupportAccountTagArgs[]

A list of tags on this resource.

tenancyOcid string

(Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.

token string

User Support Account Token

user DomainsMySupportAccountUserArgs

User linked to Support Account

userId string

(Updatable) User Support User Id

authorization 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_ocid str

(Updatable) Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.

delete_in_progress bool

(Updatable) 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

(Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.

idcs_created_bies DomainsMySupportAccountIdcsCreatedByArgs]

(Updatable) The User or App who created the Resource

idcs_endpoint str

The basic endpoint for the identity domain

idcs_last_modified_bies DomainsMySupportAccountIdcsLastModifiedByArgs]

(Updatable) The User or App who modified the Resource

idcs_last_upgraded_in_release str

(Updatable) The release number when the resource was upgraded.

idcs_prevented_operations Sequence[str]

(Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.

metas DomainsMySupportAccountMetaArgs]

(Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.

my_support_account_provider str

(Updatable) User Support Account Provider

ocid str

User's ocid

resource_type_schema_version str

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.

schemas Sequence[str]

REQUIRED. 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. This specification defines URIs for User, Group, and a standard "enterprise" extension. 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.

tags DomainsMySupportAccountTagArgs]

A list of tags on this resource.

tenancy_ocid str

(Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.

token str

User Support Account Token

user DomainsMySupportAccountUserArgs

User linked to Support Account

user_id str

(Updatable) User Support User Id

authorization String

The Authorization field value consists of credentials containing the authentication information of the user agent for the realm of the resource being requested.

compartmentOcid String

(Updatable) Oracle Cloud Infrastructure Compartment Id (ocid) in which the resource lives.

deleteInProgress Boolean

(Updatable) 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.

domainOcid String

(Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.

idcsCreatedBies List<Property Map>

(Updatable) The User or App who created the Resource

idcsEndpoint String

The basic endpoint for the identity domain

idcsLastModifiedBies List<Property Map>

(Updatable) The User or App who modified the Resource

idcsLastUpgradedInRelease String

(Updatable) The release number when the resource was upgraded.

idcsPreventedOperations List<String>

(Updatable) Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.

metas List<Property Map>

(Updatable) A complex attribute that contains resource metadata. All sub-attributes are OPTIONAL.

mySupportAccountProvider String

(Updatable) User Support Account Provider

ocid String

User's ocid

resourceTypeSchemaVersion String

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.

schemas List<String>

REQUIRED. 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. This specification defines URIs for User, Group, and a standard "enterprise" extension. 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.

tags List<Property Map>

A list of tags on this resource.

tenancyOcid String

(Updatable) Oracle Cloud Infrastructure Tenant Id (ocid) in which the resource lives.

token String

User Support Account Token

user Property Map

User linked to Support Account

userId String

(Updatable) User Support User Id

Supporting Types

DomainsMySupportAccountIdcsCreatedBy

Value string

User's id

Display string

(Updatable) User display name

Ocid string

User's ocid

Ref string

(Updatable) The URI that corresponds to the user linked to this Support Account

Type string

The type of resource, User or App, that modified this Resource

Value string

User's id

Display string

(Updatable) User display name

Ocid string

User's ocid

Ref string

(Updatable) The URI that corresponds to the user linked to this Support Account

Type string

The type of resource, User or App, that modified this Resource

value String

User's id

display String

(Updatable) User display name

ocid String

User's ocid

ref String

(Updatable) The URI that corresponds to the user linked to this Support Account

type String

The type of resource, User or App, that modified this Resource

value string

User's id

display string

(Updatable) User display name

ocid string

User's ocid

ref string

(Updatable) The URI that corresponds to the user linked to this Support Account

type string

The type of resource, User or App, that modified this Resource

value str

User's id

display str

(Updatable) User display name

ocid str

User's ocid

ref str

(Updatable) The URI that corresponds to the user linked to this Support Account

type str

The type of resource, User or App, that modified this Resource

value String

User's id

display String

(Updatable) User display name

ocid String

User's ocid

ref String

(Updatable) The URI that corresponds to the user linked to this Support Account

type String

The type of resource, User or App, that modified this Resource

DomainsMySupportAccountIdcsLastModifiedBy

Value string

User's id

Display string

(Updatable) User display name

Ocid string

User's ocid

Ref string

(Updatable) The URI that corresponds to the user linked to this Support Account

Type string

The type of resource, User or App, that modified this Resource

Value string

User's id

Display string

(Updatable) User display name

Ocid string

User's ocid

Ref string

(Updatable) The URI that corresponds to the user linked to this Support Account

Type string

The type of resource, User or App, that modified this Resource

value String

User's id

display String

(Updatable) User display name

ocid String

User's ocid

ref String

(Updatable) The URI that corresponds to the user linked to this Support Account

type String

The type of resource, User or App, that modified this Resource

value string

User's id

display string

(Updatable) User display name

ocid string

User's ocid

ref string

(Updatable) The URI that corresponds to the user linked to this Support Account

type string

The type of resource, User or App, that modified this Resource

value str

User's id

display str

(Updatable) User display name

ocid str

User's ocid

ref str

(Updatable) The URI that corresponds to the user linked to this Support Account

type str

The type of resource, User or App, that modified this Resource

value String

User's id

display String

(Updatable) User display name

ocid String

User's ocid

ref String

(Updatable) The URI that corresponds to the user linked to this Support Account

type String

The type of resource, User or App, that modified this Resource

DomainsMySupportAccountMeta

Created string

The DateTime the Resource was added to the Service Provider

LastModified 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.

ResourceType 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

LastModified 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.

ResourceType 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

lastModified 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.

resourceType 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

lastModified 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.

resourceType 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

lastModified 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.

resourceType 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.

DomainsMySupportAccountTag

Key string

Key or name of the tag.

Value string

User's id

Key string

Key or name of the tag.

Value string

User's id

key String

Key or name of the tag.

value String

User's id

key string

Key or name of the tag.

value string

User's id

key str

Key or name of the tag.

value str

User's id

key String

Key or name of the tag.

value String

User's id

DomainsMySupportAccountUser

Display string

(Updatable) User display name

Name string

(Updatable) User name

Ocid string

User's ocid

Ref string

(Updatable) The URI that corresponds to the user linked to this Support Account

Value string

User's id

Display string

(Updatable) User display name

Name string

(Updatable) User name

Ocid string

User's ocid

Ref string

(Updatable) The URI that corresponds to the user linked to this Support Account

Value string

User's id

display String

(Updatable) User display name

name String

(Updatable) User name

ocid String

User's ocid

ref String

(Updatable) The URI that corresponds to the user linked to this Support Account

value String

User's id

display string

(Updatable) User display name

name string

(Updatable) User name

ocid string

User's ocid

ref string

(Updatable) The URI that corresponds to the user linked to this Support Account

value string

User's id

display str

(Updatable) User display name

name str

(Updatable) User name

ocid str

User's ocid

ref str

(Updatable) The URI that corresponds to the user linked to this Support Account

value str

User's id

display String

(Updatable) User display name

name String

(Updatable) User name

ocid String

User's ocid

ref String

(Updatable) The URI that corresponds to the user linked to this Support Account

value String

User's id

Import

MySupportAccounts can be imported using the id, e.g.

 $ pulumi import oci:Identity/domainsMySupportAccount:DomainsMySupportAccount test_my_support_account "idcsEndpoint/{idcsEndpoint}/mySupportAccounts/{mySupportAccountId}"

Package Details

Repository
oci pulumi/pulumi-oci
License
Apache-2.0
Notes

This Pulumi package is based on the oci Terraform Provider.