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

oci.Identity.DomainsMyUserDbCredential

This resource provides the My User Db Credential resource in Oracle Cloud Infrastructure Identity Domains service.

Set a User’s DbCredential

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.DomainsMyUserDbCredential;
import com.pulumi.oci.Identity.DomainsMyUserDbCredentialArgs;
import com.pulumi.oci.Identity.inputs.DomainsMyUserDbCredentialTagArgs;
import com.pulumi.oci.Identity.inputs.DomainsMyUserDbCredentialUserArgs;
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 testMyUserDbCredential = new DomainsMyUserDbCredential("testMyUserDbCredential", DomainsMyUserDbCredentialArgs.builder()        
            .dbPassword(var_.my_user_db_credential_db_password())
            .idcsEndpoint(data.oci_identity_domain().test_domain().url())
            .schemas("urn:ietf:params:scim:schemas:oracle:idcs:UserDbCredentials")
            .authorization(var_.my_user_db_credential_authorization())
            .description(var_.my_user_db_credential_description())
            .expiresOn(var_.my_user_db_credential_expires_on())
            .id(var_.my_user_db_credential_id())
            .ocid(var_.my_user_db_credential_ocid())
            .resourceTypeSchemaVersion(var_.my_user_db_credential_resource_type_schema_version())
            .status(var_.my_user_db_credential_status())
            .tags(DomainsMyUserDbCredentialTagArgs.builder()
                .key(var_.my_user_db_credential_tags_key())
                .value(var_.my_user_db_credential_tags_value())
                .build())
            .user(DomainsMyUserDbCredentialUserArgs.builder()
                .value(var_.my_user_db_credential_user_value())
                .ocid(var_.my_user_db_credential_user_ocid())
                .build())
            .build());

    }
}

Coming soon!

Coming soon!

resources:
  testMyUserDbCredential:
    type: oci:Identity:DomainsMyUserDbCredential
    properties:
      #Required
      dbPassword: ${var.my_user_db_credential_db_password}
      idcsEndpoint: ${data.oci_identity_domain.test_domain.url}
      schemas:
        - urn:ietf:params:scim:schemas:oracle:idcs:UserDbCredentials
      #Optional
      authorization: ${var.my_user_db_credential_authorization}
      description: ${var.my_user_db_credential_description}
      expiresOn: ${var.my_user_db_credential_expires_on}
      id: ${var.my_user_db_credential_id}
      ocid: ${var.my_user_db_credential_ocid}
      resourceTypeSchemaVersion: ${var.my_user_db_credential_resource_type_schema_version}
      status: ${var.my_user_db_credential_status}
      tags:
        - key: ${var.my_user_db_credential_tags_key}
          value: ${var.my_user_db_credential_tags_value}
      user:
        value: ${var.my_user_db_credential_user_value}
        ocid: ${var.my_user_db_credential_user_ocid}

Create DomainsMyUserDbCredential Resource

new DomainsMyUserDbCredential(name: string, args: DomainsMyUserDbCredentialArgs, opts?: CustomResourceOptions);
@overload
def DomainsMyUserDbCredential(resource_name: str,
                              opts: Optional[ResourceOptions] = None,
                              authorization: Optional[str] = None,
                              db_password: Optional[str] = None,
                              description: Optional[str] = None,
                              expires_on: Optional[str] = None,
                              idcs_endpoint: Optional[str] = None,
                              ocid: Optional[str] = None,
                              resource_type_schema_version: Optional[str] = None,
                              schemas: Optional[Sequence[str]] = None,
                              status: Optional[str] = None,
                              tags: Optional[Sequence[_identity.DomainsMyUserDbCredentialTagArgs]] = None,
                              user: Optional[_identity.DomainsMyUserDbCredentialUserArgs] = None)
@overload
def DomainsMyUserDbCredential(resource_name: str,
                              args: DomainsMyUserDbCredentialArgs,
                              opts: Optional[ResourceOptions] = None)
