Class SecretGroup
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.secrets_manager_sdk.secrets_manager.v2.model.SecretGroup
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class SecretGroup extends com.ibm.cloud.sdk.core.service.model.GenericModelProperties that describe a secret group.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DategetCreatedAt()Gets the createdAt.StringgetCreatedBy()Gets the createdBy.StringgetDescription()Gets the description.StringgetId()Gets the id.StringgetName()Gets the name.DategetUpdatedAt()Gets the updatedAt.
-
-
-
Method Detail
-
getId
public String getId()
Gets the id. A UUID identifier, or `default` secret group.- Returns:
- the id
-
getName
public String getName()
Gets the name. The name of your existing secret group.- Returns:
- the name
-
getDescription
public String getDescription()
Gets the description. An extended description of your secret group. To protect your privacy, do not use personal data, such as your name or location, as a description for your secret group.- Returns:
- the description
-
getCreatedAt
public Date getCreatedAt()
Gets the createdAt. The date when the resource was created. The date format follows `RFC 3339`.- Returns:
- the createdAt
-
getCreatedBy
public String getCreatedBy()
Gets the createdBy. The unique identifier that is associated with the entity that created the secret.- Returns:
- the createdBy
-
getUpdatedAt
public Date getUpdatedAt()
Gets the updatedAt. The date when a resource was modified. The date format follows `RFC 3339`.- Returns:
- the updatedAt
-
-