Show / Hide Table of Contents

Class AccessPolicyRequireSamlGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
AccessPolicyRequireSamlGetArgs
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 AccessPolicyRequireSamlGetArgs : ResourceArgs

Constructors

View Source

AccessPolicyRequireSamlGetArgs()

Declaration
public AccessPolicyRequireSamlGetArgs()

Properties

View Source

AttributeName

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

AttributeValue

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

IdentityProviderId

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