func NewDomainsMyUserDbCredential(ctx *Context, name string, args DomainsMyUserDbCredentialArgs, opts ...ResourceOption) (*DomainsMyUserDbCredential, error)
public DomainsMyUserDbCredential(string name, DomainsMyUserDbCredentialArgs args, CustomResourceOptions? opts = null)
public DomainsMyUserDbCredential(String name, DomainsMyUserDbCredentialArgs args)
public DomainsMyUserDbCredential(String name, DomainsMyUserDbCredentialArgs args, CustomResourceOptions options)
type: oci:Identity:DomainsMyUserDbCredential
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

name string
The unique name of the resource.
args DomainsMyUserDbCredentialArgs
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 DomainsMyUserDbCredentialArgs
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 DomainsMyUserDbCredentialArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name string
The unique name of the resource.
args DomainsMyUserDbCredentialArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name String
The unique name of the resource.
args DomainsMyUserDbCredentialArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

DomainsMyUserDbCredential 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 DomainsMyUserDbCredential resource accepts the following input properties:

DbPassword string

The db password of the user

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.

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.

Description string

Description

ExpiresOn string

User credential expires on

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.

Status string

User credential status

Tags List<DomainsMyUserDbCredentialTagArgs>

A list of tags on this resource.

User DomainsMyUserDbCredentialUserArgs

User linked to db credential

DbPassword string

The db password of the user

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.

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.

Description string

Description

ExpiresOn string

User credential expires on

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.

Status string

User credential status

Tags []DomainsMyUserDbCredentialTagArgs

A list of tags on this resource.

User DomainsMyUserDbCredentialUserArgs

User linked to db credential

dbPassword String

The db password of the user

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.

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.

description String

Description

expiresOn String

User credential expires on

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.

status String

User credential status

tags List<DomainsMyUserDbCredentialTagArgs>

A list of tags on this resource.

user DomainsMyUserDbCredentialUserArgs

User linked to db credential

dbPassword string

The db password of the user

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.

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.

description string

Description

expiresOn string

User credential expires on

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.

status string

User credential status

tags DomainsMyUserDbCredentialTagArgs[]

A list of tags on this resource.

user DomainsMyUserDbCredentialUserArgs

User linked to db credential

db_password str

The db password of the user

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.

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.

description str

Description

expires_on str

User credential expires on

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.

status str

User credential status

tags DomainsMyUserDbCredentialTagArgs]

A list of tags on this resource.

user DomainsMyUserDbCredentialUserArgs

User linked to db credential

dbPassword String

The db password of the user

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.

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.

description String

Description

expiresOn String

User credential expires on

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.

status String

User credential status

tags List<Property Map>

A list of tags on this resource.

user Property Map

User linked to db credential

Outputs

All input properties are implicitly available as output properties. Additionally, the DomainsMyUserDbCredential 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.

Expired bool

(Updatable) Indicates that the db password has expired

Id string

The provider-assigned unique ID for this managed resource.

IdcsCreatedBies List<DomainsMyUserDbCredentialIdcsCreatedBy>

(Updatable) The User or App who created the Resource

IdcsLastModifiedBies List<DomainsMyUserDbCredentialIdcsLastModifiedBy>

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

LastSetDate string

(Updatable) A DateTime that specifies the date and time when the current db password was set

Metas List<DomainsMyUserDbCredentialMeta>

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

MixedDbPassword string

(Updatable) The db password of the user with mixed salt

MixedSalt string

(Updatable) The mixed salt of the password

Name string

(Updatable) User name

Salt string

(Updatable) The salt of the password

TenancyOcid string

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

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.

Expired bool

(Updatable) Indicates that the db password has expired

Id string

The provider-assigned unique ID for this managed resource.

IdcsCreatedBies []DomainsMyUserDbCredentialIdcsCreatedBy

(Updatable) The User or App who created the Resource

IdcsLastModifiedBies []DomainsMyUserDbCredentialIdcsLastModifiedBy

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

LastSetDate string

(Updatable) A DateTime that specifies the date and time when the current db password was set

Metas []DomainsMyUserDbCredentialMeta

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

