Class SourceState
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.Gcp.SecurityCenter
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class SourceState : ResourceArgs
Constructors
View SourceSourceState()
Declaration
public SourceState()
Properties
View SourceDescription
The description of the source (max of 1024 characters).
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
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> |
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> |