Show / Hide Table of Contents

Class DomainAuthConfigArgs

Inheritance
System.Object
InputArgs
ResourceArgs
DomainAuthConfigArgs
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.AliCloud.Cdn.Inputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class DomainAuthConfigArgs : ResourceArgs

Constructors

View Source

DomainAuthConfigArgs()

Declaration
public DomainAuthConfigArgs()

Properties

View Source

AuthType

Auth type of the auth config. Valid values are no_auth, type_a, type_b and type_c. Default value is no_auth.

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

MasterKey

Master authentication key of the auth config. This parameter can have a string of 6 to 32 characters and must contain only alphanumeric characters.

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

SlaveKey

Slave authentication key of the auth config. This parameter can have a string of 6 to 32 characters and must contain only alphanumeric characters.

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

Timeout

Authentication cache time of the auth config. Default value is 1800. It's value is valid only when the auth_type is type_b or type_c.

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