MixedDbPassword string

(Updatable) The db password of the user with mixed salt

MixedSalt string

(Updatable) The mixed salt of the password

Name string

(Updatable) User name

Salt string

(Updatable) The salt of the password

TenancyOcid string

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

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.

expired Boolean

(Updatable) Indicates that the db password has expired

id String

The provider-assigned unique ID for this managed resource.

idcsCreatedBies List<DomainsMyUserDbCredentialIdcsCreatedBy>

(Updatable) The User or App who created the Resource

idcsLastModifiedBies List<DomainsMyUserDbCredentialIdcsLastModifiedBy>

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

lastSetDate String

(Updatable) A DateTime that specifies the date and time when the current db password was set

metas List<DomainsMyUserDbCredentialMeta>

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

mixedDbPassword String

(Updatable) The db password of the user with mixed salt

mixedSalt String

(Updatable) The mixed salt of the password

name String

(Updatable) User name

salt String

(Updatable) The salt of the password

tenancyOcid String

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

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.

expired boolean

(Updatable) Indicates that the db password has expired

id string

The provider-assigned unique ID for this managed resource.

idcsCreatedBies DomainsMyUserDbCredentialIdcsCreatedBy[]

(Updatable) The User or App who created the Resource

idcsLastModifiedBies DomainsMyUserDbCredentialIdcsLastModifiedBy[]

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

lastSetDate string

(Updatable) A DateTime that specifies the date and time when the current db password was set

metas DomainsMyUserDbCredentialMeta[]

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

mixedDbPassword string

(Updatable) The db password of the user with mixed salt

mixedSalt string

(Updatable) The mixed salt of the password

name string

(Updatable) User name

salt string

(Updatable) The salt of the password

tenancyOcid string

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

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.

expired bool

(Updatable) Indicates that the db password has expired

id str

The provider-assigned unique ID for this managed resource.

idcs_created_bies DomainsMyUserDbCredentialIdcsCreatedBy]

(Updatable) The User or App who created the Resource

idcs_last_modified_bies DomainsMyUserDbCredentialIdcsLastModifiedBy]

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

last_set_date str

(Updatable) A DateTime that specifies the date and time when the current db password was set

metas DomainsMyUserDbCredentialMeta]

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

mixed_db_password str

(Updatable) The db password of the user with mixed salt

mixed_salt str

(Updatable) The mixed salt of the password

name str

(Updatable) User name

salt str

(Updatable) The salt of the password

tenancy_ocid str

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

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.

expired Boolean

(Updatable) Indicates that the db password has expired

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.

lastSetDate String

(Updatable) A DateTime that specifies the date and time when the current db password was set

metas List<Property Map>

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

mixedDbPassword String

(Updatable) The db password of the user with mixed salt

mixedSalt String

(Updatable) The mixed salt of the password

name String

(Updatable) User name

salt String

(Updatable) The salt of the password

tenancyOcid String

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

Look up Existing DomainsMyUserDbCredential Resource

Get an existing DomainsMyUserDbCredential 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?: DomainsMyUserDbCredentialState, opts?: CustomResourceOptions): DomainsMyUserDbCredential
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        authorization: Optional[str] = None,
        compartment_ocid: Optional[str] = None,
        db_password: Optional[str] = None,
        delete_in_progress: Optional[bool] = None,
        description: Optional[str] = None,
        domain_ocid: Optional[str] = None,
        expired: Optional[bool] = None,
        expires_on: Optional[str] = None,
        idcs_created_bies: Optional[Sequence[_identity.DomainsMyUserDbCredentialIdcsCreatedByArgs]] = None,
        idcs_endpoint: Optional[str] = None,
        idcs_last_modified_bies: Optional[Sequence[_identity.DomainsMyUserDbCredentialIdcsLastModifiedByArgs]] = None,
        idcs_last_upgraded_in_release: Optional[str] = None,
        idcs_prevented_operations: Optional[Sequence[str]] = None,
        last_set_date: Optional[str] = None,
        metas: Optional[Sequence[_identity.DomainsMyUserDbCredentialMetaArgs]] = None,
        mixed_db_password: Optional[str] = None,
        mixed_salt: Optional[str] = None,
        name: Optional[str] = None,
        ocid: Optional[str] = None,
        resource_type_schema_version: Optional[str] = None,
        salt: Optional[str] = None,
        schemas: Optional[Sequence[str]] = None,
        status: Optional[str] = None,
        tags: Optional[Sequence[_identity.DomainsMyUserDbCredentialTagArgs]] = None,
        tenancy_ocid: Optional[str] = None,
        user: Optional[_identity.DomainsMyUserDbCredentialUserArgs] = None) -> DomainsMyUserDbCredential
