Class ProfileLinkLink
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.iam_identity.v1.model.ProfileLinkLink
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ProfileLinkLink extends com.ibm.cloud.sdk.core.service.model.GenericModelProfileLinkLink.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCrn()Gets the crn.java.lang.StringgetName()Gets the name.java.lang.StringgetNamespace()Gets the namespace.
-
-
-
Method Detail
-
getCrn
public java.lang.String getCrn()
Gets the crn. The CRN of the compute resource.- Returns:
- the crn
-
getNamespace
public java.lang.String getNamespace()
Gets the namespace. The compute resource namespace, only required if cr_type is IKS_SA or ROKS_SA.- Returns:
- the namespace
-
getName
public java.lang.String getName()
Gets the name. Name of the compute resource, only required if cr_type is IKS_SA or ROKS_SA.- Returns:
- the name
-
-