Package com.pulumi.gcp.iap.outputs
Class WebBackendServiceIamMemberCondition
- java.lang.Object
-
- com.pulumi.gcp.iap.outputs.WebBackendServiceIamMemberCondition
-
public final class WebBackendServiceIamMemberCondition extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
WebBackendServiceIamMemberCondition.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static WebBackendServiceIamMemberCondition.Builder
builder()
static WebBackendServiceIamMemberCondition.Builder
builder(WebBackendServiceIamMemberCondition defaults)
java.util.Optional<java.lang.String>
description()
java.lang.String
expression()
java.lang.String
title()
-
-
-
Method Detail
-
description
public java.util.Optional<java.lang.String> description()
- Returns:
- An optional description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI. > **Warning:** This provider considers the `role` and condition contents (`title`+`description`+`expression`) as the identifier for the binding. This means that if any part of the condition is changed out-of-band, the provider will consider it to be an entirely different resource and will treat it as such.
-
expression
public java.lang.String expression()
- Returns:
- Textual representation of an expression in Common Expression Language syntax.
-
title
public java.lang.String title()
- Returns:
- A title for the expression, i.e. a short string describing its purpose.
-
builder
public static WebBackendServiceIamMemberCondition.Builder builder()
-
builder
public static WebBackendServiceIamMemberCondition.Builder builder(WebBackendServiceIamMemberCondition defaults)
-
-