Class TemplateProfileComponentResponse
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.iam_identity.v1.model.TemplateProfileComponentResponse
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class TemplateProfileComponentResponse extends com.ibm.cloud.sdk.core.service.model.GenericModelInput body parameters for the TemplateProfileComponent.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDescription()Gets the description.java.lang.StringgetEmail()Gets the email.java.util.List<ProfileIdentityResponse>getIdentities()Gets the identities.java.lang.StringgetName()Gets the name.java.util.List<TrustedProfileTemplateClaimRule>getRules()Gets the rules.
-
-
-
Method Detail
-
getName
public java.lang.String getName()
Gets the name. Name of the Profile.- Returns:
- the name
-
getDescription
public java.lang.String getDescription()
Gets the description. Description of the Profile.- Returns:
- the description
-
getRules
public java.util.List<TrustedProfileTemplateClaimRule> getRules()
Gets the rules. Rules for the Profile.- Returns:
- the rules
-
getEmail
public java.lang.String getEmail()
Gets the email. Email of the trusted profile.- Returns:
- the email
-
getIdentities
public java.util.List<ProfileIdentityResponse> getIdentities()
Gets the identities. Identities for the Profile.- Returns:
- the identities
-
-