1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. OspGateway
  5. AddressActionVerification
Oracle Cloud Infrastructure v1.10.0 published on Thursday, Sep 7, 2023 by Pulumi

oci.OspGateway.AddressActionVerification

Explore with Pulumi AI

oci logo
Oracle Cloud Infrastructure v1.10.0 published on Thursday, Sep 7, 2023 by Pulumi

    This resource provides the Address Action Verification resource in Oracle Cloud Infrastructure Osp Gateway service.

    Verify address

    Example Usage

    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Oci = Pulumi.Oci;
    
    return await Deployment.RunAsync(() => 
    {
        var testAddressActionVerification = new Oci.OspGateway.AddressActionVerification("testAddressActionVerification", new()
        {
            CompartmentId = @var.Compartment_id,
            OspHomeRegion = @var.Address_action_verification_osp_home_region,
            AddressKey = @var.Address_action_verification_address_key,
            City = @var.Address_action_verification_city,
            CompanyName = @var.Address_action_verification_company_name,
            ContributorClass = @var.Address_action_verification_contributor_class,
            Country = @var.Address_action_verification_country,
            County = @var.Address_action_verification_county,
            DepartmentName = @var.Address_action_verification_department_name,
            EmailAddress = @var.Address_action_verification_email_address,
            FirstName = @var.Address_action_verification_first_name,
            InternalNumber = @var.Address_action_verification_internal_number,
            JobTitle = @var.Address_action_verification_job_title,
            LastName = @var.Address_action_verification_last_name,
            Line1 = @var.Address_action_verification_line1,
            Line2 = @var.Address_action_verification_line2,
            Line3 = @var.Address_action_verification_line3,
            Line4 = @var.Address_action_verification_line4,
            MiddleName = @var.Address_action_verification_middle_name,
            MunicipalInscription = @var.Address_action_verification_municipal_inscription,
            PhoneCountryCode = @var.Address_action_verification_phone_country_code,
            PhoneNumber = @var.Address_action_verification_phone_number,
            PostalCode = @var.Address_action_verification_postal_code,
            Province = @var.Address_action_verification_province,
            State = @var.Address_action_verification_state,
            StateInscription = @var.Address_action_verification_state_inscription,
            StreetName = @var.Address_action_verification_street_name,
            StreetNumber = @var.Address_action_verification_street_number,
        });
    
    });
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-oci/sdk/go/oci/OspGateway"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := OspGateway.NewAddressActionVerification(ctx, "testAddressActionVerification", &OspGateway.AddressActionVerificationArgs{
    			CompartmentId:        pulumi.Any(_var.Compartment_id),
    			OspHomeRegion:        pulumi.Any(_var.Address_action_verification_osp_home_region),
    			AddressKey:           pulumi.Any(_var.Address_action_verification_address_key),
    			City:                 pulumi.Any(_var.Address_action_verification_city),
    			CompanyName:          pulumi.Any(_var.Address_action_verification_company_name),
    			ContributorClass:     pulumi.Any(_var.Address_action_verification_contributor_class),
    			Country:              pulumi.Any(_var.Address_action_verification_country),
    			County:               pulumi.Any(_var.Address_action_verification_county),
    			DepartmentName:       pulumi.Any(_var.Address_action_verification_department_name),
    			EmailAddress:         pulumi.Any(_var.Address_action_verification_email_address),
    			FirstName:            pulumi.Any(_var.Address_action_verification_first_name),
    			InternalNumber:       pulumi.Any(_var.Address_action_verification_internal_number),
    			JobTitle:             pulumi.Any(_var.Address_action_verification_job_title),
    			LastName:             pulumi.Any(_var.Address_action_verification_last_name),
    			Line1:                pulumi.Any(_var.Address_action_verification_line1),
    			Line2:                pulumi.Any(_var.Address_action_verification_line2),
    			Line3:                pulumi.Any(_var.Address_action_verification_line3),
    			Line4:                pulumi.Any(_var.Address_action_verification_line4),
    			MiddleName:           pulumi.Any(_var.Address_action_verification_middle_name),
    			MunicipalInscription: pulumi.Any(_var.Address_action_verification_municipal_inscription),
    			PhoneCountryCode:     pulumi.Any(_var.Address_action_verification_phone_country_code),
    			PhoneNumber:          pulumi.Any(_var.Address_action_verification_phone_number),
    			PostalCode:           pulumi.Any(_var.Address_action_verification_postal_code),
    			Province:             pulumi.Any(_var.Address_action_verification_province),
    			State:                pulumi.Any(_var.Address_action_verification_state),
    			StateInscription:     pulumi.Any(_var.Address_action_verification_state_inscription),
    			StreetName:           pulumi.Any(_var.Address_action_verification_street_name),
    			StreetNumber:         pulumi.Any(_var.Address_action_verification_street_number),
    		})
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.oci.OspGateway.AddressActionVerification;
    import com.pulumi.oci.OspGateway.AddressActionVerificationArgs;
    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 testAddressActionVerification = new AddressActionVerification("testAddressActionVerification", AddressActionVerificationArgs.builder()        
                .compartmentId(var_.compartment_id())
                .ospHomeRegion(var_.address_action_verification_osp_home_region())
                .addressKey(var_.address_action_verification_address_key())
                .city(var_.address_action_verification_city())
                .companyName(var_.address_action_verification_company_name())
                .contributorClass(var_.address_action_verification_contributor_class())
                .country(var_.address_action_verification_country())
                .county(var_.address_action_verification_county())
                .departmentName(var_.address_action_verification_department_name())
                .emailAddress(var_.address_action_verification_email_address())
                .firstName(var_.address_action_verification_first_name())
                .internalNumber(var_.address_action_verification_internal_number())
                .jobTitle(var_.address_action_verification_job_title())
                .lastName(var_.address_action_verification_last_name())
                .line1(var_.address_action_verification_line1())
                .line2(var_.address_action_verification_line2())
                .line3(var_.address_action_verification_line3())
                .line4(var_.address_action_verification_line4())
                .middleName(var_.address_action_verification_middle_name())
                .municipalInscription(var_.address_action_verification_municipal_inscription())
                .phoneCountryCode(var_.address_action_verification_phone_country_code())
                .phoneNumber(var_.address_action_verification_phone_number())
                .postalCode(var_.address_action_verification_postal_code())
                .province(var_.address_action_verification_province())
                .state(var_.address_action_verification_state())
                .stateInscription(var_.address_action_verification_state_inscription())
                .streetName(var_.address_action_verification_street_name())
                .streetNumber(var_.address_action_verification_street_number())
                .build());
    
        }
    }
    
    import pulumi
    import pulumi_oci as oci
    
    test_address_action_verification = oci.osp_gateway.AddressActionVerification("testAddressActionVerification",
        compartment_id=var["compartment_id"],
        osp_home_region=var["address_action_verification_osp_home_region"],
        address_key=var["address_action_verification_address_key"],
        city=var["address_action_verification_city"],
        company_name=var["address_action_verification_company_name"],
        contributor_class=var["address_action_verification_contributor_class"],
        country=var["address_action_verification_country"],
        county=var["address_action_verification_county"],
        department_name=var["address_action_verification_department_name"],
        email_address=var["address_action_verification_email_address"],
        first_name=var["address_action_verification_first_name"],
        internal_number=var["address_action_verification_internal_number"],
        job_title=var["address_action_verification_job_title"],
        last_name=var["address_action_verification_last_name"],
        line1=var["address_action_verification_line1"],
        line2=var["address_action_verification_line2"],
        line3=var["address_action_verification_line3"],
        line4=var["address_action_verification_line4"],
        middle_name=var["address_action_verification_middle_name"],
        municipal_inscription=var["address_action_verification_municipal_inscription"],
        phone_country_code=var["address_action_verification_phone_country_code"],
        phone_number=var["address_action_verification_phone_number"],
        postal_code=var["address_action_verification_postal_code"],
        province=var["address_action_verification_province"],
        state=var["address_action_verification_state"],
        state_inscription=var["address_action_verification_state_inscription"],
        street_name=var["address_action_verification_street_name"],
        street_number=var["address_action_verification_street_number"])
    
    import * as pulumi from "@pulumi/pulumi";
    import * as oci from "@pulumi/oci";
    
    const testAddressActionVerification = new oci.ospgateway.AddressActionVerification("testAddressActionVerification", {
        compartmentId: _var.compartment_id,
        ospHomeRegion: _var.address_action_verification_osp_home_region,
        addressKey: _var.address_action_verification_address_key,
        city: _var.address_action_verification_city,
        companyName: _var.address_action_verification_company_name,
        contributorClass: _var.address_action_verification_contributor_class,
        country: _var.address_action_verification_country,
        county: _var.address_action_verification_county,
        departmentName: _var.address_action_verification_department_name,
        emailAddress: _var.address_action_verification_email_address,
        firstName: _var.address_action_verification_first_name,
        internalNumber: _var.address_action_verification_internal_number,
        jobTitle: _var.address_action_verification_job_title,
        lastName: _var.address_action_verification_last_name,
        line1: _var.address_action_verification_line1,
        line2: _var.address_action_verification_line2,
        line3: _var.address_action_verification_line3,
        line4: _var.address_action_verification_line4,
        middleName: _var.address_action_verification_middle_name,
        municipalInscription: _var.address_action_verification_municipal_inscription,
        phoneCountryCode: _var.address_action_verification_phone_country_code,
        phoneNumber: _var.address_action_verification_phone_number,
        postalCode: _var.address_action_verification_postal_code,
        province: _var.address_action_verification_province,
        state: _var.address_action_verification_state,
        stateInscription: _var.address_action_verification_state_inscription,
        streetName: _var.address_action_verification_street_name,
        streetNumber: _var.address_action_verification_street_number,
    });
    
    resources:
      testAddressActionVerification:
        type: oci:OspGateway:AddressActionVerification
        properties:
          #Required
          compartmentId: ${var.compartment_id}
          ospHomeRegion: ${var.address_action_verification_osp_home_region}
          #Optional
          addressKey: ${var.address_action_verification_address_key}
          city: ${var.address_action_verification_city}
          companyName: ${var.address_action_verification_company_name}
          contributorClass: ${var.address_action_verification_contributor_class}
          country: ${var.address_action_verification_country}
          county: ${var.address_action_verification_county}
          departmentName: ${var.address_action_verification_department_name}
          emailAddress: ${var.address_action_verification_email_address}
          firstName: ${var.address_action_verification_first_name}
          internalNumber: ${var.address_action_verification_internal_number}
          jobTitle: ${var.address_action_verification_job_title}
          lastName: ${var.address_action_verification_last_name}
          line1: ${var.address_action_verification_line1}
          line2: ${var.address_action_verification_line2}
          line3: ${var.address_action_verification_line3}
          line4: ${var.address_action_verification_line4}
          middleName: ${var.address_action_verification_middle_name}
          municipalInscription: ${var.address_action_verification_municipal_inscription}
          phoneCountryCode: ${var.address_action_verification_phone_country_code}
          phoneNumber: ${var.address_action_verification_phone_number}
          postalCode: ${var.address_action_verification_postal_code}
          province: ${var.address_action_verification_province}
          state: ${var.address_action_verification_state}
          stateInscription: ${var.address_action_verification_state_inscription}
          streetName: ${var.address_action_verification_street_name}
          streetNumber: ${var.address_action_verification_street_number}
    

    Create AddressActionVerification Resource

    new AddressActionVerification(name: string, args: AddressActionVerificationArgs, opts?: CustomResourceOptions);
    @overload
    def AddressActionVerification(resource_name: str,
                                  opts: Optional[ResourceOptions] = None,
                                  address_key: Optional[str] = None,
                                  city: Optional[str] = None,
                                  company_name: Optional[str] = None,
                                  compartment_id: Optional[str] = None,
                                  contributor_class: Optional[str] = None,
                                  country: Optional[str] = None,
                                  county: Optional[str] = None,
                                  department_name: Optional[str] = None,
                                  email_address: Optional[str] = None,
                                  first_name: Optional[str] = None,
                                  internal_number: Optional[str] = None,
                                  job_title: Optional[str] = None,
                                  last_name: Optional[str] = None,
                                  line1: Optional[str] = None,
                                  line2: Optional[str] = None,
                                  line3: Optional[str] = None,
                                  line4: Optional[str] = None,
                                  middle_name: Optional[str] = None,
                                  municipal_inscription: Optional[str] = None,
                                  osp_home_region: Optional[str] = None,
                                  phone_country_code: Optional[str] = None,
                                  phone_number: Optional[str] = None,
                                  postal_code: Optional[str] = None,
                                  province: Optional[str] = None,
                                  state: Optional[str] = None,
                                  state_inscription: Optional[str] = None,
                                  street_name: Optional[str] = None,
                                  street_number: Optional[str] = None)
    @overload
    def AddressActionVerification(resource_name: str,
                                  args: AddressActionVerificationArgs,
                                  opts: Optional[ResourceOptions] = None)
    func NewAddressActionVerification(ctx *Context, name string, args AddressActionVerificationArgs, opts ...ResourceOption) (*AddressActionVerification, error)
    public AddressActionVerification(string name, AddressActionVerificationArgs args, CustomResourceOptions? opts = null)
    public AddressActionVerification(String name, AddressActionVerificationArgs args)
    public AddressActionVerification(String name, AddressActionVerificationArgs args, CustomResourceOptions options)
    
    type: oci:OspGateway:AddressActionVerification
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    name string
    The unique name of the resource.
    args AddressActionVerificationArgs
    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 AddressActionVerificationArgs
    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 AddressActionVerificationArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args AddressActionVerificationArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args AddressActionVerificationArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

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

    CompartmentId string

    The OCID of the compartment.

    OspHomeRegion string

    The home region's public name of the logged in user.

    AddressKey string

    Address identifier.

    City string

    Name of the city.

    CompanyName string

    Name of the customer company.

    ContributorClass string

    Contributor class of the customer company.

    Country string

    Country of the address.

    County string

    County of the address.

    DepartmentName string

    Department name of the customer company.

    EmailAddress string

    Contact person email address.

    FirstName string

    First name of the contact person.

    InternalNumber string

    Internal number of the customer company.

    JobTitle string

    Job title of the contact person.

    LastName string

    Last name of the contact person.

    Line1 string

    Address line 1.

    Line2 string

    Address line 2.

    Line3 string

    Address line 3.

    Line4 string

    Address line 4.

    MiddleName string

    Middle name of the contact person.

    MunicipalInscription string

    Municipal Inscription.

    PhoneCountryCode string

    Phone country code of the contact person.

    PhoneNumber string

    Phone number of the contact person.

    PostalCode string

    Post code of the address.

    Province string

    Province of the address.

    State string

    State of the address.

    StateInscription string

    State Inscription.

    StreetName string

    Street name of the address.

    StreetNumber string

    Street number of the address.

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    CompartmentId string

    The OCID of the compartment.

    OspHomeRegion string

    The home region's public name of the logged in user.

    AddressKey string

    Address identifier.

    City string

    Name of the city.

    CompanyName string

    Name of the customer company.

    ContributorClass string

    Contributor class of the customer company.

    Country string

    Country of the address.

    County string

    County of the address.

    DepartmentName string

    Department name of the customer company.

    EmailAddress string

    Contact person email address.

    FirstName string

    First name of the contact person.

    InternalNumber string

    Internal number of the customer company.

    JobTitle string

    Job title of the contact person.

    LastName string

    Last name of the contact person.

    Line1 string

    Address line 1.

    Line2 string

    Address line 2.

    Line3 string

    Address line 3.

    Line4 string

    Address line 4.

    MiddleName string

    Middle name of the contact person.

    MunicipalInscription string

    Municipal Inscription.

    PhoneCountryCode string

    Phone country code of the contact person.

    PhoneNumber string

    Phone number of the contact person.

    PostalCode string

    Post code of the address.

    Province string

    Province of the address.

    State string

    State of the address.

    StateInscription string

    State Inscription.

    StreetName string

    Street name of the address.

    StreetNumber string

    Street number of the address.

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    compartmentId String

    The OCID of the compartment.

    ospHomeRegion String

    The home region's public name of the logged in user.

    addressKey String

    Address identifier.

    city String

    Name of the city.

    companyName String

    Name of the customer company.

    contributorClass String

    Contributor class of the customer company.

    country String

    Country of the address.

    county String

    County of the address.

    departmentName String

    Department name of the customer company.

    emailAddress String

    Contact person email address.

    firstName String

    First name of the contact person.

    internalNumber String

    Internal number of the customer company.

    jobTitle String

    Job title of the contact person.

    lastName String

    Last name of the contact person.

    line1 String

    Address line 1.

    line2 String

    Address line 2.

    line3 String

    Address line 3.

    line4 String

    Address line 4.

    middleName String

    Middle name of the contact person.

    municipalInscription String

    Municipal Inscription.

    phoneCountryCode String

    Phone country code of the contact person.

    phoneNumber String

    Phone number of the contact person.

    postalCode String

    Post code of the address.

    province String

    Province of the address.

    state String

    State of the address.

    stateInscription String

    State Inscription.

    streetName String

    Street name of the address.

    streetNumber String

    Street number of the address.

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    compartmentId string

    The OCID of the compartment.

    ospHomeRegion string

    The home region's public name of the logged in user.

    addressKey string

    Address identifier.

    city string

    Name of the city.

    companyName string

    Name of the customer company.

    contributorClass string

    Contributor class of the customer company.

    country string

    Country of the address.

    county string

    County of the address.

    departmentName string

    Department name of the customer company.

    emailAddress string

    Contact person email address.

    firstName string

    First name of the contact person.

    internalNumber string

    Internal number of the customer company.

    jobTitle string

    Job title of the contact person.

    lastName string

    Last name of the contact person.

    line1 string

    Address line 1.

    line2 string

    Address line 2.

    line3 string

    Address line 3.

    line4 string

    Address line 4.

    middleName string

    Middle name of the contact person.

    municipalInscription string

    Municipal Inscription.

    phoneCountryCode string

    Phone country code of the contact person.

    phoneNumber string

    Phone number of the contact person.

    postalCode string

    Post code of the address.

    province string

    Province of the address.

    state string

    State of the address.

    stateInscription string

    State Inscription.

    streetName string

    Street name of the address.

    streetNumber string

    Street number of the address.

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    compartment_id str

    The OCID of the compartment.

    osp_home_region str

    The home region's public name of the logged in user.

    address_key str

    Address identifier.

    city str

    Name of the city.

    company_name str

    Name of the customer company.

    contributor_class str

    Contributor class of the customer company.

    country str

    Country of the address.

    county str

    County of the address.

    department_name str

    Department name of the customer company.

    email_address str

    Contact person email address.

    first_name str

    First name of the contact person.

    internal_number str

    Internal number of the customer company.

    job_title str

    Job title of the contact person.

    last_name str

    Last name of the contact person.

    line1 str

    Address line 1.

    line2 str

    Address line 2.

    line3 str

    Address line 3.

    line4 str

    Address line 4.

    middle_name str

    Middle name of the contact person.

    municipal_inscription str

    Municipal Inscription.

    phone_country_code str

    Phone country code of the contact person.

    phone_number str

    Phone number of the contact person.

    postal_code str

    Post code of the address.

    province str

    Province of the address.

    state str

    State of the address.

    state_inscription str

    State Inscription.

    street_name str

    Street name of the address.

    street_number str

    Street number of the address.

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    compartmentId String

    The OCID of the compartment.

    ospHomeRegion String

    The home region's public name of the logged in user.

    addressKey String

    Address identifier.

    city String

    Name of the city.

    companyName String

    Name of the customer company.

    contributorClass String

    Contributor class of the customer company.

    country String

    Country of the address.

    county String

    County of the address.

    departmentName String

    Department name of the customer company.

    emailAddress String

    Contact person email address.

    firstName String

    First name of the contact person.

    internalNumber String

    Internal number of the customer company.

    jobTitle String

    Job title of the contact person.

    lastName String

    Last name of the contact person.

    line1 String

    Address line 1.

    line2 String

    Address line 2.

    line3 String

    Address line 3.

    line4 String

    Address line 4.

    middleName String

    Middle name of the contact person.

    municipalInscription String

    Municipal Inscription.

    phoneCountryCode String

    Phone country code of the contact person.

    phoneNumber String

    Phone number of the contact person.

    postalCode String

    Post code of the address.

    province String

    Province of the address.

    state String

    State of the address.

    stateInscription String

    State Inscription.

    streetName String

    Street name of the address.

    streetNumber String

    Street number of the address.

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    Outputs

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

    Addresses List<AddressActionVerificationAddress>

    Address details model.

    Id string

    The provider-assigned unique ID for this managed resource.

    Quality string

    Address quality type.

    VerificationCode string

    Address verification code.

    Addresses []AddressActionVerificationAddress

    Address details model.

    Id string

    The provider-assigned unique ID for this managed resource.

    Quality string

    Address quality type.

    VerificationCode string

    Address verification code.

    addresses List<AddressActionVerificationAddress>

    Address details model.

    id String

    The provider-assigned unique ID for this managed resource.

    quality String

    Address quality type.

    verificationCode String

    Address verification code.

    addresses AddressActionVerificationAddress[]

    Address details model.

    id string

    The provider-assigned unique ID for this managed resource.

    quality string

    Address quality type.

    verificationCode string

    Address verification code.

    addresses AddressActionVerificationAddress]

    Address details model.

    id str

    The provider-assigned unique ID for this managed resource.

    quality str

    Address quality type.

    verification_code str

    Address verification code.

    addresses List<Property Map>

    Address details model.

    id String

    The provider-assigned unique ID for this managed resource.

    quality String

    Address quality type.

    verificationCode String

    Address verification code.

    Look up Existing AddressActionVerification Resource

    Get an existing AddressActionVerification 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?: AddressActionVerificationState, opts?: CustomResourceOptions): AddressActionVerification
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            address_key: Optional[str] = None,
            addresses: Optional[Sequence[_ospgateway.AddressActionVerificationAddressArgs]] = None,
            city: Optional[str] = None,
            company_name: Optional[str] = None,
            compartment_id: Optional[str] = None,
            contributor_class: Optional[str] = None,
            country: Optional[str] = None,
            county: Optional[str] = None,
            department_name: Optional[str] = None,
            email_address: Optional[str] = None,
            first_name: Optional[str] = None,
            internal_number: Optional[str] = None,
            job_title: Optional[str] = None,
            last_name: Optional[str] = None,
            line1: Optional[str] = None,
            line2: Optional[str] = None,
            line3: Optional[str] = None,
            line4: Optional[str] = None,
            middle_name: Optional[str] = None,
            municipal_inscription: Optional[str] = None,
            osp_home_region: Optional[str] = None,
            phone_country_code: Optional[str] = None,
            phone_number: Optional[str] = None,
            postal_code: Optional[str] = None,
            province: Optional[str] = None,
            quality: Optional[str] = None,
            state: Optional[str] = None,
            state_inscription: Optional[str] = None,
            street_name: Optional[str] = None,
            street_number: Optional[str] = None,
            verification_code: Optional[str] = None) -> AddressActionVerification
    func GetAddressActionVerification(ctx *Context, name string, id IDInput, state *AddressActionVerificationState, opts ...ResourceOption) (*AddressActionVerification, error)
    public static AddressActionVerification Get(string name, Input<string> id, AddressActionVerificationState? state, CustomResourceOptions? opts = null)
    public static AddressActionVerification get(String name, Output<String> id, AddressActionVerificationState 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:
    AddressKey string

    Address identifier.

    Addresses List<AddressActionVerificationAddress>

    Address details model.

    City string

    Name of the city.

    CompanyName string

    Name of the customer company.

    CompartmentId string

    The OCID of the compartment.

    ContributorClass string

    Contributor class of the customer company.

    Country string

    Country of the address.

    County string

    County of the address.

    DepartmentName string

    Department name of the customer company.

    EmailAddress string

    Contact person email address.

    FirstName string

    First name of the contact person.

    InternalNumber string

    Internal number of the customer company.

    JobTitle string

    Job title of the contact person.

    LastName string

    Last name of the contact person.

    Line1 string

    Address line 1.

    Line2 string

    Address line 2.

    Line3 string

    Address line 3.

    Line4 string

    Address line 4.

    MiddleName string

    Middle name of the contact person.

    MunicipalInscription string

    Municipal Inscription.

    OspHomeRegion string

    The home region's public name of the logged in user.

    PhoneCountryCode string

    Phone country code of the contact person.

    PhoneNumber string

    Phone number of the contact person.

    PostalCode string

    Post code of the address.

    Province string

    Province of the address.

    Quality string

    Address quality type.

    State string

    State of the address.

    StateInscription string

    State Inscription.

    StreetName string

    Street name of the address.

    StreetNumber string

    Street number of the address.

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    VerificationCode string

    Address verification code.

    AddressKey string

    Address identifier.

    Addresses []AddressActionVerificationAddressArgs

    Address details model.

    City string

    Name of the city.

    CompanyName string

    Name of the customer company.

    CompartmentId string

    The OCID of the compartment.

    ContributorClass string

    Contributor class of the customer company.

    Country string

    Country of the address.

    County string

    County of the address.

    DepartmentName string

    Department name of the customer company.

    EmailAddress string

    Contact person email address.

    FirstName string

    First name of the contact person.

    InternalNumber string

    Internal number of the customer company.

    JobTitle string

    Job title of the contact person.

    LastName string

    Last name of the contact person.

    Line1 string

    Address line 1.

    Line2 string

    Address line 2.

    Line3 string

    Address line 3.

    Line4 string

    Address line 4.

    MiddleName string

    Middle name of the contact person.

    MunicipalInscription string

    Municipal Inscription.

    OspHomeRegion string

    The home region's public name of the logged in user.

    PhoneCountryCode string

    Phone country code of the contact person.

    PhoneNumber string

    Phone number of the contact person.

    PostalCode string

    Post code of the address.

    Province string

    Province of the address.

    Quality string

    Address quality type.

    State string

    State of the address.

    StateInscription string

    State Inscription.

    StreetName string

    Street name of the address.

    StreetNumber string

    Street number of the address.

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    VerificationCode string

    Address verification code.

    addressKey String

    Address identifier.

    addresses List<AddressActionVerificationAddress>

    Address details model.

    city String

    Name of the city.

    companyName String

    Name of the customer company.

    compartmentId String

    The OCID of the compartment.

    contributorClass String

    Contributor class of the customer company.

    country String

    Country of the address.

    county String

    County of the address.

    departmentName String

    Department name of the customer company.

    emailAddress String

    Contact person email address.

    firstName String

    First name of the contact person.

    internalNumber String

    Internal number of the customer company.

    jobTitle String

    Job title of the contact person.

    lastName String

    Last name of the contact person.

    line1 String

    Address line 1.

    line2 String

    Address line 2.

    line3 String

    Address line 3.

    line4 String

    Address line 4.

    middleName String

    Middle name of the contact person.

    municipalInscription String

    Municipal Inscription.

    ospHomeRegion String

    The home region's public name of the logged in user.

    phoneCountryCode String

    Phone country code of the contact person.

    phoneNumber String

    Phone number of the contact person.

    postalCode String

    Post code of the address.

    province String

    Province of the address.

    quality String

    Address quality type.

    state String

    State of the address.

    stateInscription String

    State Inscription.

    streetName String

    Street name of the address.

    streetNumber String

    Street number of the address.

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    verificationCode String

    Address verification code.

    addressKey string

    Address identifier.

    addresses AddressActionVerificationAddress[]

    Address details model.

    city string

    Name of the city.

    companyName string

    Name of the customer company.

    compartmentId string

    The OCID of the compartment.

    contributorClass string

    Contributor class of the customer company.

    country string

    Country of the address.

    county string

    County of the address.

    departmentName string

    Department name of the customer company.

    emailAddress string

    Contact person email address.

    firstName string

    First name of the contact person.

    internalNumber string

    Internal number of the customer company.

    jobTitle string

    Job title of the contact person.

    lastName string

    Last name of the contact person.

    line1 string

    Address line 1.

    line2 string

    Address line 2.

    line3 string

    Address line 3.

    line4 string

    Address line 4.

    middleName string

    Middle name of the contact person.

    municipalInscription string

    Municipal Inscription.

    ospHomeRegion string

    The home region's public name of the logged in user.

    phoneCountryCode string

    Phone country code of the contact person.

    phoneNumber string

    Phone number of the contact person.

    postalCode string

    Post code of the address.

    province string

    Province of the address.

    quality string

    Address quality type.

    state string

    State of the address.

    stateInscription string

    State Inscription.

    streetName string

    Street name of the address.

    streetNumber string

    Street number of the address.

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    verificationCode string

    Address verification code.

    address_key str

    Address identifier.

    addresses AddressActionVerificationAddressArgs]

    Address details model.

    city str

    Name of the city.

    company_name str

    Name of the customer company.

    compartment_id str

    The OCID of the compartment.

    contributor_class str

    Contributor class of the customer company.

    country str

    Country of the address.

    county str

    County of the address.

    department_name str

    Department name of the customer company.

    email_address str

    Contact person email address.

    first_name str

    First name of the contact person.

    internal_number str

    Internal number of the customer company.

    job_title str

    Job title of the contact person.

    last_name str

    Last name of the contact person.

    line1 str

    Address line 1.

    line2 str

    Address line 2.

    line3 str

    Address line 3.

    line4 str

    Address line 4.

    middle_name str

    Middle name of the contact person.

    municipal_inscription str

    Municipal Inscription.

    osp_home_region str

    The home region's public name of the logged in user.

    phone_country_code str

    Phone country code of the contact person.

    phone_number str

    Phone number of the contact person.

    postal_code str

    Post code of the address.

    province str

    Province of the address.

    quality str

    Address quality type.

    state str

    State of the address.

    state_inscription str

    State Inscription.

    street_name str

    Street name of the address.

    street_number str

    Street number of the address.

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    verification_code str

    Address verification code.

    addressKey String

    Address identifier.

    addresses List<Property Map>

    Address details model.

    city String

    Name of the city.

    companyName String

    Name of the customer company.

    compartmentId String

    The OCID of the compartment.

    contributorClass String

    Contributor class of the customer company.

    country String

    Country of the address.

    county String

    County of the address.

    departmentName String

    Department name of the customer company.

    emailAddress String

    Contact person email address.

    firstName String

    First name of the contact person.

    internalNumber String

    Internal number of the customer company.

    jobTitle String

    Job title of the contact person.

    lastName String

    Last name of the contact person.

    line1 String

    Address line 1.

    line2 String

    Address line 2.

    line3 String

    Address line 3.

    line4 String

    Address line 4.

    middleName String

    Middle name of the contact person.

    municipalInscription String

    Municipal Inscription.

    ospHomeRegion String

    The home region's public name of the logged in user.

    phoneCountryCode String

    Phone country code of the contact person.

    phoneNumber String

    Phone number of the contact person.

    postalCode String

    Post code of the address.

    province String

    Province of the address.

    quality String

    Address quality type.

    state String

    State of the address.

    stateInscription String

    State Inscription.

    streetName String

    Street name of the address.

    streetNumber String

    Street number of the address.

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    verificationCode String

    Address verification code.

    Supporting Types

    AddressActionVerificationAddress, AddressActionVerificationAddressArgs

    AddressKey string

    Address identifier.

    City string

    Name of the city.

    CompanyName string

    Name of the customer company.

    ContributorClass string

    Contributor class of the customer company.

    Country string

    Country of the address.

    County string

    County of the address.

    DepartmentName string

    Department name of the customer company.

    EmailAddress string

    Contact person email address.

    FirstName string

    First name of the contact person.

    InternalNumber string

    Internal number of the customer company.

    JobTitle string

    Job title of the contact person.

    LastName string

    Last name of the contact person.

    Line1 string

    Address line 1.

    Line2 string

    Address line 2.

    Line3 string

    Address line 3.

    Line4 string

    Address line 4.

    MiddleName string

    Middle name of the contact person.

    MunicipalInscription string

    Municipal Inscription.

    PhoneCountryCode string

    Phone country code of the contact person.

    PhoneNumber string

    Phone number of the contact person.

    PostalCode string

    Post code of the address.

    Province string

    Province of the address.

    State string

    State of the address.

    StateInscription string

    State Inscription.

    StreetName string

    Street name of the address.

    StreetNumber string

    Street number of the address.

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    AddressKey string

    Address identifier.

    City string

    Name of the city.

    CompanyName string

    Name of the customer company.

    ContributorClass string

    Contributor class of the customer company.

    Country string

    Country of the address.

    County string

    County of the address.

    DepartmentName string

    Department name of the customer company.

    EmailAddress string

    Contact person email address.

    FirstName string

    First name of the contact person.

    InternalNumber string

    Internal number of the customer company.

    JobTitle string

    Job title of the contact person.

    LastName string

    Last name of the contact person.

    Line1 string

    Address line 1.

    Line2 string

    Address line 2.

    Line3 string

    Address line 3.

    Line4 string

    Address line 4.

    MiddleName string

    Middle name of the contact person.

    MunicipalInscription string

    Municipal Inscription.

    PhoneCountryCode string

    Phone country code of the contact person.

    PhoneNumber string

    Phone number of the contact person.

    PostalCode string

    Post code of the address.

    Province string

    Province of the address.

    State string

    State of the address.

    StateInscription string

    State Inscription.

    StreetName string

    Street name of the address.

    StreetNumber string

    Street number of the address.

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    addressKey String

    Address identifier.

    city String

    Name of the city.

    companyName String

    Name of the customer company.

    contributorClass String

    Contributor class of the customer company.

    country String

    Country of the address.

    county String

    County of the address.

    departmentName String

    Department name of the customer company.

    emailAddress String

    Contact person email address.

    firstName String

    First name of the contact person.

    internalNumber String

    Internal number of the customer company.

    jobTitle String

    Job title of the contact person.

    lastName String

    Last name of the contact person.

    line1 String

    Address line 1.

    line2 String

    Address line 2.

    line3 String

    Address line 3.

    line4 String

    Address line 4.

    middleName String

    Middle name of the contact person.

    municipalInscription String

    Municipal Inscription.

    phoneCountryCode String

    Phone country code of the contact person.

    phoneNumber String

    Phone number of the contact person.

    postalCode String

    Post code of the address.

    province String

    Province of the address.

    state String

    State of the address.

    stateInscription String

    State Inscription.

    streetName String

    Street name of the address.

    streetNumber String

    Street number of the address.

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    addressKey string

    Address identifier.

    city string

    Name of the city.

    companyName string

    Name of the customer company.

    contributorClass string

    Contributor class of the customer company.

    country string

    Country of the address.

    county string

    County of the address.

    departmentName string

    Department name of the customer company.

    emailAddress string

    Contact person email address.

    firstName string

    First name of the contact person.

    internalNumber string

    Internal number of the customer company.

    jobTitle string

    Job title of the contact person.

    lastName string

    Last name of the contact person.

    line1 string

    Address line 1.

    line2 string

    Address line 2.

    line3 string

    Address line 3.

    line4 string

    Address line 4.

    middleName string

    Middle name of the contact person.

    municipalInscription string

    Municipal Inscription.

    phoneCountryCode string

    Phone country code of the contact person.

    phoneNumber string

    Phone number of the contact person.

    postalCode string

    Post code of the address.

    province string

    Province of the address.

    state string

    State of the address.

    stateInscription string

    State Inscription.

    streetName string

    Street name of the address.

    streetNumber string

    Street number of the address.

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    address_key str

    Address identifier.

    city str

    Name of the city.

    company_name str

    Name of the customer company.

    contributor_class str

    Contributor class of the customer company.

    country str

    Country of the address.

    county str

    County of the address.

    department_name str

    Department name of the customer company.

    email_address str

    Contact person email address.

    first_name str

    First name of the contact person.

    internal_number str

    Internal number of the customer company.

    job_title str

    Job title of the contact person.

    last_name str

    Last name of the contact person.

    line1 str

    Address line 1.

    line2 str

    Address line 2.

    line3 str

    Address line 3.

    line4 str

    Address line 4.

    middle_name str

    Middle name of the contact person.

    municipal_inscription str

    Municipal Inscription.

    phone_country_code str

    Phone country code of the contact person.

    phone_number str

    Phone number of the contact person.

    postal_code str

    Post code of the address.

    province str

    Province of the address.

    state str

    State of the address.

    state_inscription str

    State Inscription.

    street_name str

    Street name of the address.

    street_number str

    Street number of the address.

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    addressKey String

    Address identifier.

    city String

    Name of the city.

    companyName String

    Name of the customer company.

    contributorClass String

    Contributor class of the customer company.

    country String

    Country of the address.

    county String

    County of the address.

    departmentName String

    Department name of the customer company.

    emailAddress String

    Contact person email address.

    firstName String

    First name of the contact person.

    internalNumber String

    Internal number of the customer company.

    jobTitle String

    Job title of the contact person.

    lastName String

    Last name of the contact person.

    line1 String

    Address line 1.

    line2 String

    Address line 2.

    line3 String

    Address line 3.

    line4 String

    Address line 4.

    middleName String

    Middle name of the contact person.

    municipalInscription String

    Municipal Inscription.

    phoneCountryCode String

    Phone country code of the contact person.

    phoneNumber String

    Phone number of the contact person.

    postalCode String

    Post code of the address.

    province String

    Province of the address.

    state String

    State of the address.

    stateInscription String

    State Inscription.

    streetName String

    Street name of the address.

    streetNumber String

    Street number of the address.

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    Import

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

     $ pulumi import oci:OspGateway/addressActionVerification:AddressActionVerification test_address_action_verification "id"
    

    Package Details

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

    This Pulumi package is based on the oci Terraform Provider.

    oci logo
    Oracle Cloud Infrastructure v1.10.0 published on Thursday, Sep 7, 2023 by Pulumi