Show / Hide Table of Contents

Class SourceState

Inheritance
System.Object
InputArgs
ResourceArgs
SourceState
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.Gcp.SecurityCenter
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class SourceState : ResourceArgs

Constructors

View Source

SourceState()

Declaration
public SourceState()

Properties

View Source

Description

The description of the source (max of 1024 characters).

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

DisplayName

The source’s display name. A source’s display name must be unique amongst its siblings, for example, two sources with the same parent can't share the same display name. The display name must start and end with a letter or digit, may contain letters, digits, spaces, hyphens, and underscores, and can be no longer than 32 characters.

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

Name

The resource name of this source, in the format 'organizations/{{organization}}/sources/{{source}}'.

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

Organization

The organization whose Cloud Security Command Center the Source lives in.

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