Package org.cdk8s.plus24.k8s
Interface UserSubjectV1Beta1
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
UserSubjectV1Beta1.Jsii$Proxy
@Generated(value="jsii-pacmak/1.72.0 (build 4b8828b)", date="2022-12-15T15:42:36.823Z") @Stability(Stable) public interface UserSubjectV1Beta1 extends software.amazon.jsii.JsiiSerializable
UserSubject holds detailed information for user-kind subject.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
UserSubjectV1Beta1.Builder
A builder forUserSubjectV1Beta1
static class
UserSubjectV1Beta1.Jsii$Proxy
An implementation forUserSubjectV1Beta1
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static UserSubjectV1Beta1.Builder
builder()
String
getName()
`name` is the username that matches, or "*" to match all usernames.
-
-
-
Method Detail
-
getName
@Stability(Stable) @NotNull String getName()
`name` is the username that matches, or "*" to match all usernames.Required.
-
builder
@Stability(Stable) static UserSubjectV1Beta1.Builder builder()
- Returns:
- a
UserSubjectV1Beta1.Builder
ofUserSubjectV1Beta1
-
-