Class GetAutomationResult
- java.lang.Object
-
- com.pulumi.azurenative.security.outputs.GetAutomationResult
-
public final class GetAutomationResult extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetAutomationResult.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.Object>
actions()
static GetAutomationResult.Builder
builder()
static GetAutomationResult.Builder
builder(GetAutomationResult defaults)
java.util.Optional<java.lang.String>
description()
java.util.Optional<java.lang.String>
etag()
java.lang.String
id()
java.util.Optional<java.lang.Boolean>
isEnabled()
java.util.Optional<java.lang.String>
kind()
java.util.Optional<java.lang.String>
location()
java.lang.String
name()
java.util.List<AutomationScopeResponse>
scopes()
java.util.List<AutomationSourceResponse>
sources()
java.util.Map<java.lang.String,java.lang.String>
tags()
java.lang.String
type()
-
-
-
Method Detail
-
actions
public java.util.List<java.lang.Object> actions()
- Returns:
- A collection of the actions which are triggered if all the configured rules evaluations, within at least one rule set, are true.
-
description
public java.util.Optional<java.lang.String> description()
- Returns:
- The security automation description.
-
etag
public java.util.Optional<java.lang.String> etag()
- Returns:
- Entity tag is used for comparing two or more entities from the same requested resource.
-
id
public java.lang.String id()
- Returns:
- Resource Id
-
isEnabled
public java.util.Optional<java.lang.Boolean> isEnabled()
- Returns:
- Indicates whether the security automation is enabled.
-
kind
public java.util.Optional<java.lang.String> kind()
- Returns:
- Kind of the resource
-
location
public java.util.Optional<java.lang.String> location()
- Returns:
- Location where the resource is stored
-
name
public java.lang.String name()
- Returns:
- Resource name
-
scopes
public java.util.List<AutomationScopeResponse> scopes()
- Returns:
- A collection of scopes on which the security automations logic is applied. Supported scopes are the subscription itself or a resource group under that subscription. The automation will only apply on defined scopes.
-
sources
public java.util.List<AutomationSourceResponse> sources()
- Returns:
- A collection of the source event types which evaluate the security automation set of rules.
-
tags
public java.util.Map<java.lang.String,java.lang.String> tags()
- Returns:
- A list of key value pairs that describe the resource.
-
type
public java.lang.String type()
- Returns:
- Resource type
-
builder
public static GetAutomationResult.Builder builder()
-
builder
public static GetAutomationResult.Builder builder(GetAutomationResult defaults)
-
-