func GetDomainsMyUserDbCredential(ctx *Context, name string, id IDInput, state *DomainsMyUserDbCredentialState, opts ...ResourceOption) (*DomainsMyUserDbCredential, error)
public static DomainsMyUserDbCredential Get(string name, Input<string> id, DomainsMyUserDbCredentialState? state, CustomResourceOptions? opts = null)
public static DomainsMyUserDbCredential get(String name, Output<String> id, DomainsMyUserDbCredentialState 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.

DbPassword string

The db password of the user

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.

Description string

Description

DomainOcid string

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

Expired bool

(Updatable) Indicates that the db password has expired

ExpiresOn string

User credential expires on

IdcsCreatedBies List<DomainsMyUserDbCredentialIdcsCreatedByArgs>

(Updatable) The User or App who created the Resource

IdcsEndpoint string

The basic endpoint for the identity domain

IdcsLastModifiedBies List<DomainsMyUserDbCredentialIdcsLastModifiedByArgs>

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

LastSetDate string

(Updatable) A DateTime that specifies the date and time when the current db password was set

Metas List<DomainsMyUserDbCredentialMetaArgs>

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

MixedDbPassword string

(Updatable) The db password of the user with mixed salt

MixedSalt string

(Updatable) The mixed salt of the password

Name string

(Updatable) User name

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.

Salt string

(Updatable) The salt of the password

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.

Status string

User credential status

Tags List<DomainsMyUserDbCredentialTagArgs>

A list of tags on this resource.

TenancyOcid string

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

User DomainsMyUserDbCredentialUserArgs

User linked to db credential

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.

DbPassword string

The db password of the user

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.

Description string

Description

DomainOcid string

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

Expired bool

(Updatable) Indicates that the db password has expired

ExpiresOn string

User credential expires on

IdcsCreatedBies []DomainsMyUserDbCredentialIdcsCreatedByArgs

(Updatable) The User or App who created the Resource

IdcsEndpoint string

The basic endpoint for the identity domain

IdcsLastModifiedBies []DomainsMyUserDbCredentialIdcsLastModifiedByArgs

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

LastSetDate string

(Updatable) A DateTime that specifies the date and time when the current db password was set

Metas []DomainsMyUserDbCredentialMetaArgs

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

MixedDbPassword string

(Updatable) The db password of the user with mixed salt

MixedSalt string

(Updatable) The mixed salt of the password

Name string

(Updatable) User name

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.

Salt string

(Updatable) The salt of the password

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.

Status string

User credential status

Tags []DomainsMyUserDbCredentialTagArgs

A list of tags on this resource.

TenancyOcid string

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

User DomainsMyUserDbCredentialUserArgs

User linked to db credential

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.

dbPassword String

The db password of the user

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.

description String

Description

domainOcid String

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

expired Boolean

(Updatable) Indicates that the db password has expired

expiresOn String

User credential expires on

idcsCreatedBies List<DomainsMyUserDbCredentialIdcsCreatedByArgs>

(Updatable) The User or App who created the Resource

idcsEndpoint String

The basic endpoint for the identity domain

idcsLastModifiedBies List<DomainsMyUserDbCredentialIdcsLastModifiedByArgs>

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

lastSetDate String

(Updatable) A DateTime that specifies the date and time when the current db password was set

metas List<DomainsMyUserDbCredentialMetaArgs>

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

mixedDbPassword String

(Updatable) The db password of the user with mixed salt

mixedSalt String

(Updatable) The mixed salt of the password

name String

(Updatable) User name

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.

salt String

(Updatable) The salt of the password

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.

status String

User credential status

tags List<DomainsMyUserDbCredentialTagArgs>

A list of tags on this resource.

tenancyOcid String

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

user DomainsMyUserDbCredentialUserArgs

User linked to db credential

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.

dbPassword string

The db password of the user

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.

description string

Description

domainOcid string

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

expired boolean

(Updatable) Indicates that the db password has expired

expiresOn string

User credential expires on

idcsCreatedBies DomainsMyUserDbCredentialIdcsCreatedByArgs[]

(Updatable) The User or App who created the Resource

idcsEndpoint string

The basic endpoint for the identity domain

idcsLastModifiedBies DomainsMyUserDbCredentialIdcsLastModifiedByArgs[]

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

lastSetDate string

(Updatable) A DateTime that specifies the date and time when the current db password was set

metas DomainsMyUserDbCredentialMetaArgs[]

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

mixedDbPassword string

(Updatable) The db password of the user with mixed salt

mixedSalt string

(Updatable) The mixed salt of the password

name string

(Updatable) User name

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.

salt string

(Updatable) The salt of the password

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.

status string

User credential status

tags DomainsMyUserDbCredentialTagArgs[]

A list of tags on this resource.

tenancyOcid string

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

user DomainsMyUserDbCredentialUserArgs

User linked to db credential

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.

db_password str

The db password of the user

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.

description str

Description

domain_ocid str

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

expired bool

(Updatable) Indicates that the db password has expired

expires_on str

User credential expires on

idcs_created_bies DomainsMyUserDbCredentialIdcsCreatedByArgs]

