Class SystemDataResponse
- java.lang.Object
-
- com.pulumi.azurenative.databox.outputs.SystemDataResponse
-
public final class SystemDataResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SystemDataResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SystemDataResponse.Builder
builder()
static SystemDataResponse.Builder
builder(SystemDataResponse defaults)
java.lang.String
createdAt()
java.lang.String
createdBy()
java.lang.String
createdByType()
java.lang.String
lastModifiedAt()
java.lang.String
lastModifiedBy()
java.lang.String
lastModifiedByType()
-
-
-
Method Detail
-
createdAt
public java.lang.String createdAt()
- Returns:
- The timestamp of resource creation (UTC)
-
createdBy
public java.lang.String createdBy()
- Returns:
- A string identifier for the identity that created the resource
-
createdByType
public java.lang.String createdByType()
- Returns:
- The type of identity that created the resource: user, application, managedIdentity
-
lastModifiedAt
public java.lang.String lastModifiedAt()
- Returns:
- The timestamp of resource last modification (UTC)
-
lastModifiedBy
public java.lang.String lastModifiedBy()
- Returns:
- A string identifier for the identity that last modified the resource
-
lastModifiedByType
public java.lang.String lastModifiedByType()
- Returns:
- The type of identity that last modified the resource: user, application, managedIdentity
-
builder
public static SystemDataResponse.Builder builder()
-
builder
public static SystemDataResponse.Builder builder(SystemDataResponse defaults)
-
-