cloudflare.AccessPolicy
Explore with Pulumi AI
Provides a Cloudflare Access Policy resource. Access Policies are used in conjunction with Access Applications to restrict access to a particular resource.
It’s required that an
account_id
orzone_id
is provided and in most cases using either is fine. However, if you’re using a scoped access token, you must provide the argument that matches the token’s scope. For example, an access token that is scoped to the “example.com” zone needs to use thezone_id
argument. If ‘application_id’ is omitted, the policy created can be reused by multiple access applications. Any cloudflare.AccessApplication resource can reference reusable policies through itspolicies
argument. To destroy a reusable policy and remove it from all applications’ policies lists on the same apply, preemptively set the lifecycle optioncreate_before_destroy
to true on the ‘cloudflare_access_policy’ resource.
Create AccessPolicy Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new AccessPolicy(name: string, args: AccessPolicyArgs, opts?: CustomResourceOptions);
@overload
def AccessPolicy(resource_name: str,
args: AccessPolicyArgs,
opts: Optional[ResourceOptions] = None)
@overload
def AccessPolicy(resource_name: str,
opts: Optional[ResourceOptions] = None,
decision: Optional[str] = None,
name: Optional[str] = None,
includes: Optional[Sequence[AccessPolicyIncludeArgs]] = None,
approval_required: Optional[bool] = None,
account_id: Optional[str] = None,
excludes: Optional[Sequence[AccessPolicyExcludeArgs]] = None,
approval_groups: Optional[Sequence[AccessPolicyApprovalGroupArgs]] = None,
isolation_required: Optional[bool] = None,
application_id: Optional[str] = None,
precedence: Optional[int] = None,
purpose_justification_prompt: Optional[str] = None,
purpose_justification_required: Optional[bool] = None,
requires: Optional[Sequence[AccessPolicyRequireArgs]] = None,
session_duration: Optional[str] = None,
zone_id: Optional[str] = None)
func NewAccessPolicy(ctx *Context, name string, args AccessPolicyArgs, opts ...ResourceOption) (*AccessPolicy, error)
public AccessPolicy(string name, AccessPolicyArgs args, CustomResourceOptions? opts = null)
public AccessPolicy(String name, AccessPolicyArgs args)
public AccessPolicy(String name, AccessPolicyArgs args, CustomResourceOptions options)
type: cloudflare:AccessPolicy
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 AccessPolicyArgs
- 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 AccessPolicyArgs
- 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 AccessPolicyArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args AccessPolicyArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args AccessPolicyArgs
- 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 accessPolicyResource = new Cloudflare.AccessPolicy("accessPolicyResource", new()
{
Decision = "string",
Name = "string",
Includes = new[]
{
new Cloudflare.Inputs.AccessPolicyIncludeArgs
{
AnyValidServiceToken = false,
AuthContexts = new[]
{
new Cloudflare.Inputs.AccessPolicyIncludeAuthContextArgs
{
AcId = "string",
Id = "string",
IdentityProviderId = "string",
},
},
AuthMethod = "string",
Azures = new[]
{
new Cloudflare.Inputs.AccessPolicyIncludeAzureArgs
{
IdentityProviderId = "string",
Ids = new[]
{
"string",
},
},
},
Certificate = false,
CommonName = "string",
CommonNames = new[]
{
"string",
},
DevicePostures = new[]
{
"string",
},
EmailDomains = new[]
{
"string",
},
EmailLists = new[]
{
"string",
},
Emails = new[]
{
"string",
},
Everyone = false,
ExternalEvaluation = new Cloudflare.Inputs.AccessPolicyIncludeExternalEvaluationArgs
{
EvaluateUrl = "string",
KeysUrl = "string",
},
Geos = new[]
{
"string",
},
Githubs = new[]
{
new Cloudflare.Inputs.AccessPolicyIncludeGithubArgs
{
IdentityProviderId = "string",
Name = "string",
Teams = new[]
{
"string",
},
},
},
Groups = new[]
{
"string",
},
Gsuites = new[]
{
new Cloudflare.Inputs.AccessPolicyIncludeGsuiteArgs
{
Emails = new[]
{
"string",
},
IdentityProviderId = "string",
},
},
IpLists = new[]
{
"string",
},
Ips = new[]
{
"string",
},
LoginMethods = new[]
{
"string",
},
Oktas = new[]
{
new Cloudflare.Inputs.AccessPolicyIncludeOktaArgs
{
IdentityProviderId = "string",
Names = new[]
{
"string",
},
},
},
Samls = new[]
{
new Cloudflare.Inputs.AccessPolicyIncludeSamlArgs
{
AttributeName = "string",
AttributeValue = "string",
IdentityProviderId = "string",
},
},
ServiceTokens = new[]
{
"string",
},
},
},
ApprovalRequired = false,
AccountId = "string",
Excludes = new[]
{
new Cloudflare.Inputs.AccessPolicyExcludeArgs
{
AnyValidServiceToken = false,
AuthContexts = new[]
{
new Cloudflare.Inputs.AccessPolicyExcludeAuthContextArgs
{
AcId = "string",
Id = "string",
IdentityProviderId = "string",
},
},
AuthMethod = "string",
Azures = new[]
{
new Cloudflare.Inputs.AccessPolicyExcludeAzureArgs
{
IdentityProviderId = "string",
Ids = new[]
{
"string",
},
},
},
Certificate = false,
CommonName = "string",
CommonNames = new[]
{
"string",
},
DevicePostures = new[]
{
"string",
},
EmailDomains = new[]
{
"string",
},
EmailLists = new[]
{
"string",
},
Emails = new[]
{
"string",
},
Everyone = false,
ExternalEvaluation = new Cloudflare.Inputs.AccessPolicyExcludeExternalEvaluationArgs
{
EvaluateUrl = "string",
KeysUrl = "string",
},
Geos = new[]
{
"string",
},
Githubs = new[]
{
new Cloudflare.Inputs.AccessPolicyExcludeGithubArgs
{
IdentityProviderId = "string",
Name = "string",
Teams = new[]
{
"string",
},
},
},
Groups = new[]
{
"string",
},
Gsuites = new[]
{
new Cloudflare.Inputs.AccessPolicyExcludeGsuiteArgs
{
Emails = new[]
{
"string",
},
IdentityProviderId = "string",
},
},
IpLists = new[]
{
"string",
},
Ips = new[]
{
"string",
},
LoginMethods = new[]
{
"string",
},
Oktas = new[]
{
new Cloudflare.Inputs.AccessPolicyExcludeOktaArgs
{
IdentityProviderId = "string",
Names = new[]
{
"string",
},
},
},
Samls = new[]
{
new Cloudflare.Inputs.AccessPolicyExcludeSamlArgs
{
AttributeName = "string",
AttributeValue = "string",
IdentityProviderId = "string",
},
},
ServiceTokens = new[]
{
"string",
},
},
},
ApprovalGroups = new[]
{
new Cloudflare.Inputs.AccessPolicyApprovalGroupArgs
{
ApprovalsNeeded = 0,
EmailAddresses = new[]
{
"string",
},
EmailListUuid = "string",
},
},
IsolationRequired = false,
PurposeJustificationPrompt = "string",
PurposeJustificationRequired = false,
Requires = new[]
{
new Cloudflare.Inputs.AccessPolicyRequireArgs
{
AnyValidServiceToken = false,
AuthContexts = new[]
{
new Cloudflare.Inputs.AccessPolicyRequireAuthContextArgs
{
AcId = "string",
Id = "string",
IdentityProviderId = "string",
},
},
AuthMethod = "string",
Azures = new[]
{
new Cloudflare.Inputs.AccessPolicyRequireAzureArgs
{
IdentityProviderId = "string",
Ids = new[]
{
"string",
},
},
},
Certificate = false,
CommonName = "string",
CommonNames = new[]
{
"string",
},
DevicePostures = new[]
{
"string",
},
EmailDomains = new[]
{
"string",
},
EmailLists = new[]
{
"string",
},
Emails = new[]
{
"string",
},
Everyone = false,
ExternalEvaluation = new Cloudflare.Inputs.AccessPolicyRequireExternalEvaluationArgs
{
EvaluateUrl = "string",
KeysUrl = "string",
},
Geos = new[]
{
"string",
},
Githubs = new[]
{
new Cloudflare.Inputs.AccessPolicyRequireGithubArgs
{
IdentityProviderId = "string",
Name = "string",
Teams = new[]
{
"string",
},
},
},
Groups = new[]
{
"string",
},
Gsuites = new[]
{
new Cloudflare.Inputs.AccessPolicyRequireGsuiteArgs
{
Emails = new[]
{
"string",
},
IdentityProviderId = "string",
},
},
IpLists = new[]
{
"string",
},
Ips = new[]
{
"string",
},
LoginMethods = new[]
{
"string",
},
Oktas = new[]
{
new Cloudflare.Inputs.AccessPolicyRequireOktaArgs
{
IdentityProviderId = "string",
Names = new[]
{
"string",
},
},
},
Samls = new[]
{
new Cloudflare.Inputs.AccessPolicyRequireSamlArgs
{
AttributeName = "string",
AttributeValue = "string",
IdentityProviderId = "string",
},
},
ServiceTokens = new[]
{
"string",
},
},
},
SessionDuration = "string",
ZoneId = "string",
});
example, err := cloudflare.NewAccessPolicy(ctx, "accessPolicyResource", &cloudflare.AccessPolicyArgs{
Decision: pulumi.String("string"),
Name: pulumi.String("string"),
Includes: cloudflare.AccessPolicyIncludeArray{
&cloudflare.AccessPolicyIncludeArgs{
AnyValidServiceToken: pulumi.Bool(false),
AuthContexts: cloudflare.AccessPolicyIncludeAuthContextArray{
&cloudflare.AccessPolicyIncludeAuthContextArgs{
AcId: pulumi.String("string"),
Id: pulumi.String("string"),
IdentityProviderId: pulumi.String("string"),
},
},
AuthMethod: pulumi.String("string"),
Azures: cloudflare.AccessPolicyIncludeAzureArray{
&cloudflare.AccessPolicyIncludeAzureArgs{
IdentityProviderId: pulumi.String("string"),
Ids: pulumi.StringArray{
pulumi.String("string"),
},
},
},
Certificate: pulumi.Bool(false),
CommonName: pulumi.String("string"),
CommonNames: pulumi.StringArray{
pulumi.String("string"),
},
DevicePostures: pulumi.StringArray{
pulumi.String("string"),
},
EmailDomains: pulumi.StringArray{
pulumi.String("string"),
},
EmailLists: pulumi.StringArray{
pulumi.String("string"),
},
Emails: pulumi.StringArray{
pulumi.String("string"),
},
Everyone: pulumi.Bool(false),
ExternalEvaluation: &cloudflare.AccessPolicyIncludeExternalEvaluationArgs{
EvaluateUrl: pulumi.String("string"),
KeysUrl: pulumi.String("string"),
},
Geos: pulumi.StringArray{
pulumi.String("string"),
},
Githubs: cloudflare.AccessPolicyIncludeGithubArray{
&cloudflare.AccessPolicyIncludeGithubArgs{
IdentityProviderId: pulumi.String("string"),
Name: pulumi.String("string"),
Teams: pulumi.StringArray{
pulumi.String("string"),
},
},
},
Groups: pulumi.StringArray{
pulumi.String("string"),
},
Gsuites: cloudflare.AccessPolicyIncludeGsuiteArray{
&cloudflare.AccessPolicyIncludeGsuiteArgs{
Emails: pulumi.StringArray{
pulumi.String("string"),
},
IdentityProviderId: pulumi.String("string"),
},
},
IpLists: pulumi.StringArray{
pulumi.String("string"),
},
Ips: pulumi.StringArray{
pulumi.String("string"),
},
LoginMethods: pulumi.StringArray{
pulumi.String("string"),
},
Oktas: cloudflare.AccessPolicyIncludeOktaArray{
&cloudflare.AccessPolicyIncludeOktaArgs{
IdentityProviderId: pulumi.String("string"),
Names: pulumi.StringArray{
pulumi.String("string"),
},
},
},
Samls: cloudflare.AccessPolicyIncludeSamlArray{
&cloudflare.AccessPolicyIncludeSamlArgs{
AttributeName: pulumi.String("string"),
AttributeValue: pulumi.String("string"),
IdentityProviderId: pulumi.String("string"),
},
},
ServiceTokens: pulumi.StringArray{
pulumi.String("string"),
},
},
},
ApprovalRequired: pulumi.Bool(false),
AccountId: pulumi.String("string"),
Excludes: cloudflare.AccessPolicyExcludeArray{
&cloudflare.AccessPolicyExcludeArgs{
AnyValidServiceToken: pulumi.Bool(false),
AuthContexts: cloudflare.AccessPolicyExcludeAuthContextArray{
&cloudflare.AccessPolicyExcludeAuthContextArgs{
AcId: pulumi.String("string"),
Id: pulumi.String("string"),
IdentityProviderId: pulumi.String("string"),
},
},
AuthMethod: pulumi.String("string"),
Azures: cloudflare.AccessPolicyExcludeAzureArray{
&cloudflare.AccessPolicyExcludeAzureArgs{
IdentityProviderId: pulumi.String("string"),
Ids: pulumi.StringArray{
pulumi.String("string"),
},
},
},
Certificate: pulumi.Bool(false),
CommonName: pulumi.String("string"),
CommonNames: pulumi.StringArray{
pulumi.String("string"),
},
DevicePostures: pulumi.StringArray{
pulumi.String("string"),
},
EmailDomains: pulumi.StringArray{
pulumi.String("string"),
},
EmailLists: pulumi.StringArray{
pulumi.String("string"),
},
Emails: pulumi.StringArray{
pulumi.String("string"),
},
Everyone: pulumi.Bool(false),
ExternalEvaluation: &cloudflare.AccessPolicyExcludeExternalEvaluationArgs{
EvaluateUrl: pulumi.String("string"),
KeysUrl: pulumi.String("string"),
},
Geos: pulumi.StringArray{
pulumi.String("string"),
},
Githubs: cloudflare.AccessPolicyExcludeGithubArray{
&cloudflare.AccessPolicyExcludeGithubArgs{
IdentityProviderId: pulumi.String("string"),
Name: pulumi.String("string"),
Teams: pulumi.StringArray{
pulumi.String("string"),
},
},
},
Groups: pulumi.StringArray{
pulumi.String("string"),
},
Gsuites: cloudflare.AccessPolicyExcludeGsuiteArray{
&cloudflare.AccessPolicyExcludeGsuiteArgs{
Emails: pulumi.StringArray{
pulumi.String("string"),
},
IdentityProviderId: pulumi.String("string"),
},
},
IpLists: pulumi.StringArray{
pulumi.String("string"),
},
Ips: pulumi.StringArray{
pulumi.String("string"),
},
LoginMethods: pulumi.StringArray{
pulumi.String("string"),
},
Oktas: cloudflare.AccessPolicyExcludeOktaArray{
&cloudflare.AccessPolicyExcludeOktaArgs{
IdentityProviderId: pulumi.String("string"),
Names: pulumi.StringArray{
pulumi.String("string"),
},
},
},
Samls: cloudflare.AccessPolicyExcludeSamlArray{
&cloudflare.AccessPolicyExcludeSamlArgs{
AttributeName: pulumi.String("string"),
AttributeValue: pulumi.String("string"),
IdentityProviderId: pulumi.String("string"),
},
},
ServiceTokens: pulumi.StringArray{
pulumi.String("string"),
},
},
},
ApprovalGroups: cloudflare.AccessPolicyApprovalGroupArray{
&cloudflare.AccessPolicyApprovalGroupArgs{
ApprovalsNeeded: pulumi.Int(0),
EmailAddresses: pulumi.StringArray{
pulumi.String("string"),
},
EmailListUuid: pulumi.String("string"),
},
},
IsolationRequired: pulumi.Bool(false),
PurposeJustificationPrompt: pulumi.String("string"),
PurposeJustificationRequired: pulumi.Bool(false),
Requires: cloudflare.AccessPolicyRequireArray{
&cloudflare.AccessPolicyRequireArgs{
AnyValidServiceToken: pulumi.Bool(false),
AuthContexts: cloudflare.AccessPolicyRequireAuthContextArray{
&cloudflare.AccessPolicyRequireAuthContextArgs{
AcId: pulumi.String("string"),
Id: pulumi.String("string"),
IdentityProviderId: pulumi.String("string"),
},
},
AuthMethod: pulumi.String("string"),
Azures: cloudflare.AccessPolicyRequireAzureArray{
&cloudflare.AccessPolicyRequireAzureArgs{
IdentityProviderId: pulumi.String("string"),
Ids: pulumi.StringArray{
pulumi.String("string"),
},
},
},
Certificate: pulumi.Bool(false),
CommonName: pulumi.String("string"),
CommonNames: pulumi.StringArray{
pulumi.String("string"),
},
DevicePostures: pulumi.StringArray{
pulumi.String("string"),
},
EmailDomains: pulumi.StringArray{
pulumi.String("string"),
},
EmailLists: pulumi.StringArray{
pulumi.String("string"),
},
Emails: pulumi.StringArray{
pulumi.String("string"),
},
Everyone: pulumi.Bool(false),
ExternalEvaluation: &cloudflare.AccessPolicyRequireExternalEvaluationArgs{
EvaluateUrl: pulumi.String("string"),
KeysUrl: pulumi.String("string"),
},
Geos: pulumi.StringArray{
pulumi.String("string"),
},
Githubs: cloudflare.AccessPolicyRequireGithubArray{
&cloudflare.AccessPolicyRequireGithubArgs{
IdentityProviderId: pulumi.String("string"),
Name: pulumi.String("string"),
Teams: pulumi.StringArray{
pulumi.String("string"),
},
},
},
Groups: pulumi.StringArray{
pulumi.String("string"),
},
Gsuites: cloudflare.AccessPolicyRequireGsuiteArray{
&cloudflare.AccessPolicyRequireGsuiteArgs{
Emails: pulumi.StringArray{
pulumi.String("string"),
},
IdentityProviderId: pulumi.String("string"),
},
},
IpLists: pulumi.StringArray{
pulumi.String("string"),
},
Ips: pulumi.StringArray{
pulumi.String("string"),
},
LoginMethods: pulumi.StringArray{
pulumi.String("string"),
},
Oktas: cloudflare.AccessPolicyRequireOktaArray{
&cloudflare.AccessPolicyRequireOktaArgs{
IdentityProviderId: pulumi.String("string"),
Names: pulumi.StringArray{
pulumi.String("string"),
},
},
},
Samls: cloudflare.AccessPolicyRequireSamlArray{
&cloudflare.AccessPolicyRequireSamlArgs{
AttributeName: pulumi.String("string"),
AttributeValue: pulumi.String("string"),
IdentityProviderId: pulumi.String("string"),
},
},
ServiceTokens: pulumi.StringArray{
pulumi.String("string"),
},
},
},
SessionDuration: pulumi.String("string"),
ZoneId: pulumi.String("string"),
})
var accessPolicyResource = new AccessPolicy("accessPolicyResource", AccessPolicyArgs.builder()
.decision("string")
.name("string")
.includes(AccessPolicyIncludeArgs.builder()
.anyValidServiceToken(false)
.authContexts(AccessPolicyIncludeAuthContextArgs.builder()
.acId("string")
.id("string")
.identityProviderId("string")
.build())
.authMethod("string")
.azures(AccessPolicyIncludeAzureArgs.builder()
.identityProviderId("string")
.ids("string")
.build())
.certificate(false)
.commonName("string")
.commonNames("string")
.devicePostures("string")
.emailDomains("string")
.emailLists("string")
.emails("string")
.everyone(false)
.externalEvaluation(AccessPolicyIncludeExternalEvaluationArgs.builder()
.evaluateUrl("string")
.keysUrl("string")
.build())
.geos("string")
.githubs(AccessPolicyIncludeGithubArgs.builder()
.identityProviderId("string")
.name("string")
.teams("string")
.build())
.groups("string")
.gsuites(AccessPolicyIncludeGsuiteArgs.builder()
.emails("string")
.identityProviderId("string")
.build())
.ipLists("string")
.ips("string")
.loginMethods("string")
.oktas(AccessPolicyIncludeOktaArgs.builder()
.identityProviderId("string")
.names("string")
.build())
.samls(AccessPolicyIncludeSamlArgs.builder()
.attributeName("string")
.attributeValue("string")
.identityProviderId("string")
.build())
.serviceTokens("string")
.build())
.approvalRequired(false)
.accountId("string")
.excludes(AccessPolicyExcludeArgs.builder()
.anyValidServiceToken(false)
.authContexts(AccessPolicyExcludeAuthContextArgs.builder()
.acId("string")
.id("string")
.identityProviderId("string")
.build())
.authMethod("string")
.azures(AccessPolicyExcludeAzureArgs.builder()
.identityProviderId("string")
.ids("string")
.build())
.certificate(false)
.commonName("string")
.commonNames("string")
.devicePostures("string")
.emailDomains("string")
.emailLists("string")
.emails("string")
.everyone(false)
.externalEvaluation(AccessPolicyExcludeExternalEvaluationArgs.builder()
.evaluateUrl("string")
.keysUrl("string")
.build())
.geos("string")
.githubs(AccessPolicyExcludeGithubArgs.builder()
.identityProviderId("string")
.name("string")
.teams("string")
.build())
.groups("string")
.gsuites(AccessPolicyExcludeGsuiteArgs.builder()
.emails("string")
.identityProviderId("string")
.build())
.ipLists("string")
.ips("string")
.loginMethods("string")
.oktas(AccessPolicyExcludeOktaArgs.builder()
.identityProviderId("string")
.names("string")
.build())
.samls(AccessPolicyExcludeSamlArgs.builder()
.attributeName("string")
.attributeValue("string")
.identityProviderId("string")
.build())
.serviceTokens("string")
.build())
.approvalGroups(AccessPolicyApprovalGroupArgs.builder()
.approvalsNeeded(0)
.emailAddresses("string")
.emailListUuid("string")
.build())
.isolationRequired(false)
.purposeJustificationPrompt("string")
.purposeJustificationRequired(false)
.requires(AccessPolicyRequireArgs.builder()
.anyValidServiceToken(false)
.authContexts(AccessPolicyRequireAuthContextArgs.builder()
.acId("string")
.id("string")
.identityProviderId("string")
.build())
.authMethod("string")
.azures(AccessPolicyRequireAzureArgs.builder()
.identityProviderId("string")
.ids("string")
.build())
.certificate(false)
.commonName("string")
.commonNames("string")
.devicePostures("string")
.emailDomains("string")
.emailLists("string")
.emails("string")
.everyone(false)
.externalEvaluation(AccessPolicyRequireExternalEvaluationArgs.builder()
.evaluateUrl("string")
.keysUrl("string")
.build())
.geos("string")
.githubs(AccessPolicyRequireGithubArgs.builder()
.identityProviderId("string")
.name("string")
.teams("string")
.build())
.groups("string")
.gsuites(AccessPolicyRequireGsuiteArgs.builder()
.emails("string")
.identityProviderId("string")
.build())
.ipLists("string")
.ips("string")
.loginMethods("string")
.oktas(AccessPolicyRequireOktaArgs.builder()
.identityProviderId("string")
.names("string")
.build())
.samls(AccessPolicyRequireSamlArgs.builder()
.attributeName("string")
.attributeValue("string")
.identityProviderId("string")
.build())
.serviceTokens("string")
.build())
.sessionDuration("string")
.zoneId("string")
.build());
access_policy_resource = cloudflare.AccessPolicy("accessPolicyResource",
decision="string",
name="string",
includes=[cloudflare.AccessPolicyIncludeArgs(
any_valid_service_token=False,
auth_contexts=[cloudflare.AccessPolicyIncludeAuthContextArgs(
ac_id="string",
id="string",
identity_provider_id="string",
)],
auth_method="string",
azures=[cloudflare.AccessPolicyIncludeAzureArgs(
identity_provider_id="string",
ids=["string"],
)],
certificate=False,
common_name="string",
common_names=["string"],
device_postures=["string"],
email_domains=["string"],
email_lists=["string"],
emails=["string"],
everyone=False,
external_evaluation=cloudflare.AccessPolicyIncludeExternalEvaluationArgs(
evaluate_url="string",
keys_url="string",
),
geos=["string"],
githubs=[cloudflare.AccessPolicyIncludeGithubArgs(
identity_provider_id="string",
name="string",
teams=["string"],
)],
groups=["string"],
gsuites=[cloudflare.AccessPolicyIncludeGsuiteArgs(
emails=["string"],
identity_provider_id="string",
)],
ip_lists=["string"],
ips=["string"],
login_methods=["string"],
oktas=[cloudflare.AccessPolicyIncludeOktaArgs(
identity_provider_id="string",
names=["string"],
)],
samls=[cloudflare.AccessPolicyIncludeSamlArgs(
attribute_name="string",
attribute_value="string",
identity_provider_id="string",
)],
service_tokens=["string"],
)],
approval_required=False,
account_id="string",
excludes=[cloudflare.AccessPolicyExcludeArgs(
any_valid_service_token=False,
auth_contexts=[cloudflare.AccessPolicyExcludeAuthContextArgs(
ac_id="string",
id="string",
identity_provider_id="string",
)],
auth_method="string",
azures=[cloudflare.AccessPolicyExcludeAzureArgs(
identity_provider_id="string",
ids=["string"],
)],
certificate=False,
common_name="string",
common_names=["string"],
device_postures=["string"],
email_domains=["string"],
email_lists=["string"],
emails=["string"],
everyone=False,
external_evaluation=cloudflare.AccessPolicyExcludeExternalEvaluationArgs(
evaluate_url="string",
keys_url="string",
),
geos=["string"],
githubs=[cloudflare.AccessPolicyExcludeGithubArgs(
identity_provider_id="string",
name="string",
teams=["string"],
)],
groups=["string"],
gsuites=[cloudflare.AccessPolicyExcludeGsuiteArgs(
emails=["string"],
identity_provider_id="string",
)],
ip_lists=["string"],
ips=["string"],
login_methods=["string"],
oktas=[cloudflare.AccessPolicyExcludeOktaArgs(
identity_provider_id="string",
names=["string"],
)],
samls=[cloudflare.AccessPolicyExcludeSamlArgs(
attribute_name="string",
attribute_value="string",
identity_provider_id="string",
)],
service_tokens=["string"],
)],
approval_groups=[cloudflare.AccessPolicyApprovalGroupArgs(
approvals_needed=0,
email_addresses=["string"],
email_list_uuid="string",
)],
isolation_required=False,
purpose_justification_prompt="string",
purpose_justification_required=False,
requires=[cloudflare.AccessPolicyRequireArgs(
any_valid_service_token=False,
auth_contexts=[cloudflare.AccessPolicyRequireAuthContextArgs(
ac_id="string",
id="string",
identity_provider_id="string",
)],
auth_method="string",
azures=[cloudflare.AccessPolicyRequireAzureArgs(
identity_provider_id="string",
ids=["string"],
)],
certificate=False,
common_name="string",
common_names=["string"],
device_postures=["string"],
email_domains=["string"],
email_lists=["string"],
emails=["string"],
everyone=False,
external_evaluation=cloudflare.AccessPolicyRequireExternalEvaluationArgs(
evaluate_url="string",
keys_url="string",
),
geos=["string"],
githubs=[cloudflare.AccessPolicyRequireGithubArgs(
identity_provider_id="string",
name="string",
teams=["string"],
)],
groups=["string"],
gsuites=[cloudflare.AccessPolicyRequireGsuiteArgs(
emails=["string"],
identity_provider_id="string",
)],
ip_lists=["string"],
ips=["string"],
login_methods=["string"],
oktas=[cloudflare.AccessPolicyRequireOktaArgs(
identity_provider_id="string",
names=["string"],
)],
samls=[cloudflare.AccessPolicyRequireSamlArgs(
attribute_name="string",
attribute_value="string",
identity_provider_id="string",
)],
service_tokens=["string"],
)],
session_duration="string",
zone_id="string")
const accessPolicyResource = new cloudflare.AccessPolicy("accessPolicyResource", {
decision: "string",
name: "string",
includes: [{
anyValidServiceToken: false,
authContexts: [{
acId: "string",
id: "string",
identityProviderId: "string",
}],
authMethod: "string",
azures: [{
identityProviderId: "string",
ids: ["string"],
}],
certificate: false,
commonName: "string",
commonNames: ["string"],
devicePostures: ["string"],
emailDomains: ["string"],
emailLists: ["string"],
emails: ["string"],
everyone: false,
externalEvaluation: {
evaluateUrl: "string",
keysUrl: "string",
},
geos: ["string"],
githubs: [{
identityProviderId: "string",
name: "string",
teams: ["string"],
}],
groups: ["string"],
gsuites: [{
emails: ["string"],
identityProviderId: "string",
}],
ipLists: ["string"],
ips: ["string"],
loginMethods: ["string"],
oktas: [{
identityProviderId: "string",
names: ["string"],
}],
samls: [{
attributeName: "string",
attributeValue: "string",
identityProviderId: "string",
}],
serviceTokens: ["string"],
}],
approvalRequired: false,
accountId: "string",
excludes: [{
anyValidServiceToken: false,
authContexts: [{
acId: "string",
id: "string",
identityProviderId: "string",
}],
authMethod: "string",
azures: [{
identityProviderId: "string",
ids: ["string"],
}],
certificate: false,
commonName: "string",
commonNames: ["string"],
devicePostures: ["string"],
emailDomains: ["string"],
emailLists: ["string"],
emails: ["string"],
everyone: false,
externalEvaluation: {
evaluateUrl: "string",
keysUrl: "string",
},
geos: ["string"],
githubs: [{
identityProviderId: "string",
name: "string",
teams: ["string"],
}],
groups: ["string"],
gsuites: [{
emails: ["string"],
identityProviderId: "string",
}],
ipLists: ["string"],
ips: ["string"],
loginMethods: ["string"],
oktas: [{
identityProviderId: "string",
names: ["string"],
}],
samls: [{
attributeName: "string",
attributeValue: "string",
identityProviderId: "string",
}],
serviceTokens: ["string"],
}],
approvalGroups: [{
approvalsNeeded: 0,
emailAddresses: ["string"],
emailListUuid: "string",
}],
isolationRequired: false,
purposeJustificationPrompt: "string",
purposeJustificationRequired: false,
requires: [{
anyValidServiceToken: false,
authContexts: [{
acId: "string",
id: "string",
identityProviderId: "string",
}],
authMethod: "string",
azures: [{
identityProviderId: "string",
ids: ["string"],
}],
certificate: false,
commonName: "string",
commonNames: ["string"],
devicePostures: ["string"],
emailDomains: ["string"],
emailLists: ["string"],
emails: ["string"],
everyone: false,
externalEvaluation: {
evaluateUrl: "string",
keysUrl: "string",
},
geos: ["string"],
githubs: [{
identityProviderId: "string",
name: "string",
teams: ["string"],
}],
groups: ["string"],
gsuites: [{
emails: ["string"],
identityProviderId: "string",
}],
ipLists: ["string"],
ips: ["string"],
loginMethods: ["string"],
oktas: [{
identityProviderId: "string",
names: ["string"],
}],
samls: [{
attributeName: "string",
attributeValue: "string",
identityProviderId: "string",
}],
serviceTokens: ["string"],
}],
sessionDuration: "string",
zoneId: "string",
});
type: cloudflare:AccessPolicy
properties:
accountId: string
approvalGroups:
- approvalsNeeded: 0
emailAddresses:
- string
emailListUuid: string
approvalRequired: false
decision: string
excludes:
- anyValidServiceToken: false
authContexts:
- acId: string
id: string
identityProviderId: string
authMethod: string
azures:
- identityProviderId: string
ids:
- string
certificate: false
commonName: string
commonNames:
- string
devicePostures:
- string
emailDomains:
- string
emailLists:
- string
emails:
- string
everyone: false
externalEvaluation:
evaluateUrl: string
keysUrl: string
geos:
- string
githubs:
- identityProviderId: string
name: string
teams:
- string
groups:
- string
gsuites:
- emails:
- string
identityProviderId: string
ipLists:
- string
ips:
- string
loginMethods:
- string
oktas:
- identityProviderId: string
names:
- string
samls:
- attributeName: string
attributeValue: string
identityProviderId: string
serviceTokens:
- string
includes:
- anyValidServiceToken: false
authContexts:
- acId: string
id: string
identityProviderId: string
authMethod: string
azures:
- identityProviderId: string
ids:
- string
certificate: false
commonName: string
commonNames:
- string
devicePostures:
- string
emailDomains:
- string
emailLists:
- string
emails:
- string
everyone: false
externalEvaluation:
evaluateUrl: string
keysUrl: string
geos:
- string
githubs:
- identityProviderId: string
name: string
teams:
- string
groups:
- string
gsuites:
- emails:
- string
identityProviderId: string
ipLists:
- string
ips:
- string
loginMethods:
- string
oktas:
- identityProviderId: string
names:
- string
samls:
- attributeName: string
attributeValue: string
identityProviderId: string
serviceTokens:
- string
isolationRequired: false
name: string
purposeJustificationPrompt: string
purposeJustificationRequired: false
requires:
- anyValidServiceToken: false
authContexts:
- acId: string
id: string
identityProviderId: string
authMethod: string
azures:
- identityProviderId: string
ids:
- string
certificate: false
commonName: string
commonNames:
- string
devicePostures:
- string
emailDomains:
- string
emailLists:
- string
emails:
- string
everyone: false
externalEvaluation:
evaluateUrl: string
keysUrl: string
geos:
- string
githubs:
- identityProviderId: string
name: string
teams:
- string
groups:
- string
gsuites:
- emails:
- string
identityProviderId: string
ipLists:
- string
ips:
- string
loginMethods:
- string
oktas:
- identityProviderId: string
names:
- string
samls:
- attributeName: string
attributeValue: string
identityProviderId: string
serviceTokens:
- string
sessionDuration: string
zoneId: string
AccessPolicy 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 AccessPolicy resource accepts the following input properties:
- Decision string
- Defines the action Access will take if the policy matches the user. Available values:
allow
,deny
,non_identity
,bypass
. - Includes
List<Access
Policy Include> - A series of access conditions, see Access Groups.
- Name string
- Friendly name of the Access Policy.
- Account
Id string - The account identifier to target for the resource. Conflicts with
zone_id
. Modifying this attribute will force creation of a new resource. - Application
Id string - The ID of the application the policy is associated with. Required when using
precedence
. Modifying this attribute will force creation of a new resource. - Approval
Groups List<AccessPolicy Approval Group> - Approval
Required bool - Excludes
List<Access
Policy Exclude> - A series of access conditions, see Access Groups.
- Isolation
Required bool - Require this application to be served in an isolated browser for users matching this policy.
- Precedence int
- The unique precedence for policies on a single application. Required when using
application_id
. - Purpose
Justification stringPrompt - The prompt to display to the user for a justification for accessing the resource. Required when using
purpose_justification_required
. - Purpose
Justification boolRequired - Whether to prompt the user for a justification for accessing the resource.
- Requires
List<Access
Policy Require> - A series of access conditions, see Access Groups.
- Session
Duration string - How often a user will be forced to re-authorise. Must be in the format
48h
or2h45m
. - Zone
Id string - The zone identifier to target for the resource. Conflicts with
account_id
. Modifying this attribute will force creation of a new resource.
- Decision string
- Defines the action Access will take if the policy matches the user. Available values:
allow
,deny
,non_identity
,bypass
. - Includes
[]Access
Policy Include Args - A series of access conditions, see Access Groups.
- Name string
- Friendly name of the Access Policy.
- Account
Id string - The account identifier to target for the resource. Conflicts with
zone_id
. Modifying this attribute will force creation of a new resource. - Application
Id string - The ID of the application the policy is associated with. Required when using
precedence
. Modifying this attribute will force creation of a new resource. - Approval
Groups []AccessPolicy Approval Group Args - Approval
Required bool - Excludes
[]Access
Policy Exclude Args - A series of access conditions, see Access Groups.
- Isolation
Required bool - Require this application to be served in an isolated browser for users matching this policy.
- Precedence int
- The unique precedence for policies on a single application. Required when using
application_id
. - Purpose
Justification stringPrompt - The prompt to display to the user for a justification for accessing the resource. Required when using
purpose_justification_required
. - Purpose
Justification boolRequired - Whether to prompt the user for a justification for accessing the resource.
- Requires
[]Access
Policy Require Args - A series of access conditions, see Access Groups.
- Session
Duration string - How often a user will be forced to re-authorise. Must be in the format
48h
or2h45m
. - Zone
Id string - The zone identifier to target for the resource. Conflicts with
account_id
. Modifying this attribute will force creation of a new resource.
- decision String
- Defines the action Access will take if the policy matches the user. Available values:
allow
,deny
,non_identity
,bypass
. - includes
List<Access
Policy Include> - A series of access conditions, see Access Groups.
- name String
- Friendly name of the Access Policy.
- account
Id String - The account identifier to target for the resource. Conflicts with
zone_id
. Modifying this attribute will force creation of a new resource. - application
Id String - The ID of the application the policy is associated with. Required when using
precedence
. Modifying this attribute will force creation of a new resource. - approval
Groups List<AccessPolicy Approval Group> - approval
Required Boolean - excludes
List<Access
Policy Exclude> - A series of access conditions, see Access Groups.
- isolation
Required Boolean - Require this application to be served in an isolated browser for users matching this policy.
- precedence Integer
- The unique precedence for policies on a single application. Required when using
application_id
. - purpose
Justification StringPrompt - The prompt to display to the user for a justification for accessing the resource. Required when using
purpose_justification_required
. - purpose
Justification BooleanRequired - Whether to prompt the user for a justification for accessing the resource.
- requires
List<Access
Policy Require> - A series of access conditions, see Access Groups.
- session
Duration String - How often a user will be forced to re-authorise. Must be in the format
48h
or2h45m
. - zone
Id String - The zone identifier to target for the resource. Conflicts with
account_id
. Modifying this attribute will force creation of a new resource.
- decision string
- Defines the action Access will take if the policy matches the user. Available values:
allow
,deny
,non_identity
,bypass
. - includes
Access
Policy Include[] - A series of access conditions, see Access Groups.
- name string
- Friendly name of the Access Policy.
- account
Id string - The account identifier to target for the resource. Conflicts with
zone_id
. Modifying this attribute will force creation of a new resource. - application
Id string - The ID of the application the policy is associated with. Required when using
precedence
. Modifying this attribute will force creation of a new resource. - approval
Groups AccessPolicy Approval Group[] - approval
Required boolean - excludes
Access
Policy Exclude[] - A series of access conditions, see Access Groups.
- isolation
Required boolean - Require this application to be served in an isolated browser for users matching this policy.
- precedence number
- The unique precedence for policies on a single application. Required when using
application_id
. - purpose
Justification stringPrompt - The prompt to display to the user for a justification for accessing the resource. Required when using
purpose_justification_required
. - purpose
Justification booleanRequired - Whether to prompt the user for a justification for accessing the resource.
- requires
Access
Policy Require[] - A series of access conditions, see Access Groups.
- session
Duration string - How often a user will be forced to re-authorise. Must be in the format
48h
or2h45m
. - zone
Id string - The zone identifier to target for the resource. Conflicts with
account_id
. Modifying this attribute will force creation of a new resource.
- decision str
- Defines the action Access will take if the policy matches the user. Available values:
allow
,deny
,non_identity
,bypass
. - includes
Sequence[Access
Policy Include Args] - A series of access conditions, see Access Groups.
- name str
- Friendly name of the Access Policy.
- account_
id str - The account identifier to target for the resource. Conflicts with
zone_id
. Modifying this attribute will force creation of a new resource. - application_
id str - The ID of the application the policy is associated with. Required when using
precedence
. Modifying this attribute will force creation of a new resource. - approval_
groups Sequence[AccessPolicy Approval Group Args] - approval_
required bool - excludes
Sequence[Access
Policy Exclude Args] - A series of access conditions, see Access Groups.
- isolation_
required bool - Require this application to be served in an isolated browser for users matching this policy.
- precedence int
- The unique precedence for policies on a single application. Required when using
application_id
. - purpose_
justification_ strprompt - The prompt to display to the user for a justification for accessing the resource. Required when using
purpose_justification_required
. - purpose_
justification_ boolrequired - Whether to prompt the user for a justification for accessing the resource.
- requires
Sequence[Access
Policy Require Args] - A series of access conditions, see Access Groups.
- session_
duration str - How often a user will be forced to re-authorise. Must be in the format
48h
or2h45m
. - zone_
id str - The zone identifier to target for the resource. Conflicts with
account_id
. Modifying this attribute will force creation of a new resource.
- decision String
- Defines the action Access will take if the policy matches the user. Available values:
allow
,deny
,non_identity
,bypass
. - includes List<Property Map>
- A series of access conditions, see Access Groups.
- name String
- Friendly name of the Access Policy.
- account
Id String - The account identifier to target for the resource. Conflicts with
zone_id
. Modifying this attribute will force creation of a new resource. - application
Id String - The ID of the application the policy is associated with. Required when using
precedence
. Modifying this attribute will force creation of a new resource. - approval
Groups List<Property Map> - approval
Required Boolean - excludes List<Property Map>
- A series of access conditions, see Access Groups.
- isolation
Required Boolean - Require this application to be served in an isolated browser for users matching this policy.
- precedence Number
- The unique precedence for policies on a single application. Required when using
application_id
. - purpose
Justification StringPrompt - The prompt to display to the user for a justification for accessing the resource. Required when using
purpose_justification_required
. - purpose
Justification BooleanRequired - Whether to prompt the user for a justification for accessing the resource.
- requires List<Property Map>
- A series of access conditions, see Access Groups.
- session
Duration String - How often a user will be forced to re-authorise. Must be in the format
48h
or2h45m
. - zone
Id String - The zone identifier to target for the resource. Conflicts with
account_id
. Modifying this attribute will force creation of a new resource.
Outputs
All input properties are implicitly available as output properties. Additionally, the AccessPolicy resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing AccessPolicy Resource
Get an existing AccessPolicy 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?: AccessPolicyState, opts?: CustomResourceOptions): AccessPolicy
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
account_id: Optional[str] = None,
application_id: Optional[str] = None,
approval_groups: Optional[Sequence[AccessPolicyApprovalGroupArgs]] = None,
approval_required: Optional[bool] = None,
decision: Optional[str] = None,
excludes: Optional[Sequence[AccessPolicyExcludeArgs]] = None,
includes: Optional[Sequence[AccessPolicyIncludeArgs]] = None,
isolation_required: Optional[bool] = None,
name: Optional[str] = None,
precedence: Optional[int] = None,
purpose_justification_prompt: Optional[str] = None,
purpose_justification_required: Optional[bool] = None,
requires: Optional[Sequence[AccessPolicyRequireArgs]] = None,
session_duration: Optional[str] = None,
zone_id: Optional[str] = None) -> AccessPolicy
func GetAccessPolicy(ctx *Context, name string, id IDInput, state *AccessPolicyState, opts ...ResourceOption) (*AccessPolicy, error)
public static AccessPolicy Get(string name, Input<string> id, AccessPolicyState? state, CustomResourceOptions? opts = null)
public static AccessPolicy get(String name, Output<String> id, AccessPolicyState 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. Conflicts with
zone_id
. Modifying this attribute will force creation of a new resource. - Application
Id string - The ID of the application the policy is associated with. Required when using
precedence
. Modifying this attribute will force creation of a new resource. - Approval
Groups List<AccessPolicy Approval Group> - Approval
Required bool - Decision string
- Defines the action Access will take if the policy matches the user. Available values:
allow
,deny
,non_identity
,bypass
. - Excludes
List<Access
Policy Exclude> - A series of access conditions, see Access Groups.
- Includes
List<Access
Policy Include> - A series of access conditions, see Access Groups.
- Isolation
Required bool - Require this application to be served in an isolated browser for users matching this policy.
- Name string
- Friendly name of the Access Policy.
- Precedence int
- The unique precedence for policies on a single application. Required when using
application_id
. - Purpose
Justification stringPrompt - The prompt to display to the user for a justification for accessing the resource. Required when using
purpose_justification_required
. - Purpose
Justification boolRequired - Whether to prompt the user for a justification for accessing the resource.
- Requires
List<Access
Policy Require> - A series of access conditions, see Access Groups.
- Session
Duration string - How often a user will be forced to re-authorise. Must be in the format
48h
or2h45m
. - Zone
Id string - The zone identifier to target for the resource. Conflicts with
account_id
. Modifying this attribute will force creation of a new resource.
- Account
Id string - The account identifier to target for the resource. Conflicts with
zone_id
. Modifying this attribute will force creation of a new resource. - Application
Id string - The ID of the application the policy is associated with. Required when using
precedence
. Modifying this attribute will force creation of a new resource. - Approval
Groups []AccessPolicy Approval Group Args - Approval
Required bool - Decision string
- Defines the action Access will take if the policy matches the user. Available values:
allow
,deny
,non_identity
,bypass
. - Excludes
[]Access
Policy Exclude Args - A series of access conditions, see Access Groups.
- Includes
[]Access
Policy Include Args - A series of access conditions, see Access Groups.
- Isolation
Required bool - Require this application to be served in an isolated browser for users matching this policy.
- Name string
- Friendly name of the Access Policy.
- Precedence int
- The unique precedence for policies on a single application. Required when using
application_id
. - Purpose
Justification stringPrompt - The prompt to display to the user for a justification for accessing the resource. Required when using
purpose_justification_required
. - Purpose
Justification boolRequired - Whether to prompt the user for a justification for accessing the resource.
- Requires
[]Access
Policy Require Args - A series of access conditions, see Access Groups.
- Session
Duration string - How often a user will be forced to re-authorise. Must be in the format
48h
or2h45m
. - Zone
Id string - The zone identifier to target for the resource. Conflicts with
account_id
. Modifying this attribute will force creation of a new resource.
- account
Id String - The account identifier to target for the resource. Conflicts with
zone_id
. Modifying this attribute will force creation of a new resource. - application
Id String - The ID of the application the policy is associated with. Required when using
precedence
. Modifying this attribute will force creation of a new resource. - approval
Groups List<AccessPolicy Approval Group> - approval
Required Boolean - decision String
- Defines the action Access will take if the policy matches the user. Available values:
allow
,deny
,non_identity
,bypass
. - excludes
List<Access
Policy Exclude> - A series of access conditions, see Access Groups.
- includes
List<Access
Policy Include> - A series of access conditions, see Access Groups.
- isolation
Required Boolean - Require this application to be served in an isolated browser for users matching this policy.
- name String
- Friendly name of the Access Policy.
- precedence Integer
- The unique precedence for policies on a single application. Required when using
application_id
. - purpose
Justification StringPrompt - The prompt to display to the user for a justification for accessing the resource. Required when using
purpose_justification_required
. - purpose
Justification BooleanRequired - Whether to prompt the user for a justification for accessing the resource.
- requires
List<Access
Policy Require> - A series of access conditions, see Access Groups.
- session
Duration String - How often a user will be forced to re-authorise. Must be in the format
48h
or2h45m
. - zone
Id String - The zone identifier to target for the resource. Conflicts with
account_id
. Modifying this attribute will force creation of a new resource.
- account
Id string - The account identifier to target for the resource. Conflicts with
zone_id
. Modifying this attribute will force creation of a new resource. - application
Id string - The ID of the application the policy is associated with. Required when using
precedence
. Modifying this attribute will force creation of a new resource. - approval
Groups AccessPolicy Approval Group[] - approval
Required boolean - decision string
- Defines the action Access will take if the policy matches the user. Available values:
allow
,deny
,non_identity
,bypass
. - excludes
Access
Policy Exclude[] - A series of access conditions, see Access Groups.
- includes
Access
Policy Include[] - A series of access conditions, see Access Groups.
- isolation
Required boolean - Require this application to be served in an isolated browser for users matching this policy.
- name string
- Friendly name of the Access Policy.
- precedence number
- The unique precedence for policies on a single application. Required when using
application_id
. - purpose
Justification stringPrompt - The prompt to display to the user for a justification for accessing the resource. Required when using
purpose_justification_required
. - purpose
Justification booleanRequired - Whether to prompt the user for a justification for accessing the resource.
- requires
Access
Policy Require[] - A series of access conditions, see Access Groups.
- session
Duration string - How often a user will be forced to re-authorise. Must be in the format
48h
or2h45m
. - zone
Id string - The zone identifier to target for the resource. Conflicts with
account_id
. Modifying this attribute will force creation of a new resource.
- account_
id str - The account identifier to target for the resource. Conflicts with
zone_id
. Modifying this attribute will force creation of a new resource. - application_
id str - The ID of the application the policy is associated with. Required when using
precedence
. Modifying this attribute will force creation of a new resource. - approval_
groups Sequence[AccessPolicy Approval Group Args] - approval_
required bool - decision str
- Defines the action Access will take if the policy matches the user. Available values:
allow
,deny
,non_identity
,bypass
. - excludes
Sequence[Access
Policy Exclude Args] - A series of access conditions, see Access Groups.
- includes
Sequence[Access
Policy Include Args] - A series of access conditions, see Access Groups.
- isolation_
required bool - Require this application to be served in an isolated browser for users matching this policy.
- name str
- Friendly name of the Access Policy.
- precedence int
- The unique precedence for policies on a single application. Required when using
application_id
. - purpose_
justification_ strprompt - The prompt to display to the user for a justification for accessing the resource. Required when using
purpose_justification_required
. - purpose_
justification_ boolrequired - Whether to prompt the user for a justification for accessing the resource.
- requires
Sequence[Access
Policy Require Args] - A series of access conditions, see Access Groups.
- session_
duration str - How often a user will be forced to re-authorise. Must be in the format
48h
or2h45m
. - zone_
id str - The zone identifier to target for the resource. Conflicts with
account_id
. Modifying this attribute will force creation of a new resource.
- account
Id String - The account identifier to target for the resource. Conflicts with
zone_id
. Modifying this attribute will force creation of a new resource. - application
Id String - The ID of the application the policy is associated with. Required when using
precedence
. Modifying this attribute will force creation of a new resource. - approval
Groups List<Property Map> - approval
Required Boolean - decision String
- Defines the action Access will take if the policy matches the user. Available values:
allow
,deny
,non_identity
,bypass
. - excludes List<Property Map>
- A series of access conditions, see Access Groups.
- includes List<Property Map>
- A series of access conditions, see Access Groups.
- isolation
Required Boolean - Require this application to be served in an isolated browser for users matching this policy.
- name String
- Friendly name of the Access Policy.
- precedence Number
- The unique precedence for policies on a single application. Required when using
application_id
. - purpose
Justification StringPrompt - The prompt to display to the user for a justification for accessing the resource. Required when using
purpose_justification_required
. - purpose
Justification BooleanRequired - Whether to prompt the user for a justification for accessing the resource.
- requires List<Property Map>
- A series of access conditions, see Access Groups.
- session
Duration String - How often a user will be forced to re-authorise. Must be in the format
48h
or2h45m
. - zone
Id String - The zone identifier to target for the resource. Conflicts with
account_id
. Modifying this attribute will force creation of a new resource.
Supporting Types
AccessPolicyApprovalGroup, AccessPolicyApprovalGroupArgs
- Approvals
Needed int - Number of approvals needed.
- Email
Addresses List<string> - List of emails to request approval from.
- Email
List stringUuid
- Approvals
Needed int - Number of approvals needed.
- Email
Addresses []string - List of emails to request approval from.
- Email
List stringUuid
- approvals
Needed Integer - Number of approvals needed.
- email
Addresses List<String> - List of emails to request approval from.
- email
List StringUuid
- approvals
Needed number - Number of approvals needed.
- email
Addresses string[] - List of emails to request approval from.
- email
List stringUuid
- approvals_
needed int - Number of approvals needed.
- email_
addresses Sequence[str] - List of emails to request approval from.
- email_
list_ struuid
- approvals
Needed Number - Number of approvals needed.
- email
Addresses List<String> - List of emails to request approval from.
- email
List StringUuid
AccessPolicyExclude, AccessPolicyExcludeArgs
- Any
Valid boolService Token - Auth
Contexts List<AccessPolicy Exclude Auth Context> - Auth
Method string - Azures
List<Access
Policy Exclude Azure> - Certificate bool
- Common
Name string - Common
Names List<string> - Overflow field if you need to have multiple commonname rules in a single policy. Use in place of the singular commonname field.
- Device
Postures List<string> - Email
Domains List<string> - Email
Lists List<string> - Emails List<string>
- Everyone bool
- External
Evaluation AccessPolicy Exclude External Evaluation - Geos List<string>
- Githubs
List<Access
Policy Exclude Github> - Groups List<string>
- Gsuites
List<Access
Policy Exclude Gsuite> - Ip
Lists List<string> - The ID of an existing IP list to reference.
- Ips List<string>
- An IPv4 or IPv6 CIDR block.
- Login
Methods List<string> - Oktas
List<Access
Policy Exclude Okta> - Samls
List<Access
Policy Exclude Saml> - Service
Tokens List<string>
- Any
Valid boolService Token - Auth
Contexts []AccessPolicy Exclude Auth Context - Auth
Method string - Azures
[]Access
Policy Exclude Azure - Certificate bool
- Common
Name string - Common
Names []string - Overflow field if you need to have multiple commonname rules in a single policy. Use in place of the singular commonname field.
- Device
Postures []string - Email
Domains []string - Email
Lists []string - Emails []string
- Everyone bool
- External
Evaluation AccessPolicy Exclude External Evaluation - Geos []string
- Githubs
[]Access
Policy Exclude Github - Groups []string
- Gsuites
[]Access
Policy Exclude Gsuite - Ip
Lists []string - The ID of an existing IP list to reference.
- Ips []string
- An IPv4 or IPv6 CIDR block.
- Login
Methods []string - Oktas
[]Access
Policy Exclude Okta - Samls
[]Access
Policy Exclude Saml - Service
Tokens []string
- any
Valid BooleanService Token - auth
Contexts List<AccessPolicy Exclude Auth Context> - auth
Method String - azures
List<Access
Policy Exclude Azure> - certificate Boolean
- common
Name String - common
Names List<String> - Overflow field if you need to have multiple commonname rules in a single policy. Use in place of the singular commonname field.
- device
Postures List<String> - email
Domains List<String> - email
Lists List<String> - emails List<String>
- everyone Boolean
- external
Evaluation AccessPolicy Exclude External Evaluation - geos List<String>
- githubs
List<Access
Policy Exclude Github> - groups List<String>
- gsuites
List<Access
Policy Exclude Gsuite> - ip
Lists List<String> - The ID of an existing IP list to reference.
- ips List<String>
- An IPv4 or IPv6 CIDR block.
- login
Methods List<String> - oktas
List<Access
Policy Exclude Okta> - samls
List<Access
Policy Exclude Saml> - service
Tokens List<String>
- any
Valid booleanService Token - auth
Contexts AccessPolicy Exclude Auth Context[] - auth
Method string - azures
Access
Policy Exclude Azure[] - certificate boolean
- common
Name string - common
Names string[] - Overflow field if you need to have multiple commonname rules in a single policy. Use in place of the singular commonname field.
- device
Postures string[] - email
Domains string[] - email
Lists string[] - emails string[]
- everyone boolean
- external
Evaluation AccessPolicy Exclude External Evaluation - geos string[]
- githubs
Access
Policy Exclude Github[] - groups string[]
- gsuites
Access
Policy Exclude Gsuite[] - ip
Lists string[] - The ID of an existing IP list to reference.
- ips string[]
- An IPv4 or IPv6 CIDR block.
- login
Methods string[] - oktas
Access
Policy Exclude Okta[] - samls
Access
Policy Exclude Saml[] - service
Tokens string[]
- any_
valid_ boolservice_ token - auth_
contexts Sequence[AccessPolicy Exclude Auth Context] - auth_
method str - azures
Sequence[Access
Policy Exclude Azure] - certificate bool
- common_
name str - common_
names Sequence[str] - Overflow field if you need to have multiple commonname rules in a single policy. Use in place of the singular commonname field.
- device_
postures Sequence[str] - email_
domains Sequence[str] - email_
lists Sequence[str] - emails Sequence[str]
- everyone bool
- external_
evaluation AccessPolicy Exclude External Evaluation - geos Sequence[str]
- githubs
Sequence[Access
Policy Exclude Github] - groups Sequence[str]
- gsuites
Sequence[Access
Policy Exclude Gsuite] - ip_
lists Sequence[str] - The ID of an existing IP list to reference.
- ips Sequence[str]
- An IPv4 or IPv6 CIDR block.
- login_
methods Sequence[str] - oktas
Sequence[Access
Policy Exclude Okta] - samls
Sequence[Access
Policy Exclude Saml] - service_
tokens Sequence[str]
- any
Valid BooleanService Token - auth
Contexts List<Property Map> - auth
Method String - azures List<Property Map>
- certificate Boolean
- common
Name String - common
Names List<String> - Overflow field if you need to have multiple commonname rules in a single policy. Use in place of the singular commonname field.
- device
Postures List<String> - email
Domains List<String> - email
Lists List<String> - emails List<String>
- everyone Boolean
- external
Evaluation Property Map - geos List<String>
- githubs List<Property Map>
- groups List<String>
- gsuites List<Property Map>
- ip
Lists List<String> - The ID of an existing IP list to reference.
- ips List<String>
- An IPv4 or IPv6 CIDR block.
- login
Methods List<String> - oktas List<Property Map>
- samls List<Property Map>
- service
Tokens List<String>
AccessPolicyExcludeAuthContext, AccessPolicyExcludeAuthContextArgs
- Ac
Id string - The ACID of the Authentication Context.
- Id string
- The ID of the Authentication Context.
- Identity
Provider stringId - The ID of the Azure Identity provider.
- Ac
Id string - The ACID of the Authentication Context.
- Id string
- The ID of the Authentication Context.
- Identity
Provider stringId - The ID of the Azure Identity provider.
- ac
Id String - The ACID of the Authentication Context.
- id String
- The ID of the Authentication Context.
- identity
Provider StringId - The ID of the Azure Identity provider.
- ac
Id string - The ACID of the Authentication Context.
- id string
- The ID of the Authentication Context.
- identity
Provider stringId - The ID of the Azure Identity provider.
- ac_
id str - The ACID of the Authentication Context.
- id str
- The ID of the Authentication Context.
- identity_
provider_ strid - The ID of the Azure Identity provider.
- ac
Id String - The ACID of the Authentication Context.
- id String
- The ID of the Authentication Context.
- identity
Provider StringId - The ID of the Azure Identity provider.
AccessPolicyExcludeAzure, AccessPolicyExcludeAzureArgs
- Identity
Provider stringId - The ID of the Azure Identity provider.
- Ids List<string>
- The ID of the Azure group or user.
- Identity
Provider stringId - The ID of the Azure Identity provider.
- Ids []string
- The ID of the Azure group or user.
- identity
Provider StringId - The ID of the Azure Identity provider.
- ids List<String>
- The ID of the Azure group or user.
- identity
Provider stringId - The ID of the Azure Identity provider.
- ids string[]
- The ID of the Azure group or user.
- identity_
provider_ strid - The ID of the Azure Identity provider.
- ids Sequence[str]
- The ID of the Azure group or user.
- identity
Provider StringId - The ID of the Azure Identity provider.
- ids List<String>
- The ID of the Azure group or user.
AccessPolicyExcludeExternalEvaluation, AccessPolicyExcludeExternalEvaluationArgs
- Evaluate
Url string - Keys
Url string
- Evaluate
Url string - Keys
Url string
- evaluate
Url String - keys
Url String
- evaluate
Url string - keys
Url string
- evaluate_
url str - keys_
url str
- evaluate
Url String - keys
Url String
AccessPolicyExcludeGithub, AccessPolicyExcludeGithubArgs
- Identity
Provider stringId - Name string
- Teams List<string>
- Identity
Provider stringId - Name string
- Teams []string
- identity
Provider StringId - name String
- teams List<String>
- identity
Provider stringId - name string
- teams string[]
- identity_
provider_ strid - name str
- teams Sequence[str]
- identity
Provider StringId - name String
- teams List<String>
AccessPolicyExcludeGsuite, AccessPolicyExcludeGsuiteArgs
- Emails List<string>
- Identity
Provider stringId
- Emails []string
- Identity
Provider stringId
- emails List<String>
- identity
Provider StringId
- emails string[]
- identity
Provider stringId
- emails Sequence[str]
- identity_
provider_ strid
- emails List<String>
- identity
Provider StringId
AccessPolicyExcludeOkta, AccessPolicyExcludeOktaArgs
- Identity
Provider stringId - Names List<string>
- Identity
Provider stringId - Names []string
- identity
Provider StringId - names List<String>
- identity
Provider stringId - names string[]
- identity_
provider_ strid - names Sequence[str]
- identity
Provider StringId - names List<String>
AccessPolicyExcludeSaml, AccessPolicyExcludeSamlArgs
- Attribute
Name string - Attribute
Value string - Identity
Provider stringId
- Attribute
Name string - Attribute
Value string - Identity
Provider stringId
- attribute
Name String - attribute
Value String - identity
Provider StringId
- attribute
Name string - attribute
Value string - identity
Provider stringId
- attribute
Name String - attribute
Value String - identity
Provider StringId
AccessPolicyInclude, AccessPolicyIncludeArgs
- Any
Valid boolService Token - Auth
Contexts List<AccessPolicy Include Auth Context> - Auth
Method string - Azures
List<Access
Policy Include Azure> - Certificate bool
- Common
Name string - Common
Names List<string> - Overflow field if you need to have multiple commonname rules in a single policy. Use in place of the singular commonname field.
- Device
Postures List<string> - Email
Domains List<string> - Email
Lists List<string> - Emails List<string>
- Everyone bool
- External
Evaluation AccessPolicy Include External Evaluation - Geos List<string>
- Githubs
List<Access
Policy Include Github> - Groups List<string>
- Gsuites
List<Access
Policy Include Gsuite> - Ip
Lists List<string> - The ID of an existing IP list to reference.
- Ips List<string>
- An IPv4 or IPv6 CIDR block.
- Login
Methods List<string> - Oktas
List<Access
Policy Include Okta> - Samls
List<Access
Policy Include Saml> - Service
Tokens List<string>
- Any
Valid boolService Token - Auth
Contexts []AccessPolicy Include Auth Context - Auth
Method string - Azures
[]Access
Policy Include Azure - Certificate bool
- Common
Name string - Common
Names []string - Overflow field if you need to have multiple commonname rules in a single policy. Use in place of the singular commonname field.
- Device
Postures []string - Email
Domains []string - Email
Lists []string - Emails []string
- Everyone bool
- External
Evaluation AccessPolicy Include External Evaluation - Geos []string
- Githubs
[]Access
Policy Include Github - Groups []string
- Gsuites
[]Access
Policy Include Gsuite - Ip
Lists []string - The ID of an existing IP list to reference.
- Ips []string
- An IPv4 or IPv6 CIDR block.
- Login
Methods []string - Oktas
[]Access
Policy Include Okta - Samls
[]Access
Policy Include Saml - Service
Tokens []string
- any
Valid BooleanService Token - auth
Contexts List<AccessPolicy Include Auth Context> - auth
Method String - azures
List<Access
Policy Include Azure> - certificate Boolean
- common
Name String - common
Names List<String> - Overflow field if you need to have multiple commonname rules in a single policy. Use in place of the singular commonname field.
- device
Postures List<String> - email
Domains List<String> - email
Lists List<String> - emails List<String>
- everyone Boolean
- external
Evaluation AccessPolicy Include External Evaluation - geos List<String>
- githubs
List<Access
Policy Include Github> - groups List<String>
- gsuites
List<Access
Policy Include Gsuite> - ip
Lists List<String> - The ID of an existing IP list to reference.
- ips List<String>
- An IPv4 or IPv6 CIDR block.
- login
Methods List<String> - oktas
List<Access
Policy Include Okta> - samls
List<Access
Policy Include Saml> - service
Tokens List<String>
- any
Valid booleanService Token - auth
Contexts AccessPolicy Include Auth Context[] - auth
Method string - azures
Access
Policy Include Azure[] - certificate boolean
- common
Name string - common
Names string[] - Overflow field if you need to have multiple commonname rules in a single policy. Use in place of the singular commonname field.
- device
Postures string[] - email
Domains string[] - email
Lists string[] - emails string[]
- everyone boolean
- external
Evaluation AccessPolicy Include External Evaluation - geos string[]
- githubs
Access
Policy Include Github[] - groups string[]
- gsuites
Access
Policy Include Gsuite[] - ip
Lists string[] - The ID of an existing IP list to reference.
- ips string[]
- An IPv4 or IPv6 CIDR block.
- login
Methods string[] - oktas
Access
Policy Include Okta[] - samls
Access
Policy Include Saml[] - service
Tokens string[]
- any_
valid_ boolservice_ token - auth_
contexts Sequence[AccessPolicy Include Auth Context] - auth_
method str - azures
Sequence[Access
Policy Include Azure] - certificate bool
- common_
name str - common_
names Sequence[str] - Overflow field if you need to have multiple commonname rules in a single policy. Use in place of the singular commonname field.
- device_
postures Sequence[str] - email_
domains Sequence[str] - email_
lists Sequence[str] - emails Sequence[str]
- everyone bool
- external_
evaluation AccessPolicy Include External Evaluation - geos Sequence[str]
- githubs
Sequence[Access
Policy Include Github] - groups Sequence[str]
- gsuites
Sequence[Access
Policy Include Gsuite] - ip_
lists Sequence[str] - The ID of an existing IP list to reference.
- ips Sequence[str]
- An IPv4 or IPv6 CIDR block.
- login_
methods Sequence[str] - oktas
Sequence[Access
Policy Include Okta] - samls
Sequence[Access
Policy Include Saml] - service_
tokens Sequence[str]
- any
Valid BooleanService Token - auth
Contexts List<Property Map> - auth
Method String - azures List<Property Map>
- certificate Boolean
- common
Name String - common
Names List<String> - Overflow field if you need to have multiple commonname rules in a single policy. Use in place of the singular commonname field.
- device
Postures List<String> - email
Domains List<String> - email
Lists List<String> - emails List<String>
- everyone Boolean
- external
Evaluation Property Map - geos List<String>
- githubs List<Property Map>
- groups List<String>
- gsuites List<Property Map>
- ip
Lists List<String> - The ID of an existing IP list to reference.
- ips List<String>
- An IPv4 or IPv6 CIDR block.
- login
Methods List<String> - oktas List<Property Map>
- samls List<Property Map>
- service
Tokens List<String>
AccessPolicyIncludeAuthContext, AccessPolicyIncludeAuthContextArgs
- Ac
Id string - The ACID of the Authentication Context.
- Id string
- The ID of the Authentication Context.
- Identity
Provider stringId - The ID of the Azure Identity provider.
- Ac
Id string - The ACID of the Authentication Context.
- Id string
- The ID of the Authentication Context.
- Identity
Provider stringId - The ID of the Azure Identity provider.
- ac
Id String - The ACID of the Authentication Context.
- id String
- The ID of the Authentication Context.
- identity
Provider StringId - The ID of the Azure Identity provider.
- ac
Id string - The ACID of the Authentication Context.
- id string
- The ID of the Authentication Context.
- identity
Provider stringId - The ID of the Azure Identity provider.
- ac_
id str - The ACID of the Authentication Context.
- id str
- The ID of the Authentication Context.
- identity_
provider_ strid - The ID of the Azure Identity provider.
- ac
Id String - The ACID of the Authentication Context.
- id String
- The ID of the Authentication Context.
- identity
Provider StringId - The ID of the Azure Identity provider.
AccessPolicyIncludeAzure, AccessPolicyIncludeAzureArgs
- Identity
Provider stringId - The ID of the Azure Identity provider.
- Ids List<string>
- The ID of the Azure group or user.
- Identity
Provider stringId - The ID of the Azure Identity provider.
- Ids []string
- The ID of the Azure group or user.
- identity
Provider StringId - The ID of the Azure Identity provider.
- ids List<String>
- The ID of the Azure group or user.
- identity
Provider stringId - The ID of the Azure Identity provider.
- ids string[]
- The ID of the Azure group or user.
- identity_
provider_ strid - The ID of the Azure Identity provider.
- ids Sequence[str]
- The ID of the Azure group or user.
- identity
Provider StringId - The ID of the Azure Identity provider.
- ids List<String>
- The ID of the Azure group or user.
AccessPolicyIncludeExternalEvaluation, AccessPolicyIncludeExternalEvaluationArgs
- Evaluate
Url string - Keys
Url string
- Evaluate
Url string - Keys
Url string
- evaluate
Url String - keys
Url String
- evaluate
Url string - keys
Url string
- evaluate_
url str - keys_
url str
- evaluate
Url String - keys
Url String
AccessPolicyIncludeGithub, AccessPolicyIncludeGithubArgs
- Identity
Provider stringId - Name string
- Teams List<string>
- Identity
Provider stringId - Name string
- Teams []string
- identity
Provider StringId - name String
- teams List<String>
- identity
Provider stringId - name string
- teams string[]
- identity_
provider_ strid - name str
- teams Sequence[str]
- identity
Provider StringId - name String
- teams List<String>
AccessPolicyIncludeGsuite, AccessPolicyIncludeGsuiteArgs
- Emails List<string>
- Identity
Provider stringId
- Emails []string
- Identity
Provider stringId
- emails List<String>
- identity
Provider StringId
- emails string[]
- identity
Provider stringId
- emails Sequence[str]
- identity_
provider_ strid
- emails List<String>
- identity
Provider StringId
AccessPolicyIncludeOkta, AccessPolicyIncludeOktaArgs
- Identity
Provider stringId - Names List<string>
- Identity
Provider stringId - Names []string
- identity
Provider StringId - names List<String>
- identity
Provider stringId - names string[]
- identity_
provider_ strid - names Sequence[str]
- identity
Provider StringId - names List<String>
AccessPolicyIncludeSaml, AccessPolicyIncludeSamlArgs
- Attribute
Name string - Attribute
Value string - Identity
Provider stringId
- Attribute
Name string - Attribute
Value string - Identity
Provider stringId
- attribute
Name String - attribute
Value String - identity
Provider StringId
- attribute
Name string - attribute
Value string - identity
Provider stringId
- attribute
Name String - attribute
Value String - identity
Provider StringId
AccessPolicyRequire, AccessPolicyRequireArgs
- Any
Valid boolService Token - Auth
Contexts List<AccessPolicy Require Auth Context> - Auth
Method string - Azures
List<Access
Policy Require Azure> - Certificate bool
- Common
Name string - Common
Names List<string> - Overflow field if you need to have multiple commonname rules in a single policy. Use in place of the singular commonname field.
- Device
Postures List<string> - Email
Domains List<string> - Email
Lists List<string> - Emails List<string>
- Everyone bool
- External
Evaluation AccessPolicy Require External Evaluation - Geos List<string>
- Githubs
List<Access
Policy Require Github> - Groups List<string>
- Gsuites
List<Access
Policy Require Gsuite> - Ip
Lists List<string> - The ID of an existing IP list to reference.
- Ips List<string>
- An IPv4 or IPv6 CIDR block.
- Login
Methods List<string> - Oktas
List<Access
Policy Require Okta> - Samls
List<Access
Policy Require Saml> - Service
Tokens List<string>
- Any
Valid boolService Token - Auth
Contexts []AccessPolicy Require Auth Context - Auth
Method string - Azures
[]Access
Policy Require Azure - Certificate bool
- Common
Name string - Common
Names []string - Overflow field if you need to have multiple commonname rules in a single policy. Use in place of the singular commonname field.
- Device
Postures []string - Email
Domains []string - Email
Lists []string - Emails []string
- Everyone bool
- External
Evaluation AccessPolicy Require External Evaluation - Geos []string
- Githubs
[]Access
Policy Require Github - Groups []string
- Gsuites
[]Access
Policy Require Gsuite - Ip
Lists []string - The ID of an existing IP list to reference.
- Ips []string
- An IPv4 or IPv6 CIDR block.
- Login
Methods []string - Oktas
[]Access
Policy Require Okta - Samls
[]Access
Policy Require Saml - Service
Tokens []string
- any
Valid BooleanService Token - auth
Contexts List<AccessPolicy Require Auth Context> - auth
Method String - azures
List<Access
Policy Require Azure> - certificate Boolean
- common
Name String - common
Names List<String> - Overflow field if you need to have multiple commonname rules in a single policy. Use in place of the singular commonname field.
- device
Postures List<String> - email
Domains List<String> - email
Lists List<String> - emails List<String>
- everyone Boolean
- external
Evaluation AccessPolicy Require External Evaluation - geos List<String>
- githubs
List<Access
Policy Require Github> - groups List<String>
- gsuites
List<Access
Policy Require Gsuite> - ip
Lists List<String> - The ID of an existing IP list to reference.
- ips List<String>
- An IPv4 or IPv6 CIDR block.
- login
Methods List<String> - oktas
List<Access
Policy Require Okta> - samls
List<Access
Policy Require Saml> - service
Tokens List<String>
- any
Valid booleanService Token - auth
Contexts AccessPolicy Require Auth Context[] - auth
Method string - azures
Access
Policy Require Azure[] - certificate boolean
- common
Name string - common
Names string[] - Overflow field if you need to have multiple commonname rules in a single policy. Use in place of the singular commonname field.
- device
Postures string[] - email
Domains string[] - email
Lists string[] - emails string[]
- everyone boolean
- external
Evaluation AccessPolicy Require External Evaluation - geos string[]
- githubs
Access
Policy Require Github[] - groups string[]
- gsuites
Access
Policy Require Gsuite[] - ip
Lists string[] - The ID of an existing IP list to reference.
- ips string[]
- An IPv4 or IPv6 CIDR block.
- login
Methods string[] - oktas
Access
Policy Require Okta[] - samls
Access
Policy Require Saml[] - service
Tokens string[]
- any_
valid_ boolservice_ token - auth_
contexts Sequence[AccessPolicy Require Auth Context] - auth_
method str - azures
Sequence[Access
Policy Require Azure] - certificate bool
- common_
name str - common_
names Sequence[str] - Overflow field if you need to have multiple commonname rules in a single policy. Use in place of the singular commonname field.
- device_
postures Sequence[str] - email_
domains Sequence[str] - email_
lists Sequence[str] - emails Sequence[str]
- everyone bool
- external_
evaluation AccessPolicy Require External Evaluation - geos Sequence[str]
- githubs
Sequence[Access
Policy Require Github] - groups Sequence[str]
- gsuites
Sequence[Access
Policy Require Gsuite] - ip_
lists Sequence[str] - The ID of an existing IP list to reference.
- ips Sequence[str]
- An IPv4 or IPv6 CIDR block.
- login_
methods Sequence[str] - oktas
Sequence[Access
Policy Require Okta] - samls
Sequence[Access
Policy Require Saml] - service_
tokens Sequence[str]
- any
Valid BooleanService Token - auth
Contexts List<Property Map> - auth
Method String - azures List<Property Map>
- certificate Boolean
- common
Name String - common
Names List<String> - Overflow field if you need to have multiple commonname rules in a single policy. Use in place of the singular commonname field.
- device
Postures List<String> - email
Domains List<String> - email
Lists List<String> - emails List<String>
- everyone Boolean
- external
Evaluation Property Map - geos List<String>
- githubs List<Property Map>
- groups List<String>
- gsuites List<Property Map>
- ip
Lists List<String> - The ID of an existing IP list to reference.
- ips List<String>
- An IPv4 or IPv6 CIDR block.
- login
Methods List<String> - oktas List<Property Map>
- samls List<Property Map>
- service
Tokens List<String>
AccessPolicyRequireAuthContext, AccessPolicyRequireAuthContextArgs
- Ac
Id string - The ACID of the Authentication Context.
- Id string
- The ID of the Authentication Context.
- Identity
Provider stringId - The ID of the Azure Identity provider.
- Ac
Id string - The ACID of the Authentication Context.
- Id string
- The ID of the Authentication Context.
- Identity
Provider stringId - The ID of the Azure Identity provider.
- ac
Id String - The ACID of the Authentication Context.
- id String
- The ID of the Authentication Context.
- identity
Provider StringId - The ID of the Azure Identity provider.
- ac
Id string - The ACID of the Authentication Context.
- id string
- The ID of the Authentication Context.
- identity
Provider stringId - The ID of the Azure Identity provider.
- ac_
id str - The ACID of the Authentication Context.
- id str
- The ID of the Authentication Context.
- identity_
provider_ strid - The ID of the Azure Identity provider.
- ac
Id String - The ACID of the Authentication Context.
- id String
- The ID of the Authentication Context.
- identity
Provider StringId - The ID of the Azure Identity provider.
AccessPolicyRequireAzure, AccessPolicyRequireAzureArgs
- Identity
Provider stringId - The ID of the Azure Identity provider.
- Ids List<string>
- The ID of the Azure group or user.
- Identity
Provider stringId - The ID of the Azure Identity provider.
- Ids []string
- The ID of the Azure group or user.
- identity
Provider StringId - The ID of the Azure Identity provider.
- ids List<String>
- The ID of the Azure group or user.
- identity
Provider stringId - The ID of the Azure Identity provider.
- ids string[]
- The ID of the Azure group or user.
- identity_
provider_ strid - The ID of the Azure Identity provider.
- ids Sequence[str]
- The ID of the Azure group or user.
- identity
Provider StringId - The ID of the Azure Identity provider.
- ids List<String>
- The ID of the Azure group or user.
AccessPolicyRequireExternalEvaluation, AccessPolicyRequireExternalEvaluationArgs
- Evaluate
Url string - Keys
Url string
- Evaluate
Url string - Keys
Url string
- evaluate
Url String - keys
Url String
- evaluate
Url string - keys
Url string
- evaluate_
url str - keys_
url str
- evaluate
Url String - keys
Url String
AccessPolicyRequireGithub, AccessPolicyRequireGithubArgs
- Identity
Provider stringId - Name string
- Teams List<string>
- Identity
Provider stringId - Name string
- Teams []string
- identity
Provider StringId - name String
- teams List<String>
- identity
Provider stringId - name string
- teams string[]
- identity_
provider_ strid - name str
- teams Sequence[str]
- identity
Provider StringId - name String
- teams List<String>
AccessPolicyRequireGsuite, AccessPolicyRequireGsuiteArgs
- Emails List<string>
- Identity
Provider stringId
- Emails []string
- Identity
Provider stringId
- emails List<String>
- identity
Provider StringId
- emails string[]
- identity
Provider stringId
- emails Sequence[str]
- identity_
provider_ strid
- emails List<String>
- identity
Provider StringId
AccessPolicyRequireOkta, AccessPolicyRequireOktaArgs
- Identity
Provider stringId - Names List<string>
- Identity
Provider stringId - Names []string
- identity
Provider StringId - names List<String>
- identity
Provider stringId - names string[]
- identity_
provider_ strid - names Sequence[str]
- identity
Provider StringId - names List<String>
AccessPolicyRequireSaml, AccessPolicyRequireSamlArgs
- Attribute
Name string - Attribute
Value string - Identity
Provider stringId
- Attribute
Name string - Attribute
Value string - Identity
Provider stringId
- attribute
Name String - attribute
Value String - identity
Provider StringId
- attribute
Name string - attribute
Value string - identity
Provider stringId
- attribute
Name String - attribute
Value String - identity
Provider StringId
Import
$ pulumi import cloudflare:index/accessPolicy:AccessPolicy example account/<account_id>/<application_id>/<policy_id>
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- Cloudflare pulumi/pulumi-cloudflare
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
cloudflare
Terraform Provider.