(Updatable) The User or App who created the Resource

idcs_endpoint str

The basic endpoint for the identity domain

idcs_last_modified_bies DomainsMyUserDbCredentialIdcsLastModifiedByArgs]

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

last_set_date str

(Updatable) A DateTime that specifies the date and time when the current db password was set

metas DomainsMyUserDbCredentialMetaArgs]

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

mixed_db_password str

(Updatable) The db password of the user with mixed salt

mixed_salt str

(Updatable) The mixed salt of the password

name str

(Updatable) User name

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.

salt str

(Updatable) The salt of the password

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.

status str

User credential status

tags DomainsMyUserDbCredentialTagArgs]

A list of tags on this resource.

tenancy_ocid str

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

user DomainsMyUserDbCredentialUserArgs

User linked to db credential

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.

dbPassword String

The db password of the user

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.

description String

Description

domainOcid String

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

expired Boolean

(Updatable) Indicates that the db password has expired

expiresOn String

User credential expires on

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.

lastSetDate String

(Updatable) A DateTime that specifies the date and time when the current db password was set

metas List<Property Map>

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

mixedDbPassword String

(Updatable) The db password of the user with mixed salt

mixedSalt String

(Updatable) The mixed salt of the password

name String

(Updatable) User name

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.

salt String

(Updatable) The salt of the password

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.

status String

User credential status

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.

user Property Map

User linked to db credential

Supporting Types

DomainsMyUserDbCredentialIdcsCreatedBy

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 credential

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 credential

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 credential

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 credential

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 credential

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 credential

type String

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

DomainsMyUserDbCredentialIdcsLastModifiedBy

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 credential

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 credential

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 credential

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 credential

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 credential

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 credential

type String

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

DomainsMyUserDbCredentialMeta

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.

DomainsMyUserDbCredentialTag

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

DomainsMyUserDbCredentialUser

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 credential

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 credential

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 credential

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 credential

value str

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 credential

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 credential

Import

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

 $ pulumi import oci:Identity/domainsMyUserDbCredential:DomainsMyUserDbCredential test_my_user_db_credential "idcsEndpoint/{idcsEndpoint}/myUserDbCredentials/{myUserDbCredentialId}"

Package Details

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

This Pulumi package is based on the oci Terraform Provider.