// This is an automatically generated code sample.
// To make this code sample work in your Oracle Cloud tenancy,
// please replace the values for any parameters whose current values do not fit
// your use case (such as resource IDs, strings containing ‘EXAMPLE’ or ‘unique_id’, and
// boolean, number, and enum parameters with values not fitting your use case).

package main

import (
	"context"
	"fmt"

	"github.com/oracle/oci-go-sdk/v65/common"
	"github.com/oracle/oci-go-sdk/v65/example/helpers"
	"github.com/oracle/oci-go-sdk/v65/identitydomains"
)

func ExamplePutSetting() {
	// Create a default authentication provider that uses the DEFAULT
	// profile in the configuration file.
	// Refer to <see href="https://docs.cloud.oracle.com/en-us/iaas/Content/API/Concepts/sdkconfig.htm#SDK_and_CLI_Configuration_File>the public documentation</see> on how to prepare a configuration file.
	client, err := identitydomains.NewIdentityDomainsClientWithConfigurationProvider(common.DefaultConfigProvider(), "specificEndpoint")
	helpers.FatalIfError(err)

	// Create a request and dependent object(s).

	req := identitydomains.PutSettingRequest{Authorization: common.String("EXAMPLE-authorization-Value"),
		IfMatch:                   common.String("EXAMPLE-ifMatch-Value"),
		OpcRetryToken:             common.String("EXAMPLE-opcRetryToken-Value"),
		ResourceTypeSchemaVersion: common.String("EXAMPLE-resourceTypeSchemaVersion-Value"),
		Setting: identitydomains.Setting{DiagnosticLevel: common.Int(413),
			Meta: &identitydomains.Meta{ResourceType: common.String("EXAMPLE-resourceType-Value"),
				Version:      common.String("EXAMPLE-version-Value"),
				Created:      common.String("EXAMPLE-created-Value"),
				LastModified: common.String("EXAMPLE-lastModified-Value"),
				Location:     common.String("EXAMPLE-location-Value")},
			Schemas:                 []string{"EXAMPLE--Value"},
			CustomHtmlLocation:      common.String("EXAMPLE-customHtmlLocation-Value"),
			IamUpstSessionExpiry:    common.Int(43),
			SubMappingAttr:          common.String("EXAMPLE-subMappingAttr-Value"),
			AccountAlwaysTrustScope: common.Bool(true),
			EnableTermsOfUse:        common.Bool(false),
			SigningCertPublicAccess: common.Bool(true),
			CompartmentOcid:         common.String("EXAMPLE-compartmentOcid-Value"),
			DefaultCompanyNames: []identitydomains.SettingsDefaultCompanyNames{identitydomains.SettingsDefaultCompanyNames{Locale: common.String("EXAMPLE-locale-Value"),
				Value: common.String("EXAMPLE-value-Value")}},
			Timezone: common.String("EXAMPLE-timezone-Value"),
			CertificateValidation: &identitydomains.SettingsCertificateValidation{CrlEnabled: common.Bool(true),
				CrlLocation:                       common.String("EXAMPLE-crlLocation-Value"),
				CrlRefreshInterval:                common.Int(404),
				OcspEnabled:                       common.Bool(false),
				OcspSigningCertificateAlias:       common.String("EXAMPLE-ocspSigningCertificateAlias-Value"),
				OcspTimeoutDuration:               common.Int(521),
				CrlCheckOnOCSPFailureEnabled:      common.Bool(true),
				OcspSettingsResponderURLPreferred: common.Bool(false),
				OcspUnknownResponseStatusAllowed:  common.Bool(false),
				OcspResponderURL:                  common.String("EXAMPLE-ocspResponderURL-Value")},
			DefaultImages: []identitydomains.SettingsDefaultImages{identitydomains.SettingsDefaultImages{Display: common.String("EXAMPLE-display-Value"),
				Type:  common.String("EXAMPLE-type-Value"),
				Value: common.String("EXAMPLE-value-Value")}},
			MigrationStatus: common.String("EXAMPLE-migrationStatus-Value"),
			CustomBranding:  common.Bool(true),
			Images: []identitydomains.SettingsImages{identitydomains.SettingsImages{Display: common.String("EXAMPLE-display-Value"),
				Type:  common.String("EXAMPLE-type-Value"),
				Value: common.String("EXAMPLE-value-Value")}},
			TenancyOcid: common.String("EXAMPLE-tenancyOcid-Value"),
			CloudGateCorsSettings: &identitydomains.SettingsCloudGateCorsSettings{CloudGateCorsAllowNullOrigin: common.Bool(false),
				CloudGateCorsAllowedOrigins: []string{"EXAMPLE--Value"},
				CloudGateCorsEnabled:        common.Bool(false),
				CloudGateCorsExposedHeaders: []string{"EXAMPLE--Value"},
				CloudGateCorsMaxAge:         common.Int(99)},
			PrivacyPolicyUrl:                common.String("EXAMPLE-privacyPolicyUrl-Value"),
			TermsOfUseUrl:                   common.String("EXAMPLE-termsOfUseUrl-Value"),
			AllowedNotificationRedirectUrls: []string{"EXAMPLE--Value"},
			Ocid:                            common.String("EXAMPLE-ocid-Value"),
			ReAuthWhenChangingMyAuthenticationFactors: common.Bool(false),
			ContactEmails:     []string{"EXAMPLE--Value"},
			CustomCssLocation: common.String("EXAMPLE-customCssLocation-Value"),
			DiagnosticRecordForSearchIdentifiesReturnedResources: common.Bool(false),
			Locale: common.String("EXAMPLE-locale-Value"),
			CompanyNames: []identitydomains.SettingsCompanyNames{identitydomains.SettingsCompanyNames{Locale: common.String("EXAMPLE-locale-Value"),
				Value: common.String("EXAMPLE-value-Value")}},
			DiagnosticTracingUpto:         common.String("EXAMPLE-diagnosticTracingUpto-Value"),
			MaxNoOfAppRoleMembersToReturn: common.Int(174),
			OnPremisesProvisioning:        common.Bool(false),
			PurgeConfigs: []identitydomains.SettingsPurgeConfigs{identitydomains.SettingsPurgeConfigs{ResourceName: common.String("EXAMPLE-resourceName-Value"),
				RetentionPeriod: common.Int(363)}},
			ReAuthFactor: []identitydomains.SettingReAuthFactorEnum{identitydomains.SettingReAuthFactorPassword},
			ExternalId:   common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-externalId-Value"),
			IdcsCreatedBy: &identitydomains.IdcsCreatedBy{Type: identitydomains.IdcsCreatedByTypeApp,
				Value:   common.String("EXAMPLE-value-Value"),
				Ref:     common.String("EXAMPLE-$ref-Value"),
				Display: common.String("EXAMPLE-display-Value"),
				Ocid:    common.String("EXAMPLE-ocid-Value")},
			IsHostedPage: common.Bool(false),
			TenantCustomClaims: []identitydomains.SettingsTenantCustomClaims{identitydomains.SettingsTenantCustomClaims{Expression: common.Bool(true),
				Mode:      identitydomains.SettingsTenantCustomClaimsModeAlways,
				Name:      common.String("EXAMPLE-name-Value"),
				Scopes:    []string{"EXAMPLE--Value"},
				TokenType: identitydomains.SettingsTenantCustomClaimsTokenTypeBoth,
				Value:     common.String("EXAMPLE-value-Value"),
				AllScopes: common.Bool(false)}},
			AllowedForgotPasswordFlowReturnUrls: []string{"EXAMPLE--Value"},
			CustomTranslation:                   common.String("EXAMPLE-customTranslation-Value"),
			DefaultLoginTexts: []identitydomains.SettingsDefaultLoginTexts{identitydomains.SettingsDefaultLoginTexts{Locale: common.String("EXAMPLE-locale-Value"),
				Value: common.String("EXAMPLE-value-Value")}},
			DefaultTrustScope:         identitydomains.SettingDefaultTrustScopeTags,
			Id:                        common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-id-Value"),
			PreferredLanguage:         common.String("EXAMPLE-preferredLanguage-Value"),
			AuditEventRetentionPeriod: common.Int(892),
			CsrAccess:                 identitydomains.SettingCsrAccessNone,
			DeleteInProgress:          common.Bool(false),
			Issuer:                    common.String("EXAMPLE-issuer-Value"),
			LoginTexts: []identitydomains.SettingsLoginTexts{identitydomains.SettingsLoginTexts{Locale: common.String("EXAMPLE-locale-Value"),
				Value: common.String("EXAMPLE-value-Value")}},
			ServiceAdminCannotListOtherUsers: common.Bool(true),
			CloudMigrationCustomUrl:          common.String("EXAMPLE-cloudMigrationCustomUrl-Value"),
			CloudMigrationUrlEnabled:         common.Bool(false),
			DomainOcid:                       common.String("EXAMPLE-domainOcid-Value"),
			MaxNoOfAppCMVAToReturn:           common.Int(42),
			PrevIssuer:                       common.String("EXAMPLE-prevIssuer-Value"),
			IdcsLastModifiedBy: &identitydomains.IdcsLastModifiedBy{Value: common.String("EXAMPLE-value-Value"),
				Ref:     common.String("EXAMPLE-$ref-Value"),
				Display: common.String("EXAMPLE-display-Value"),
				Ocid:    common.String("EXAMPLE-ocid-Value"),
				Type:    identitydomains.IdcsLastModifiedByTypeUser},
			Tags: []identitydomains.Tags{identitydomains.Tags{Value: common.String("EXAMPLE-value-Value"),
				Key: common.String("EXAMPLE-key-Value")}},
			AllowedDomains:            []string{"EXAMPLE--Value"},
			CloudAccountName:          common.String("EXAMPLE-cloudAccountName-Value"),
			IdcsLastUpgradedInRelease: common.String("EXAMPLE-idcsLastUpgradedInRelease-Value"),
			IdcsPreventedOperations:   []identitydomains.IdcsPreventedOperationsEnum{identitydomains.IdcsPreventedOperationsReplace}},
		SettingId:     common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-settingId-Value"),
		AttributeSets: []identitydomains.AttributeSetsEnum{identitydomains.AttributeSetsNever},
		Attributes:    common.String("EXAMPLE-attributes-Value")}

	// Send the request using the service client
	resp, err := client.PutSetting(context.Background(), req)
	helpers.FatalIfError(err)

	// Retrieve value from the response.
	fmt.Println(resp)
}