Data Source: oci_identity_domains_password_policy

This data source provides details about a specific Password Policy resource in Oracle Cloud Infrastructure Identity Domains service.

Get a password policy.

Example Usage

data "oci_identity_domains_password_policy" "test_password_policy" {
    #Required
    idcs_endpoint = data.oci_identity_domain.test_domain.url
    password_policy_id = oci_identity_policy.test_policy.id

    #Optional
    attribute_sets = []
    attributes = ""
    authorization = var.password_policy_authorization
    resource_type_schema_version = var.password_policy_resource_type_schema_version
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: