Show / Hide Table of Contents

Class AccessGroupExcludeGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
AccessGroupExcludeGetArgs
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Cloudflare.Inputs
Assembly: Pulumi.Cloudflare.dll
Syntax
public sealed class AccessGroupExcludeGetArgs : ResourceArgs

Constructors

View Source

AccessGroupExcludeGetArgs()

Declaration
public AccessGroupExcludeGetArgs()

Properties

View Source

AnyValidServiceToken

Declaration
public Input<bool> AnyValidServiceToken { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Azures

Declaration
public InputList<AccessGroupExcludeAzureGetArgs> Azures { get; set; }
Property Value
Type Description
InputList<AccessGroupExcludeAzureGetArgs>
View Source

Certificate

Declaration
public Input<bool> Certificate { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

CommonName

Declaration
public Input<string> CommonName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

EmailDomains

Declaration
public InputList<string> EmailDomains { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

Emails

Declaration
public InputList<string> Emails { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

Everyone

Declaration
public Input<bool> Everyone { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Githubs

Declaration
public InputList<AccessGroupExcludeGithubGetArgs> Githubs { get; set; }
Property Value
Type Description
InputList<AccessGroupExcludeGithubGetArgs>
View Source

Groups

Declaration
public InputList<string> Groups { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

Gsuites

Declaration
public InputList<AccessGroupExcludeGsuiteGetArgs> Gsuites { get; set; }
Property Value
Type Description
InputList<AccessGroupExcludeGsuiteGetArgs>
View Source

Ips

Declaration
public InputList<string> Ips { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

Oktas

Declaration
public InputList<AccessGroupExcludeOktaGetArgs> Oktas { get; set; }
Property Value
Type Description
InputList<AccessGroupExcludeOktaGetArgs>
View Source

Samls

Declaration
public InputList<AccessGroupExcludeSamlGetArgs> Samls { get; set; }
Property Value
Type Description
InputList<AccessGroupExcludeSamlGetArgs>
View Source

ServiceTokens

Declaration
public InputList<string> ServiceTokens { get; set; }
Property Value
Type Description
InputList<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.