Show / Hide Table of Contents

Class DomainAuthConfig

Inheritance
System.Object
DomainAuthConfig
Inherited Members
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.Outputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class DomainAuthConfig

Fields

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 readonly string AuthType
Field Value
Type Description
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 readonly string MasterKey
Field Value
Type Description
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 readonly string SlaveKey
Field Value
Type Description
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 readonly int? Timeout
Field Value
Type Description
System.Nullable<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.