cloudflare.ZeroTrustRiskScoreIntegration
Explore with Pulumi AI
The Risk Score Integration resource allows you to transmit changes in User Risk Score to a specified vendor such as Okta.
Create ZeroTrustRiskScoreIntegration Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ZeroTrustRiskScoreIntegration(name: string, args: ZeroTrustRiskScoreIntegrationArgs, opts?: CustomResourceOptions);
@overload
def ZeroTrustRiskScoreIntegration(resource_name: str,
args: ZeroTrustRiskScoreIntegrationArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ZeroTrustRiskScoreIntegration(resource_name: str,
opts: Optional[ResourceOptions] = None,
account_id: Optional[str] = None,
integration_type: Optional[str] = None,
tenant_url: Optional[str] = None,
active: Optional[bool] = None,
reference_id: Optional[str] = None)
func NewZeroTrustRiskScoreIntegration(ctx *Context, name string, args ZeroTrustRiskScoreIntegrationArgs, opts ...ResourceOption) (*ZeroTrustRiskScoreIntegration, error)
public ZeroTrustRiskScoreIntegration(string name, ZeroTrustRiskScoreIntegrationArgs args, CustomResourceOptions? opts = null)
public ZeroTrustRiskScoreIntegration(String name, ZeroTrustRiskScoreIntegrationArgs args)
public ZeroTrustRiskScoreIntegration(String name, ZeroTrustRiskScoreIntegrationArgs args, CustomResourceOptions options)
type: cloudflare:ZeroTrustRiskScoreIntegration
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args ZeroTrustRiskScoreIntegrationArgs
- 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 ZeroTrustRiskScoreIntegrationArgs
- 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 ZeroTrustRiskScoreIntegrationArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ZeroTrustRiskScoreIntegrationArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ZeroTrustRiskScoreIntegrationArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var zeroTrustRiskScoreIntegrationResource = new Cloudflare.ZeroTrustRiskScoreIntegration("zeroTrustRiskScoreIntegrationResource", new()
{
AccountId = "string",
IntegrationType = "string",
TenantUrl = "string",
Active = false,
ReferenceId = "string",
});
example, err := cloudflare.NewZeroTrustRiskScoreIntegration(ctx, "zeroTrustRiskScoreIntegrationResource", &cloudflare.ZeroTrustRiskScoreIntegrationArgs{
AccountId: pulumi.String("string"),
IntegrationType: pulumi.String("string"),
TenantUrl: pulumi.String("string"),
Active: pulumi.Bool(false),
ReferenceId: pulumi.String("string"),
})
var zeroTrustRiskScoreIntegrationResource = new ZeroTrustRiskScoreIntegration("zeroTrustRiskScoreIntegrationResource", ZeroTrustRiskScoreIntegrationArgs.builder()
.accountId("string")
.integrationType("string")
.tenantUrl("string")
.active(false)
.referenceId("string")
.build());
zero_trust_risk_score_integration_resource = cloudflare.ZeroTrustRiskScoreIntegration("zeroTrustRiskScoreIntegrationResource",
account_id="string",
integration_type="string",
tenant_url="string",
active=False,
reference_id="string")
const zeroTrustRiskScoreIntegrationResource = new cloudflare.ZeroTrustRiskScoreIntegration("zeroTrustRiskScoreIntegrationResource", {
accountId: "string",
integrationType: "string",
tenantUrl: "string",
active: false,
referenceId: "string",
});
type: cloudflare:ZeroTrustRiskScoreIntegration
properties:
accountId: string
active: false
integrationType: string
referenceId: string
tenantUrl: string
ZeroTrustRiskScoreIntegration 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 ZeroTrustRiskScoreIntegration resource accepts the following input properties:
- Account
Id string - The account identifier to target for the resource.
- Integration
Type string - The type of integration, e.g. 'Okta'. Full list of allowed values can be found here: https://developers.cloudflare.com/api/operations/dlp-zt-risk-score-integration-create#request-body
- Tenant
Url string - The base url of the tenant, e.g. 'https://tenant.okta.com'. Must be your Okta Tenant URL and not your custom domain.
- Active bool
- Whether this integration is enabled. If disabled, no risk changes will be exported to the third-party.
- Reference
Id string - A reference id that can be supplied by the client. Currently this should be set to the Access-Okta IDP ID (a UUIDv4). If omitted, a random UUIDv4 is used. https://developers.cloudflare.com/api/operations/access-identity-providers-get-an-access-identity-provider
- Account
Id string - The account identifier to target for the resource.
- Integration
Type string - The type of integration, e.g. 'Okta'. Full list of allowed values can be found here: https://developers.cloudflare.com/api/operations/dlp-zt-risk-score-integration-create#request-body
- Tenant
Url string - The base url of the tenant, e.g. 'https://tenant.okta.com'. Must be your Okta Tenant URL and not your custom domain.
- Active bool
- Whether this integration is enabled. If disabled, no risk changes will be exported to the third-party.
- Reference
Id string - A reference id that can be supplied by the client. Currently this should be set to the Access-Okta IDP ID (a UUIDv4). If omitted, a random UUIDv4 is used. https://developers.cloudflare.com/api/operations/access-identity-providers-get-an-access-identity-provider
- account
Id String - The account identifier to target for the resource.
- integration
Type String - The type of integration, e.g. 'Okta'. Full list of allowed values can be found here: https://developers.cloudflare.com/api/operations/dlp-zt-risk-score-integration-create#request-body
- tenant
Url String - The base url of the tenant, e.g. 'https://tenant.okta.com'. Must be your Okta Tenant URL and not your custom domain.
- active Boolean
- Whether this integration is enabled. If disabled, no risk changes will be exported to the third-party.
- reference
Id String - A reference id that can be supplied by the client. Currently this should be set to the Access-Okta IDP ID (a UUIDv4). If omitted, a random UUIDv4 is used. https://developers.cloudflare.com/api/operations/access-identity-providers-get-an-access-identity-provider
- account
Id string - The account identifier to target for the resource.
- integration
Type string - The type of integration, e.g. 'Okta'. Full list of allowed values can be found here: https://developers.cloudflare.com/api/operations/dlp-zt-risk-score-integration-create#request-body
- tenant
Url string - The base url of the tenant, e.g. 'https://tenant.okta.com'. Must be your Okta Tenant URL and not your custom domain.
- active boolean
- Whether this integration is enabled. If disabled, no risk changes will be exported to the third-party.
- reference
Id string - A reference id that can be supplied by the client. Currently this should be set to the Access-Okta IDP ID (a UUIDv4). If omitted, a random UUIDv4 is used. https://developers.cloudflare.com/api/operations/access-identity-providers-get-an-access-identity-provider
- account_
id str - The account identifier to target for the resource.
- integration_
type str - The type of integration, e.g. 'Okta'. Full list of allowed values can be found here: https://developers.cloudflare.com/api/operations/dlp-zt-risk-score-integration-create#request-body
- tenant_
url str - The base url of the tenant, e.g. 'https://tenant.okta.com'. Must be your Okta Tenant URL and not your custom domain.
- active bool
- Whether this integration is enabled. If disabled, no risk changes will be exported to the third-party.
- reference_
id str - A reference id that can be supplied by the client. Currently this should be set to the Access-Okta IDP ID (a UUIDv4). If omitted, a random UUIDv4 is used. https://developers.cloudflare.com/api/operations/access-identity-providers-get-an-access-identity-provider
- account
Id String - The account identifier to target for the resource.
- integration
Type String - The type of integration, e.g. 'Okta'. Full list of allowed values can be found here: https://developers.cloudflare.com/api/operations/dlp-zt-risk-score-integration-create#request-body
- tenant
Url String - The base url of the tenant, e.g. 'https://tenant.okta.com'. Must be your Okta Tenant URL and not your custom domain.
- active Boolean
- Whether this integration is enabled. If disabled, no risk changes will be exported to the third-party.
- reference
Id String - A reference id that can be supplied by the client. Currently this should be set to the Access-Okta IDP ID (a UUIDv4). If omitted, a random UUIDv4 is used. https://developers.cloudflare.com/api/operations/access-identity-providers-get-an-access-identity-provider
Outputs
All input properties are implicitly available as output properties. Additionally, the ZeroTrustRiskScoreIntegration resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Well
Known stringUrl - The URL for the Shared Signals Framework configuration, e.g. '/.well-known/sse-configuration/{integrationuuid}/'. https://openid.net/specs/openid-sse-framework-10.html#rfc.section.6.2.1
- Id string
- The provider-assigned unique ID for this managed resource.
- Well
Known stringUrl - The URL for the Shared Signals Framework configuration, e.g. '/.well-known/sse-configuration/{integrationuuid}/'. https://openid.net/specs/openid-sse-framework-10.html#rfc.section.6.2.1
- id String
- The provider-assigned unique ID for this managed resource.
- well
Known StringUrl - The URL for the Shared Signals Framework configuration, e.g. '/.well-known/sse-configuration/{integrationuuid}/'. https://openid.net/specs/openid-sse-framework-10.html#rfc.section.6.2.1
- id string
- The provider-assigned unique ID for this managed resource.
- well
Known stringUrl - The URL for the Shared Signals Framework configuration, e.g. '/.well-known/sse-configuration/{integrationuuid}/'. https://openid.net/specs/openid-sse-framework-10.html#rfc.section.6.2.1
- id str
- The provider-assigned unique ID for this managed resource.
- well_
known_ strurl - The URL for the Shared Signals Framework configuration, e.g. '/.well-known/sse-configuration/{integrationuuid}/'. https://openid.net/specs/openid-sse-framework-10.html#rfc.section.6.2.1
- id String
- The provider-assigned unique ID for this managed resource.
- well
Known StringUrl - The URL for the Shared Signals Framework configuration, e.g. '/.well-known/sse-configuration/{integrationuuid}/'. https://openid.net/specs/openid-sse-framework-10.html#rfc.section.6.2.1
Look up Existing ZeroTrustRiskScoreIntegration Resource
Get an existing ZeroTrustRiskScoreIntegration 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?: ZeroTrustRiskScoreIntegrationState, opts?: CustomResourceOptions): ZeroTrustRiskScoreIntegration
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
account_id: Optional[str] = None,
active: Optional[bool] = None,
integration_type: Optional[str] = None,
reference_id: Optional[str] = None,
tenant_url: Optional[str] = None,
well_known_url: Optional[str] = None) -> ZeroTrustRiskScoreIntegration
func GetZeroTrustRiskScoreIntegration(ctx *Context, name string, id IDInput, state *ZeroTrustRiskScoreIntegrationState, opts ...ResourceOption) (*ZeroTrustRiskScoreIntegration, error)
public static ZeroTrustRiskScoreIntegration Get(string name, Input<string> id, ZeroTrustRiskScoreIntegrationState? state, CustomResourceOptions? opts = null)
public static ZeroTrustRiskScoreIntegration get(String name, Output<String> id, ZeroTrustRiskScoreIntegrationState 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.
- Account
Id string - The account identifier to target for the resource.
- Active bool
- Whether this integration is enabled. If disabled, no risk changes will be exported to the third-party.
- Integration
Type string - The type of integration, e.g. 'Okta'. Full list of allowed values can be found here: https://developers.cloudflare.com/api/operations/dlp-zt-risk-score-integration-create#request-body
- Reference
Id string - A reference id that can be supplied by the client. Currently this should be set to the Access-Okta IDP ID (a UUIDv4). If omitted, a random UUIDv4 is used. https://developers.cloudflare.com/api/operations/access-identity-providers-get-an-access-identity-provider
- Tenant
Url string - The base url of the tenant, e.g. 'https://tenant.okta.com'. Must be your Okta Tenant URL and not your custom domain.
- Well
Known stringUrl - The URL for the Shared Signals Framework configuration, e.g. '/.well-known/sse-configuration/{integrationuuid}/'. https://openid.net/specs/openid-sse-framework-10.html#rfc.section.6.2.1
- Account
Id string - The account identifier to target for the resource.
- Active bool
- Whether this integration is enabled. If disabled, no risk changes will be exported to the third-party.
- Integration
Type string - The type of integration, e.g. 'Okta'. Full list of allowed values can be found here: https://developers.cloudflare.com/api/operations/dlp-zt-risk-score-integration-create#request-body
- Reference
Id string - A reference id that can be supplied by the client. Currently this should be set to the Access-Okta IDP ID (a UUIDv4). If omitted, a random UUIDv4 is used. https://developers.cloudflare.com/api/operations/access-identity-providers-get-an-access-identity-provider
- Tenant
Url string - The base url of the tenant, e.g. 'https://tenant.okta.com'. Must be your Okta Tenant URL and not your custom domain.
- Well
Known stringUrl - The URL for the Shared Signals Framework configuration, e.g. '/.well-known/sse-configuration/{integrationuuid}/'. https://openid.net/specs/openid-sse-framework-10.html#rfc.section.6.2.1
- account
Id String - The account identifier to target for the resource.
- active Boolean
- Whether this integration is enabled. If disabled, no risk changes will be exported to the third-party.
- integration
Type String - The type of integration, e.g. 'Okta'. Full list of allowed values can be found here: https://developers.cloudflare.com/api/operations/dlp-zt-risk-score-integration-create#request-body
- reference
Id String - A reference id that can be supplied by the client. Currently this should be set to the Access-Okta IDP ID (a UUIDv4). If omitted, a random UUIDv4 is used. https://developers.cloudflare.com/api/operations/access-identity-providers-get-an-access-identity-provider
- tenant
Url String - The base url of the tenant, e.g. 'https://tenant.okta.com'. Must be your Okta Tenant URL and not your custom domain.
- well
Known StringUrl - The URL for the Shared Signals Framework configuration, e.g. '/.well-known/sse-configuration/{integrationuuid}/'. https://openid.net/specs/openid-sse-framework-10.html#rfc.section.6.2.1
- account
Id string - The account identifier to target for the resource.
- active boolean
- Whether this integration is enabled. If disabled, no risk changes will be exported to the third-party.
- integration
Type string - The type of integration, e.g. 'Okta'. Full list of allowed values can be found here: https://developers.cloudflare.com/api/operations/dlp-zt-risk-score-integration-create#request-body
- reference
Id string - A reference id that can be supplied by the client. Currently this should be set to the Access-Okta IDP ID (a UUIDv4). If omitted, a random UUIDv4 is used. https://developers.cloudflare.com/api/operations/access-identity-providers-get-an-access-identity-provider
- tenant
Url string - The base url of the tenant, e.g. 'https://tenant.okta.com'. Must be your Okta Tenant URL and not your custom domain.
- well
Known stringUrl - The URL for the Shared Signals Framework configuration, e.g. '/.well-known/sse-configuration/{integrationuuid}/'. https://openid.net/specs/openid-sse-framework-10.html#rfc.section.6.2.1
- account_
id str - The account identifier to target for the resource.
- active bool
- Whether this integration is enabled. If disabled, no risk changes will be exported to the third-party.
- integration_
type str - The type of integration, e.g. 'Okta'. Full list of allowed values can be found here: https://developers.cloudflare.com/api/operations/dlp-zt-risk-score-integration-create#request-body
- reference_
id str - A reference id that can be supplied by the client. Currently this should be set to the Access-Okta IDP ID (a UUIDv4). If omitted, a random UUIDv4 is used. https://developers.cloudflare.com/api/operations/access-identity-providers-get-an-access-identity-provider
- tenant_
url str - The base url of the tenant, e.g. 'https://tenant.okta.com'. Must be your Okta Tenant URL and not your custom domain.
- well_
known_ strurl - The URL for the Shared Signals Framework configuration, e.g. '/.well-known/sse-configuration/{integrationuuid}/'. https://openid.net/specs/openid-sse-framework-10.html#rfc.section.6.2.1
- account
Id String - The account identifier to target for the resource.
- active Boolean
- Whether this integration is enabled. If disabled, no risk changes will be exported to the third-party.
- integration
Type String - The type of integration, e.g. 'Okta'. Full list of allowed values can be found here: https://developers.cloudflare.com/api/operations/dlp-zt-risk-score-integration-create#request-body
- reference
Id String - A reference id that can be supplied by the client. Currently this should be set to the Access-Okta IDP ID (a UUIDv4). If omitted, a random UUIDv4 is used. https://developers.cloudflare.com/api/operations/access-identity-providers-get-an-access-identity-provider
- tenant
Url String - The base url of the tenant, e.g. 'https://tenant.okta.com'. Must be your Okta Tenant URL and not your custom domain.
- well
Known StringUrl - The URL for the Shared Signals Framework configuration, e.g. '/.well-known/sse-configuration/{integrationuuid}/'. https://openid.net/specs/openid-sse-framework-10.html#rfc.section.6.2.1
Package Details
- Repository
- Cloudflare pulumi/pulumi-cloudflare
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
cloudflare
Terraform Provider.